Verby 0.03 Deleted
Kwalitee Issues
- 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.03/lib/Verby/Action.pm -- Around line 117: =back without =over
 
- 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 Tue 12 Sep 2006 09:25:56 PM 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_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.
 - 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 | 
|---|---|---|---|
| Log::Log4perl::Layout::SimpleLayout::Multiline | A subclass of SimpleLayout that looks nicer when there are new lines in messages. | metacpan | |
| Verby | A framework for compositing and sequencing steps of execution. | 0.03 | metacpan | 
| Verby::Action | The base role for an action in Verby. | 0.03 | metacpan | 
| Verby::Action::AnalyzeDataFile | Analyze a text file containing delimiter separated data. | metacpan | |
| Verby::Action::BuildTool | Action to run 'perl Makefile.PL' or something similar in a specific directory. | metacpan | |
| Verby::Action::Copy | Action to copy a directory tree to from one location to another using rsync. | 0.03 | metacpan | 
| Verby::Action::Make | Action to run make(1). | 0.03 | metacpan | 
| Verby::Action::MkPath | Action to create a directory path | 0.03 | metacpan | 
| Verby::Action::Mysql::CreateDB | metacpan | ||
| Verby::Action::Mysql::CreateTable | Action to create a table inside a MySQL database | 0.03 | metacpan | 
| Verby::Action::Mysql::DoSql | Action to run a SQL command | 0.03 | metacpan | 
| Verby::Action::Mysql::LoadDataFile | Action to validate and import data into a MySQL table. | 0.03 | metacpan | 
| Verby::Action::Mysql::Util | A table introspection utility library. | 0.03 | metacpan | 
| Verby::Action::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.03 | metacpan | 
| Verby::Action::Template | Action to process Template Toolkit files | 0.03 | metacpan | 
| Verby::Action::Untar | Action to un-tar an archive. | 0.03 | metacpan | 
| Verby::Config::Data | 0.03 | metacpan | |
| Verby::Config::Data::Mutable | 0.03 | metacpan | |
| Verby::Config::Source | 0.03 | metacpan | |
| Verby::Config::Source::ARGV | L<Verby::Config::Data> fields from the command line | 0.03 | metacpan | 
| Verby::Config::Source::Prompt | 0.03 | metacpan | |
| Verby::Context | A sort of scratchpad every L<Verby::Step> gets from L<Verby::Dispatcher>. | 0.03 | metacpan | 
| Verby::Dispatcher | Takes steps and executes them. Sort of like what make(1) is to a Makefile. | 0.03 | metacpan | 
| Verby::Step | A base class representing a single thing to be executed by L<Verby::Dispatcher>. | 0.03 | metacpan | 
| Verby::Step::Closure | Quick and dirty (in the fun sense, like playing with mud) step generator. | 0.03 | metacpan |