File tree 1 file changed +0
-69
lines changed
1 file changed +0
-69
lines changed Original file line number Diff line number Diff line change @@ -136,72 +136,3 @@ Please see the F<LICENSE>
136
136
Please see L<Workflow>
137
137
138
138
=cut
139
-
140
- __END__
141
-
142
- =pod
143
-
144
- =head1 NAME
145
-
146
- Workflow::Config::Perl - Parse workflow configurations as Perl data structures
147
-
148
- =head1 VERSION
149
-
150
- This documentation describes version 2.05 of this package
151
-
152
- =head1 SYNOPSIS
153
-
154
- # either of these is acceptable
155
- my $parser = Workflow::Config->new( 'perl' );
156
- my $parser = Workflow::Config->new( 'pl' );
157
-
158
- my $conf = $parser->parse( 'condition',
159
- 'my_conditions.pl', 'your_conditions.perl' );
160
-
161
- =head1 DESCRIPTION
162
-
163
- Implementation of configuration parser for serialized Perl data
164
- structures from files/data. See L<Workflow::Config> for C<parse() >
165
- description.
166
-
167
- =head1 METHODS
168
-
169
- =head2 parse
170
-
171
- This method is required implemented by L<Workflow::Config> .
172
-
173
- It takes two arguments:
174
-
175
- =over
176
-
177
- =item * a string indicating the type of configuration. For a complete list of
178
- types please refer to L<Workflow::Config>
179
-
180
- =item * a list of filenames containing at least a single file name
181
-
182
- =back
183
-
184
- The method returns a list of configuration parameters.
185
-
186
- =head1 SEE ALSO
187
-
188
- =over
189
-
190
- =item * L<Workflow::Config>
191
-
192
- =back
193
-
194
- =head1 COPYRIGHT
195
-
196
- Copyright (c) 2004-2021 Chris Winters. All rights reserved.
197
-
198
- This library is free software; you can redistribute it and/or modify
199
- it under the same terms as Perl itself.
200
-
201
- Please see the F<LICENSE>
202
-
203
- =head1 AUTHORS
204
-
205
- Please see L<Workflow>
206
-
207
- =cut
You can’t perform that action at this time.
0 commit comments