/[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 364 by dpavlin, Sun Nov 16 19:50:36 2008 UTC revision 365 by dpavlin, Sun Nov 16 19:57:00 2008 UTC
# Line 75  sub html { Line 75  sub html {
75                  push @attrs, $_ foreach grep { ! $a->{$_} } map { $_->name } @required;                  push @attrs, $_ foreach grep { ! $a->{$_} } map { $_->name } @required;
76                  warn "# attrs = ",dump( @attrs );                  warn "# attrs = ",dump( @attrs );
77    
78                  foreach my $name ( @attrs ) {                  foreach my $name ( grep { ! $class->meta->get_attribute($_)->is_lazy } @attrs ) {
79                          my $type = $name =~ m/^pass/ ? 'password' : 'text';                          my $type = $name =~ m/^pass/ ? 'password' : 'text';
80                          my $value = '';                          my $value = '';
81                          my $value_html = '';                          my $value_html = '';

Legend:
Removed from v.364  
changed lines
  Added in v.365

  ViewVC Help
Powered by ViewVC 1.1.26