/[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 415 by dpavlin, Tue Nov 18 14:19:50 2008 UTC revision 572 by dpavlin, Thu Nov 27 22:29:34 2008 UTC
# Line 1  Line 1 
1  package Frey;  package Frey;
2  use Moose;  use Moose;
3    
4  our $VERSION = "0.19";  our $VERSION = "0.22";
5    
6  has 'debug' => (  has 'debug' => (
7          is => 'rw',          is => 'rw',
8          isa => 'Bool',          isa => 'Int',
9          default => 0,          default => 0,
10  );  );
11    
# Line 41  which will show L<Frey> class introspect Line 41  which will show L<Frey> class introspect
41  You can also add method invocation and optonal parametars to C<new>  You can also add method invocation and optonal parametars to C<new>
42  constructor like this:  constructor like this:
43    
44    http://localhost:16001/Frey::Pod/markup?class=Frey    http://localhost:16001/Frey::Pod/as_markup?class=Frey
45    
46  this is same using L<Frey::Pod> from perl as  this is same using L<Frey::Pod> from perl as
47    
48    Frey::Pod->new( class => 'Frey' )->markup;    Frey::Pod->new( class => 'Frey' )->as_markup;
49    
50  if you leave out parametars, L<Frey::Run> will ask for required ones.  if you leave out parametars, L<Frey::Run> will ask for required ones.
51    

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

  ViewVC Help
Powered by ViewVC 1.1.26