IPC-PrettyPipe 0.01 Deleted

Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: License 'gpl3' is invalid (license) [Validation: 1.4];Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]

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.

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.01,1.21

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.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
IPC::PrettyPipe manage human readable external command execution pipelines 0.01 metacpan
IPC::PrettyPipe::Arg An argument to an B<L<IPC::PrettyPipe::Cmd>> command metacpan
IPC::PrettyPipe::Arg::Format Encapsulate argument formatting attributes metacpan
IPC::PrettyPipe::Cmd A command in an B<L<IPC::PrettyPipe>> pipeline metacpan
IPC::PrettyPipe::DSL shortcuts to building an B<L<IPC::PrettyPipe>> object 1.21 metacpan
IPC::PrettyPipe::Execute::IPC::Run execution backend using B<L<IPC::Run>> metacpan
IPC::PrettyPipe::Executor role for executor backends metacpan
IPC::PrettyPipe::Format metacpan
IPC::PrettyPipe::Queue A simple queue metacpan
IPC::PrettyPipe::Queue::Element role for an element in an B<L<IPC::PrettyPipe::Queue>> metacpan
IPC::PrettyPipe::Render::Template::Tiny rendering backend using B<L<Template::Tiny>> metacpan
IPC::PrettyPipe::Renderer role for renderer backends metacpan
IPC::PrettyPipe::Stream An I/O stream for an B<L<IPC::PrettyPipe::Cmd>> command metacpan
IPC::PrettyPipe::Stream::Utils support utilities for streams metacpan
IPC::PrettyPipe::Types metacpan

Other Files

ChangeLog metacpan
Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan