Changeset 232

Show
Ignore:
Timestamp:
03/02/06 10:06:22
Author:
miyagawa
Message:

oops

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/lib/Plagger/Cache.pm

    r231 r232  
    6565sub cookie_jar { 
    6666    my($self, $ns) = @_; 
    67     my $file = $ns ? "global.dat" : "$ns.dat"; 
     67    my $file = $ns ? "$ns.dat" : "global.dat"; 
    6868 
    6969    my $dir = File::Spec->catfile($self->{base}, 'cookies');