/[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 419 by dpavlin, Tue Nov 18 16:54:10 2008 UTC revision 420 by dpavlin, Tue Nov 18 17:11:08 2008 UTC
# Line 41  sub markup { Line 41  sub markup {
41                  warn "# part: '$part'";                  warn "# part: '$part'";
42                  if ( $part =~ m{^([^/]+)/([^\+\?]+)(.*)?$} ) {                  if ( $part =~ m{^([^/]+)/([^\+\?]+)(.*)?$} ) {
43                          my ( $class, $method, $args ) = ( $1, $2, $3 );                          my ( $class, $method, $args ) = ( $1, $2, $3 );
44                            push @{ $self->status }, { $class => { method => $method, args => $args } };
45                          my $params = $pipe;                          my $params = $pipe;
46                          $params = {} unless defined $params;                          $params = {} unless defined $params;
47                          if ( defined $args ) {                          if ( defined $args ) {
# Line 70  sub markup { Line 71  sub markup {
71                  }                  }
72          }          }
73    
74            warn "# pipe ", $self->title, dump( $self->status );
75    
76          return $out;          return $out;
77  }  }
78    

Legend:
Removed from v.419  
changed lines
  Added in v.420

  ViewVC Help
Powered by ViewVC 1.1.26