Verby 0.05 Latest
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: Expected a list structure (author) [Validation: 1.3];License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'abstract' (abstract) [Validation: 1.3];Missing mandatory field, 'author' (author) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3];value is an undefined string (abstract) [Validation: 1.3]
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Verby-0.05/lib/Verby/Action.pm -- Around line 117: =back without =over Verby-0.05/lib/Verby/Dispatcher.pm -- Around line 308: '=item' outside of any '=over' Around line 337: You forgot a '=back' before '=head1' Around line 401: '=end' without a target? (Should be "=end private")
- valid_signature
-
Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.
Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Mon 31 Mar 2008 08:35:25 PM JST gpg: using DSA key 542C11C0EBD27418 gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- 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.
- 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 |
---|---|---|---|
Verby | A framework for compositing and sequencing steps of execution. | 0.05 | metacpan |
Verby::Action | The base role for an action in Verby. | 0.05 | metacpan |
Verby::Action::BuildTool | Action to run 'perl Makefile.PL' or something similar in a specific directory. | metacpan | |
Verby::Action::Make | Action to run make(1). | 0.05 | metacpan |
Verby::Action::MkPath | Action to create a directory path | 0.05 | metacpan |
Verby::Action::Run | a base role for actions which wrap L<POE::Wheel::Run>. | metacpan | |
Verby::Action::Run::Unconditional | A default C<verify> method for L<Verby::Action::Run> based actions. | metacpan | |
Verby::Action::Stub | An action which just logs debug messages. | 0.05 | metacpan |
Verby::Config::Data | 0.05 | metacpan | |
Verby::Config::Data::Mutable | 0.05 | metacpan | |
Verby::Config::Source | 0.05 | metacpan | |
Verby::Config::Source::ARGV | L<Verby::Config::Data> fields from the command line | 0.05 | metacpan |
Verby::Config::Source::Prompt | 0.05 | metacpan | |
Verby::Context | A sort of scratchpad every L<Verby::Step> gets from L<Verby::Dispatcher>. | 0.05 | metacpan |
Verby::Dispatcher | Takes steps and executes them. Sort of like what make(1) is to a Makefile. | 0.05 | metacpan |
Verby::Step | A base class representing a single thing to be executed by L<Verby::Dispatcher>. | 0.05 | metacpan |
Verby::Step::Closure | Quick and dirty (in the fun sense, like playing with mud) step generator. | 0.05 | metacpan |
Verby::Step::Simple | metacpan |