App-Pipeline-Simple

 view release on metacpan or  search on metacpan

bin/spipe  view on Meta::CPAN

      args:
        in:
          type: unnamed
          value:
        out:
          type: redir
          value: s1_string.txt

The empty C<value> will be filled in from the command line into the
C<config.yml> stored in the project directory. Also, the config file
looks slightly different since the steps are written out as
App::Pipeline::Simple objects. Functionally there is no difference.

=head1 TO DO

This pipeline engine has been tested using mostly linear pipelines.
Extensive branching and complex dependencies might not work as expected.

There are no explicit tests for the existence of step input
files. Scripts are expected to run these steps themselves and die
gracefully when appropriate.



( run in 0.344 second using v1.01-cache-2.11-cpan-64827b87656 )