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

Contents of /trunk/lib/Frey/PipeBuilder.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 581 - (show annotations)
Fri Nov 28 13:16:47 2008 UTC (15 years, 4 months ago) by dpavlin
File size: 219 byte(s)
remove Frey::Web from Frey::Run
1 package Frey::PipeBuilder;
2 use Moose;
3
4 extends 'Frey';
5 with 'Frey::Web';
6 #with 'Frey::Storage';
7
8 has pipe => (
9 is => 'rw',
10 isa => 'Str',
11 required => 1,
12 default => 'pipe',
13 );
14
15 sub as_markup {
16 my ($self) = @_;
17 }
18
19 1;

  ViewVC Help
Powered by ViewVC 1.1.26