/[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 100 by dpavlin, Fri Jul 11 19:19:42 2008 UTC
# Line 1  Line 1 
1  package Frey  package Frey;
2    use Moose;
3    
4  use strict;  has 'debug' => (
5  use warnings;          is => 'rw',
6            isa => 'Bool',
7            default => 0,
8    );
9    
10  =head1 NAME  =head1 NAME
11    
# Line 17  crops; the brother of Freya. Line 21  crops; the brother of Freya.
21  =cut  =cut
22    
23  1;  1;
   

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

  ViewVC Help
Powered by ViewVC 1.1.26