/[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 288 by dpavlin, Wed Nov 5 08:20:57 2008 UTC revision 289 by dpavlin, Wed Nov 5 08:21:00 2008 UTC
# Line 50  sub html { Line 50  sub html {
50    
51          my $html;          my $html;
52          my $values = {};          my $values = {};
53          my $values = $self->config($class) if $self->can('config');          $values = $self->config($class) if $self->can('config');
54    
55          if ( @required ) {          if ( @required ) {
56                  $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.288  
changed lines
  Added in v.289

  ViewVC Help
Powered by ViewVC 1.1.26