Workflow::Config::Perl - Parse workflow configurations as Perl data structures |
Workflow::Config::Perl - Parse workflow configurations as Perl data structures
# 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' );
Implementation of configuration parser for serialized Perl data
structures from files/data. See the Workflow::Config manpage for parse()
description.
This method is required implemented by the Workflow::Config manpage.
It takes two arguments:
The method returns a list of configuration parameters.
Copyright (c) 2004, 2005, 2006 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Jonas B. Nielsen (jonasbn) <jonasbn@cpan.org>, current maintainer.
Chris Winters <chris@cwinters.com>, original author.
Workflow::Config::Perl - Parse workflow configurations as Perl data structures |