Pipeline 3.12 Latest
Kwalitee Issues
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (49) does not match dist (48):
- Duplicates in MANIFEST: lib/Pipeline/Analyser.pm
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Pipeline-3.12/lib/Pipeline/Dispatch.pm -- Around line 223: =cut found outside a pod block. Skipping to next block.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: Pipeline, Pipeline::Analyser, Pipeline::Base, Pipeline::Error::Abstract, Pipeline::Error::AsyncResults, Pipeline::Error::Construction, Pipeline::Production, Pipeline::Segment, Pipeline::Segment::Tester, Pipeline::Store, Pipeline::Store::ISA, Pipeline::Store::Simple
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- Pipeline
- Pipeline::Base
- Pipeline::Dispatch
- Pipeline::Dumper
- Pipeline::Error::Abstract
- Pipeline::Error::AsyncResults
- Pipeline::Error::Construction
- Pipeline::Production
- Pipeline::Segment
- Pipeline::Segment::Async
- Pipeline::Segment::Async::Fork
- Pipeline::Segment::Async::Handler
- Pipeline::Segment::Async::IThreads
- Pipeline::Segment::Tester
- Pipeline::Store
- Pipeline::Store::ISA
- Pipeline::Store::Simple
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Pipeline | Generic pipeline interface | 3.12 | metacpan |
Pipeline::Analyser | a small tool for viewing a pipeline | 3.12 | metacpan |
Pipeline::Base | base class for all classes in Pipeline distribution | 3.12 | metacpan |
Pipeline::Dispatch | dispatcher for pipeline segments | 3.12 | metacpan |
Pipeline::Dumper | tool for dumping a pipeline | 3.12 | metacpan |
Pipeline::Error::Abstract | exception thrown from abstract methods | 3.12 | metacpan |
Pipeline::Error::AsyncResults | exception thrown from asynchronous segments | 3.12 | metacpan |
Pipeline::Error::Construction | exception thrown during object construction failure | 3.12 | metacpan |
Pipeline::Production | wrapper for production objects | 3.12 | metacpan |
Pipeline::Segment | basic class for a segment | 3.12 | metacpan |
Pipeline::Segment::Async | asynchronous pipeline segments | 3.12 | metacpan |
Pipeline::Segment::Async::Fork | fork model for asynchronous pipeline segments | 3.12 | metacpan |
Pipeline::Segment::Async::Handler | interface for asynchronous segment models | 3.12 | metacpan |
Pipeline::Segment::Async::IThreads | ithread model for asynchronous pipeline segments | 3.12 | metacpan |
Pipeline::Segment::Tester | a test wrapper for a Pipeline::Segment | 3.12 | metacpan |
Pipeline::Store | defines the interface for Pipeline store classes | 3.12 | metacpan |
Pipeline::Store::ISA | inheritance-based store for pipelines | 3.12 | metacpan |
Pipeline::Store::Simple | simple store for pipelines | 3.12 | metacpan |