Verby 0.01 Deleted
Kwalitee Issues
- meta_yml_is_parsable
-
Upgrade your YAML generator so it produces valid YAML.
Error: CPAN::Meta::YAML found bad indenting in line 'build_requires:'
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- DBI
- Module::Pluggable
- 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 Sun 26 Jun 2005 05:37:02 AM JST gpg: using DSA key 542C11C0EBD27418 gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- 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.
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- configure_prereq_matches_use
-
List all modules used in the Makefile.PL/Build.PL in META.yml configure_requires
Error:
- Module::Build
Modules
Name | Abstract | Version | View |
---|---|---|---|
Log::Log4perl::Layout::SimpleLayout::Multiline | 0.01 | metacpan | |
Verby | A framework for compositing and sequencing steps of execution. | 0.01 | metacpan |
Verby::Action | The baseclass for an action in Verby. | 0.01 | metacpan |
Verby::Action::Copy | Action to copy a directory tree to from one location to another using rsync. | 0.01 | metacpan |
Verby::Action::Make | Action to run 'make' on the command line | 0.01 | metacpan |
Verby::Action::MakefilePL | Action to run 'perl Makefile.PL' on the command line | 0.01 | metacpan |
Verby::Action::MkPath | Action to create a directory path | 0.01 | metacpan |
Verby::Action::Mysql::CreateTable | Action to create a table inside a MySQL database | 0.01 | metacpan |
Verby::Action::Mysql::DoSql | Action to run a SQL command | 0.01 | metacpan |
Verby::Action::Mysql::LoadDataFile | Action to validate and import data into a MySQL table | 0.01 | metacpan |
Verby::Action::Mysql::Util | A table introspection utility library. | 0.01 | metacpan |
Verby::Action::MysqlCreateDB | Action to create a database in MySQL | 0.01 | metacpan |
Verby::Action::RunCmd | a base class for actions which exec external commands. | 0.01 | metacpan |
Verby::Action::Stub | 0.01 | metacpan | |
Verby::Action::Template | Action to process Template Toolkit files | 0.01 | metacpan |
Verby::Action::Untar | Action to un-tar an archive | 0.01 | metacpan |
Verby::Config::Data | 0.01 | metacpan | |
Verby::Config::Data::Mutable | 0.01 | metacpan | |
Verby::Config::Hub | 0.01 | metacpan | |
Verby::Config::Source | 0.01 | metacpan | |
Verby::Config::Source::ARGV | L<Verby::Config::Data> fields from the command line | 0.01 | metacpan |
Verby::Config::Source::Prompt | 0.01 | metacpan | |
Verby::Context | A sort of scratchpad every L<Verby::Step> gets from L<Verby::Dispatcher>. | 0.01 | metacpan |
Verby::Dispatcher | Takes steps and executes them. Sort of like what make(1) is to a Makefile. | 0.01 | metacpan |
Verby::Step | A base class representing a single thing to be executed by L<Verby::Dispatcher>. | 0.01 | metacpan |
Verby::Step::Closure | Quick and dirty (in the fun sense, like playing with mud) step generator. | 0.01 | metacpan |