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

sparky sparky at pld-linux.org
Tue Feb 23 03:30:18 CET 2010


Author: sparky
Date: Tue Feb 23 03:30:18 2010
New Revision: 11160

Modified:
   toys/rsget.pl/RSGet/Curl.pm
Log:
- use dumper from get object


Modified: toys/rsget.pl/RSGet/Curl.pm
==============================================================================
--- toys/rsget.pl/RSGet/Curl.pm	(original)
+++ toys/rsget.pl/RSGet/Curl.pm	Tue Feb 23 03:30:18 2010
@@ -251,7 +251,7 @@
 		$supercurl->{size_total} = $supercurl->{force_size};
 	}
 
-	dump_to_file( $supercurl->{head}, "head" ) if verbose( 5 );
+	$get_obj->dump( $supercurl->{head}, "head" ) if verbose( 5 );
 	my $fname;
 	if ( $supercurl->{force_name} ) {
 		$fname = $supercurl->{force_name};


More information about the pld-cvs-commit mailing list