Workflow::Config::Perl - Parse workflow configurations as Perl data structures


Workflow documentation  | view source Contained in the Workflow distribution.

Index


NAME

Top

Workflow::Config::Perl - Parse workflow configurations as Perl data structures

VERSION

Top

This documentation describes version 1.03 of this package

SYNOPSIS

Top

 # either of these is acceptable
 my $parser = Workflow::Config->new( 'perl' );
 my $parser = Workflow::Config->new( 'pl' );

 my $conf = $parser->parse( 'condition',
                            'my_conditions.pl', 'your_conditions.perl' );

DESCRIPTION

Top

Implementation of configuration parser for serialized Perl data structures from files/data. See Workflow::Config for parse() description.

METHODS

Top

parse

This method is required implemented by Workflow::Config.

It takes two arguments:

* a string indicating the type of configuration. For a complete list of types please refer to Workflow::Config
* a list of filenames containing at least a single file name

The method returns a list of configuration parameters.

SEE ALSO

Top

Workflow::Config

COPYRIGHT

Top

AUTHORS

Top

Jonas B. Nielsen (jonasbn) <jonasbn@cpan.org>, current maintainer.

Chris Winters <chris@cwinters.com>, original author.


Workflow documentation  | view source Contained in the Workflow distribution.