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};
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to