Author: sparky
Date: Sat Oct  9 20:41:40 2010
New Revision: 11837

Modified:
   toys/rsget.pl/Get/FileServe
Log:
- fix whitespace


Modified: toys/rsget.pl/Get/FileServe
==============================================================================
--- toys/rsget.pl/Get/FileServe (original)
+++ toys/rsget.pl/Get/FileServe Sat Oct  9 20:41:40 2010
@@ -43,7 +43,7 @@
        ! ( $-{captcha_challenge} ) = m{challenge\s*:\s*'(.*?)'};
 
        GET( "http://www.google.com/recaptcha/api/image?c="; . 
$-{captcha_challenge},
-               keep_referer => 1 );
+               keep_referer => 1 );
 
        CAPTCHA(
                qr/\S+ \S+/
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to