/[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 323 by dpavlin, Wed Nov 5 22:05:02 2008 UTC revision 324 by dpavlin, Thu Nov 6 18:03:06 2008 UTC
# Line 52  sub html { Line 52  sub html {
52    
53          my $html;          my $html;
54          my $values = {};          my $values = {};
55          $values = $self->config($class) if $self->can('config');          $values = $self->config($class);
56            warn "# $class config = ",dump( $values );
57    
58          if ( @required ) {          if ( @required ) {
59                  $html = qq|<h1>Required params for $class</h1><form method="post">|;                  $html = qq|<h1>Required params for $class</h1><form method="post">|;

Legend:
Removed from v.323  
changed lines
  Added in v.324

  ViewVC Help
Powered by ViewVC 1.1.26