SVN: toys/rsget.pl/Get/FileServe

sparky sparky at pld-linux.org
Sat Oct 9 20:41:41 CEST 2010


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+/


More information about the pld-cvs-commit mailing list