/[Frey]/trunk/lib/Frey.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.pm

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

revision 968 by dpavlin, Fri Jan 9 14:52:58 2009 UTC revision 1123 by dpavlin, Tue Jun 30 13:54:10 2009 UTC
# Line 12  sub dump { Line 12  sub dump {
12  has 'debug' => (  has 'debug' => (
13          is => 'rw',          is => 'rw',
14          isa => 'Int',          isa => 'Int',
15          default => 0,          default => sub { $ENV{FREY_DEBUG} || 0 },
16  );  );
17    
18  =head1 NAME  =head1 NAME

Legend:
Removed from v.968  
changed lines
  Added in v.1123

  ViewVC Help
Powered by ViewVC 1.1.26