SVN: toys/rsget.pl/RSGet/Get.pm
sparky
sparky at pld-linux.org
Mon Jul 12 00:49:12 CEST 2010
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 . "/" . $_;
}
More information about the pld-cvs-commit
mailing list