Skip to content

Commit

Permalink
Added pod start tag and cut as end where missing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jan 28, 2021
1 parent 0e1b79b commit 608e2b8
Show file tree
Hide file tree
Showing 31 changed files with 90 additions and 2 deletions.
4 changes: 4 additions & 0 deletions lib/Workflow/Action.pm
Expand Up @@ -160,6 +160,8 @@ sub init {

__END__
=pod
=head1 NAME
Workflow::Action - Base class for Workflow actions
Expand Down Expand Up @@ -457,3 +459,5 @@ it under the same terms as Perl itself.
=head1 AUTHORS
Chris Winters E<lt>chris@cwinters.comE<gt>
=cut
2 changes: 2 additions & 0 deletions lib/Workflow/Action/InputField.pm
Expand Up @@ -113,6 +113,8 @@ sub add_possible_values {

__END__
=pod
=head1 NAME
Workflow::Action::InputField - Metadata about information required by an Action
Expand Down
2 changes: 2 additions & 0 deletions lib/Workflow/Action/Mailer.pm
Expand Up @@ -15,6 +15,8 @@ sub execute {

__END__
=pod
=head1 NAME
Workflow::Action::Mailer - a stub for a SMTP capable action
Expand Down
4 changes: 3 additions & 1 deletion lib/Workflow/Action/Null.pm
Expand Up @@ -15,6 +15,8 @@ sub execute {

__END__
=pod
=head1 NAME
Workflow::Action::Null - Workflow action for the terminally lazy
Expand Down Expand Up @@ -67,4 +69,4 @@ it under the same terms as Perl itself.
Chris Winters E<lt>chris@cwinters.comE<gt>
=cut
4 changes: 4 additions & 0 deletions lib/Workflow/Base.pm
Expand Up @@ -90,6 +90,8 @@ sub normalize_array {

__END__
=pod
=head1 NAME
Workflow::Base - Base class with constructor
Expand Down Expand Up @@ -200,3 +202,5 @@ it under the same terms as Perl itself.
=head1 AUTHORS
Chris Winters E<lt>chris@cwinters.comE<gt>
=cut
2 changes: 2 additions & 0 deletions lib/Workflow/Condition.pm
Expand Up @@ -29,6 +29,8 @@ sub evaluate {

__END__
=pod
=head1 NAME
Workflow::Condition - Evaluate a condition depending on the workflow state and environment
Expand Down
4 changes: 4 additions & 0 deletions lib/Workflow/Condition/Evaluate.pm
Expand Up @@ -68,6 +68,8 @@ sub evaluate {

__END__
=pod
=head1 NAME
Workflow::Condition::Evaluate - Inline condition that evaluates perl code for truth
Expand Down Expand Up @@ -150,3 +152,5 @@ it under the same terms as Perl itself.
=head1 AUTHORS
Chris Winters E<lt>chris@cwinters.comE<gt>
=cut
4 changes: 4 additions & 0 deletions lib/Workflow/Condition/HasUser.pm
Expand Up @@ -35,6 +35,8 @@ sub evaluate {

__END__
=pod
=head1 NAME
Workflow::Condition::HasUser - Condition to determine if a user is available
Expand Down Expand Up @@ -112,3 +114,5 @@ it under the same terms as Perl itself.
=head1 AUTHORS
Chris Winters E<lt>chris@cwinters.comE<gt>
=cut
4 changes: 4 additions & 0 deletions lib/Workflow/Config.pm
Expand Up @@ -106,6 +106,8 @@ __PACKAGE__->register_factory_type( xml => 'Workflow::Config::XML' );

__END__
=pod
=head1 NAME
Workflow::Config - Parse configuration files for the workflow components
Expand Down Expand Up @@ -449,3 +451,5 @@ it under the same terms as Perl itself.
=head1 AUTHORS
Chris Winters E<lt>chris@cwinters.comE<gt>
=cut
4 changes: 4 additions & 0 deletions lib/Workflow/Config/Perl.pm
Expand Up @@ -99,6 +99,8 @@ sub _translate_perl {

__END__
=pod
=head1 NAME
Workflow::Config::Perl - Parse workflow configurations as Perl data structures
Expand Down Expand Up @@ -157,3 +159,5 @@ it under the same terms as Perl itself.
Jonas B. Nielsen (jonasbn) E<lt>jonasbn@cpan.orgE<gt>, current maintainer.
Chris Winters E<lt>chris@cwinters.comE<gt>, original author.
=cut
4 changes: 4 additions & 0 deletions lib/Workflow/Config/XML.pm
Expand Up @@ -103,6 +103,8 @@ sub _translate_xml {

__END__
=pod
=head1 NAME
Workflow::Config::XML - Parse workflow configurations from XML content
Expand Down Expand Up @@ -149,3 +151,5 @@ it under the same terms as Perl itself.
=head1 AUTHORS
Chris Winters E<lt>chris@cwinters.comE<gt>
=cut
4 changes: 4 additions & 0 deletions lib/Workflow/Context.pm
Expand Up @@ -18,6 +18,8 @@ sub merge {

__END__
=pod
=head1 NAME
Workflow::Context - Data blackboard for Workflows, Actions, Conditions and Validators
Expand Down Expand Up @@ -78,3 +80,5 @@ it under the same terms as Perl itself.
Jonas B. Nielsen (jonasbn) E<lt>jonasbn@cpan.orgE<gt>, current maintainer.
Chris Winters E<lt>chris@cwinters.comE<gt>, original author.
=cut
2 changes: 2 additions & 0 deletions lib/Workflow/Exception.pm
Expand Up @@ -111,6 +111,8 @@ sub _massage {

__END__
=pod
=head1 NAME
Workflow::Exception - Base class for workflow exceptions
Expand Down
1 change: 1 addition & 0 deletions lib/Workflow/Factory.pm
Expand Up @@ -812,6 +812,7 @@ sub _validate_action_config {

__END__
=pod
=head1 NAME
Expand Down
2 changes: 2 additions & 0 deletions lib/Workflow/History.pm
Expand Up @@ -58,6 +58,8 @@ sub clear_saved {

__END__
=pod
=head1 NAME
Workflow::History - Recorded work on a workflow action or workflow itself
Expand Down
3 changes: 3 additions & 0 deletions lib/Workflow/Manual/Configuration.pod
@@ -1,4 +1,5 @@
=head1 Configuration Description
=pod

=head2 Workflows

Expand Down Expand Up @@ -121,3 +122,5 @@
Chris Winters E<lt>chris@cwinters.comE<gt>, original author.

Jonas B. Nielsen (jonasbn) E<lt>jonasbn@cpan.orgE<gt>, current maintainer.

=cut
4 changes: 4 additions & 0 deletions lib/Workflow/Manual/Overview.pod
@@ -1,3 +1,5 @@
=pod

=head1 Basics of Workflows

=over
Expand Down Expand Up @@ -47,3 +49,5 @@ and Workflow. (Although the workflow isn't directly coded...)
Chris Winters E<lt>chris@cwinters.comE<gt>, original author.

Jonas B. Nielsen (jonasbn) E<lt>jonasbn@cpan.orgE<gt>, current maintainer.

=cut
2 changes: 2 additions & 0 deletions lib/Workflow/Persister.pm
Expand Up @@ -150,6 +150,8 @@ sub rollback_transaction {

__END__
=pod
=head1 NAME
Workflow::Persister - Base class for workflow persistence
Expand Down
2 changes: 2 additions & 0 deletions lib/Workflow/Persister/DBI.pm
Expand Up @@ -466,6 +466,8 @@ sub get_history_fields {

__END__
=pod
=head1 NAME
Workflow::Persister::DBI - Persist workflow and history to DBI database
Expand Down
2 changes: 2 additions & 0 deletions lib/Workflow/Persister/DBI/AutoGeneratedId.pm
Expand Up @@ -60,6 +60,8 @@ sub post_fetch_id {

__END__
=pod
=head1 NAME
Workflow::Persister::DBI::AutoGeneratedId - Pull IDs from databases that autogenerate them
Expand Down
2 changes: 2 additions & 0 deletions lib/Workflow/Persister/DBI/ExtraData.pm
Expand Up @@ -106,6 +106,8 @@ sub fetch_extra_workflow_data {

__END__
=pod
=head1 NAME
Workflow::Persister::DBI::ExtraData - Fetch extra data with each workflow and put it into the context
Expand Down
2 changes: 2 additions & 0 deletions lib/Workflow/Persister/DBI/SequenceId.pm
Expand Up @@ -40,6 +40,8 @@ sub post_fetch_id {return}

__END__
=pod
=head1 NAME
Workflow::Persister::DBI::SequenceId - Persister to fetch ID from a sequence
Expand Down
2 changes: 2 additions & 0 deletions lib/Workflow/Persister/File.pm
Expand Up @@ -194,6 +194,8 @@ sub _get_history_path {

__END__
=pod
=head1 NAME
Workflow::Persister::File - Persist workflow and history to the filesystem
Expand Down
4 changes: 4 additions & 0 deletions lib/Workflow/Persister/RandomId.pm
Expand Up @@ -34,6 +34,8 @@ sub post_fetch_id {return}

__END__
=pod
=head1 NAME
Workflow::Persister::RandomId - Persister to generate random ID
Expand Down Expand Up @@ -90,3 +92,5 @@ it under the same terms as Perl itself.
=head1 AUTHORS
Chris Winters E<lt>chris@cwinters.comE<gt>
=cut
2 changes: 2 additions & 0 deletions lib/Workflow/Persister/SPOPS.pm
Expand Up @@ -136,6 +136,8 @@ sub fetch_history {

__END__
=pod
=head1 NAME
Workflow::Persister::SPOPS - Persist workflows using SPOPS
Expand Down
4 changes: 4 additions & 0 deletions lib/Workflow/Persister/UUID.pm
Expand Up @@ -23,6 +23,8 @@ sub post_fetch_id {return}

__END__
=pod
=head1 NAME
Workflow::Persister::UUID - Persister to generate Universally Unique Identifiers
Expand Down Expand Up @@ -90,3 +92,5 @@ it under the same terms as Perl itself.
=head1 AUTHORS
Chris Winters E<lt>chris@cwinters.comE<gt>
=cut
2 changes: 2 additions & 0 deletions lib/Workflow/State.pm
Expand Up @@ -463,6 +463,8 @@ sub _get_next_condition_count {

__END__
=pod
=head1 NAME
Workflow::State - Information about an individual state in a workflow
Expand Down
4 changes: 4 additions & 0 deletions lib/Workflow/Validator.pm
Expand Up @@ -35,6 +35,8 @@ sub validate {

__END__
=pod
=head1 NAME
Workflow::Validator - Ensure data are valid
Expand Down Expand Up @@ -153,3 +155,5 @@ it under the same terms as Perl itself.
=head1 AUTHORS
Chris Winters E<lt>chris@cwinters.comE<gt>
=cut
2 changes: 2 additions & 0 deletions lib/Workflow/Validator/HasRequiredField.pm
Expand Up @@ -26,6 +26,8 @@ sub validate {

__END__
=pod
=head1 NAME
Workflow::Validator::HasRequiredField - Validator to ensure certain data are in the context
Expand Down
4 changes: 3 additions & 1 deletion lib/Workflow/Validator/InEnumeratedType.pm
Expand Up @@ -51,6 +51,8 @@ sub is_enumerated_value {

__END__
=pod
=head1 NAME
Workflow::Validator::InEnumeratedType - Ensure a value is one of a declared set of values
Expand Down Expand Up @@ -224,4 +226,4 @@ Current maintainer Jonas B. Nielsen E<lt>jonasbn@cpan.orgE<gt>
Original author Chris Winters E<lt>chris@cwinters.comE<gt>
=cut
4 changes: 4 additions & 0 deletions lib/Workflow/Validator/MatchesDateFormat.pm
Expand Up @@ -56,6 +56,8 @@ sub validate {

__END__
=pod
=head1 NAME
Workflow::Validator::MatchesDateFormat - Ensure a stringified date matches a given pattern
Expand Down Expand Up @@ -153,3 +155,5 @@ it under the same terms as Perl itself.
Current maintainer Jonas B. Nielsen E<lt>jonasbn@cpan.orgE<gt>
Original author Chris Winters E<lt>chris@cwinters.comE<gt>
=cut

0 comments on commit 608e2b8

Please sign in to comment.