/[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 1142 by dpavlin, Tue Jun 30 15:10:55 2009 UTC revision 1143 by dpavlin, Wed Jul 1 17:03:49 2009 UTC
# Line 83  sub html { Line 83  sub html {
83                  my $class = $self->class;                  my $class = $self->class;
84                  $self->load_class( $class );                  $self->load_class( $class );
85    
86                    $self->add_usage( $class );
87    
88                  if ( my $form = $self->params_form ) {                  if ( my $form = $self->params_form ) {
89                          $html = $self->html_page( body => $form );                          $html = $self->html_page( body => $form );
90                          warn "missing required params form for $class ", $self->run, " format: ", $self->format;                          warn "missing required params form for $class ", $self->run, " format: ", $self->format;
91                  } else {                  } else {
92    
                         $self->usage->{ $class }++;  
   
93  =begin remove  =begin remove
94    
95                          my $o;                          my $o;

Legend:
Removed from v.1142  
changed lines
  Added in v.1143

  ViewVC Help
Powered by ViewVC 1.1.26