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

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

revision 801 by dpavlin, Wed Dec 10 20:27:56 2008 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 1  Line 1 
1  package Frey;  package Frey;
2  use Moose;  use Moose;
3    
4  our $VERSION = "0.24";  our $VERSION = "0.26";
5    
6  use Data::Dump qw//;  use Data::Dump qw//;
7  sub dump {  sub dump {
8          my ($self,$data) = @_;          my $self = shift;
9          Data::Dump::dump( $data );          Data::Dump::dump( @_ );
10  }  }
11    
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
# Line 31  the Firefox using REST API. for gentle i Line 31  the Firefox using REST API. for gentle i
31    
32  =cut  =cut
33    
34    __PACKAGE__->meta->make_immutable;
35    no Moose;
36    
37  1;  1;

Legend:
Removed from v.801  
changed lines
  Added in v.1133

  ViewVC Help
Powered by ViewVC 1.1.26