/[Frey]/trunk/lib/Frey/Run.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/Run.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 313 by dpavlin, Wed Nov 5 08:21:00 2008 UTC revision 314 by dpavlin, Wed Nov 5 20:18:33 2008 UTC
# Line 12  Frey::Run - display required form field Line 12  Frey::Run - display required form field
12  =head1 DESCRIPTION  =head1 DESCRIPTION
13    
14  This object will try to run other Moose objects from your application. It  This object will try to run other Moose objects from your application. It
15  will try to invoke C<data>, C<html> or C<markup> method on the.  will try to invoke C<data>, and C<markup> method on the.
16    
17  =cut  =cut
18    
19  sub execute { qw/data markup/ }  sub runnable { qw/data markup/ }
20    
21  has 'class' => (  has 'class' => (
22          is => 'rw',          is => 'rw',

Legend:
Removed from v.313  
changed lines
  Added in v.314

  ViewVC Help
Powered by ViewVC 1.1.26