SVN: toys/rsget.pl: README.config RSGet/Curl.pm

sparky sparky at pld-linux.org
Tue Oct 6 17:40:50 CEST 2009


Author: sparky
Date: Tue Oct  6 17:40:50 2009
New Revision: 10703

Modified:
   toys/rsget.pl/README.config
   toys/rsget.pl/RSGet/Curl.pm
Log:
- minor changes


Modified: toys/rsget.pl/README.config
==============================================================================
--- toys/rsget.pl/README.config	(original)
+++ toys/rsget.pl/README.config	Tue Oct  6 17:40:50 2009
@@ -1,6 +1,8 @@
 
 # Example config file
 # $Id$
+#
+# Copy it to $HOME/.rsget.pl/config and make necessary adjustments.
 
 # backup allows 4 settings:
 #  copy,move - backups are always made

Modified: toys/rsget.pl/RSGet/Curl.pm
==============================================================================
--- toys/rsget.pl/RSGet/Curl.pm	(original)
+++ toys/rsget.pl/RSGet/Curl.pm	Tue Oct  6 17:40:50 2009
@@ -93,6 +93,8 @@
 		$get_obj->log( "POST( $uri ): $post\n" ) if verbose( 3 );
 		$curl->setopt( CURLOPT_POSTFIELDS, $post );
 		$curl->setopt( CURLOPT_POSTFIELDSIZE, length $post );
+	} else {
+		$get_obj->log( "GET( $uri )\n" ) if verbose( 4 );
 	}
 
 	if ( $opts{save} ) {


More information about the pld-cvs-commit mailing list