/[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 572 by dpavlin, Thu Nov 27 22:29:34 2008 UTC revision 692 by dpavlin, Tue Dec 2 22:06:48 2008 UTC
# Line 1  Line 1 
1  package Frey;  package Frey;
2  use Moose;  use Moose;
3    
4  our $VERSION = "0.22";  our $VERSION = "0.23";
5    
6    use Data::Dump qw//;
7    sub dump { ref(shift) . ' ' . Data::Dump::dump ( @_ ) }
8    
9  has 'debug' => (  has 'debug' => (
10          is => 'rw',          is => 'rw',

Legend:
Removed from v.572  
changed lines
  Added in v.692

  ViewVC Help
Powered by ViewVC 1.1.26