/[Frey]/trunk/lib/Frey/Session.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Session.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1144 by dpavlin, Wed Jul 1 17:03:49 2009 UTC revision 1145 by dpavlin, Wed Jul 1 17:20:16 2009 UTC
# Line 14  has 'usage' => ( Line 14  has 'usage' => (
14          lazy => 1,          lazy => 1,
15          default => sub {          default => sub {
16                  my $self = shift;                  my $self = shift;
17                  $self->load( 'var/session/usage.yaml' );                  $self->load( 'var/session/usage.yaml' ) || {};
18          },          },
19  );  );
20    

Legend:
Removed from v.1144  
changed lines
  Added in v.1145

  ViewVC Help
Powered by ViewVC 1.1.26