/[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 801 by dpavlin, Wed Dec 10 20:27:56 2008 UTC revision 872 by dpavlin, Wed Dec 17 18:00:15 2008 UTC
# Line 5  our $VERSION = "0.24"; Line 5  our $VERSION = "0.24";
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' => (

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

  ViewVC Help
Powered by ViewVC 1.1.26