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

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

revision 995 by dpavlin, Tue Jan 6 23:44:59 2009 UTC revision 996 by dpavlin, Sun Jan 11 21:31:51 2009 UTC
# Line 54  sub as_markup { Line 54  sub as_markup {
54                                  map {                                  map {
55                                          my ( $name, $value ) = ( $1, $2 ) if m{^([^=]+)=(.+)$} || confess "can't parse '$_'";                                          my ( $name, $value ) = ( $1, $2 ) if m{^([^=]+)=(.+)$} || confess "can't parse '$_'";
56                                          $params->{$name} = $value;                                          $params->{$name} = $value;
57                                  } split(/[;&]/, $args)                                  } split(/&/, $args)
58                          }                          }
59    
60                          my ( $html, $default ) = Frey::Action->new( class => $class, params => $params )->params_form;                          my ( $html, $default ) = Frey::Action->new( class => $class, params => $params )->params_form;

Legend:
Removed from v.995  
changed lines
  Added in v.996

  ViewVC Help
Powered by ViewVC 1.1.26