NAME
App::PipeFilter::Role::Opener::GenericIO - generic methods to open input and output files
VERSION
version 0.005
SYNOPSIS
This is not a complete module.
package App::PipeFilter::Generic;
use Moose;
with qw(
App::PipeFilter::Role::Flags::Standard
App::PipeFilter::Role::Opener::GenericIO
);
... implementation goes here ....
1;
DESCRIPTION
App::PipeFilter::Role::Opener::GenericIO provides generic open_input() and open_output() methods for App::PipeFilter::Generic and other pipeline filter implementations.
It comprises App::PipeFilter::Role::Opener::GenericInput and App::PipeFilter::Role::Opener::GenericOutput.
SEE ALSO
You may read this module's implementation in its entirety at
perldoc -m App::PipeFilter::Role::Opener::GenericIO
App::PipeFilter has top-level documentation including a table of contents for all the libraries and utilities included in the project.
BUGS
https://rt.cpan.org/Public/Dist/Display.html?Name=App-PipeFilter
REPOSITORY
https://github.com/rcaputo/app-pipefilter
COPYRIGHT AND LICENSE
App::PipeFilter::Role::Opener::GenericIO is Copyright 2011 by Rocco Caputo. All rights are reserved. App::PipeFilter::Role::Opener::GenericIO is released under the same terms as Perl itself.