Changeset 232
- Timestamp:
- 03/02/06 10:06:22
- Files:
-
- trunk/plagger/lib/Plagger/Cache.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Cache.pm
r231 r232 65 65 sub cookie_jar { 66 66 my($self, $ns) = @_; 67 my $file = $ns ? " global.dat" : "$ns.dat";67 my $file = $ns ? "$ns.dat" : "global.dat"; 68 68 69 69 my $dir = File::Spec->catfile($self->{base}, 'cookies');
