/[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 17 by dpavlin, Sun Jun 29 11:34:17 2008 UTC revision 137 by dpavlin, Tue Jul 15 18:06:27 2008 UTC
# Line 1  Line 1 
1  package Frey  package Frey;
2    use Moose;
3    
4  use strict;  our $VERSION = "0.12";
5  use warnings;  
6    has 'debug' => (
7            is => 'rw',
8            isa => 'Bool',
9            default => 0,
10    );
11    
12  =head1 NAME  =head1 NAME
13    
# Line 17  crops; the brother of Freya. Line 23  crops; the brother of Freya.
23  =cut  =cut
24    
25  1;  1;
   

Legend:
Removed from v.17  
changed lines
  Added in v.137

  ViewVC Help
Powered by ViewVC 1.1.26