/[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 860 by dpavlin, Wed Dec 10 19:34:06 2008 UTC revision 861 by dpavlin, Tue Dec 16 20:59:48 2008 UTC
# Line 3  use Moose; Line 3  use Moose;
3  extends 'Frey::Class::Loader';  extends 'Frey::Class::Loader';
4  with 'Frey::Web';  with 'Frey::Web';
5    
6    use lib 'lib';
7  use Frey::Action;  use Frey::Action;
8    
9  =head1 DESCRIPTION  =head1 DESCRIPTION
# Line 74  sub as_markup { Line 75  sub as_markup {
75                  }                  }
76          }          }
77    
78            $out = $self->error("$out not scalar" . $self->html_dump($out) ) if ref $out;
79    
80          return $out;          return $out;
81  }  }
82    

Legend:
Removed from v.860  
changed lines
  Added in v.861

  ViewVC Help
Powered by ViewVC 1.1.26