Author: sparky
Date: Mon Jul 12 00:49:11 2010
New Revision: 11650

Modified:
   toys/rsget.pl/RSGet/Get.pm
Log:
- don't hide cookie files, it's annoying


Modified: toys/rsget.pl/RSGet/Get.pm
==============================================================================
--- toys/rsget.pl/RSGet/Get.pm  (original)
+++ toys/rsget.pl/RSGet/Get.pm  Mon Jul 12 00:49:11 2010
@@ -44,7 +44,7 @@
        $cookies{ $c } = 1 unless $cookies{ $c };
        my $n = $cookies{ $c }++;
 
-       local $_ = ".cookie.$c.$n.txt";
+       local $_ = "cookie.$c.$n.txt";
        if ( my $dir = setting( "tmpdir" ) ) {
                $_ = $dir . "/" . $_;
        }
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to