Zoidberg 0.41 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Zoidberg::Fish, Zoidberg::Fish::Buffer::Insert::VimCommand
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Exporter::Tidy
- Term::ANSIScreen
- Term::ReadKey
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Zoidberg-0.41/lib/Zoidberg/Eval.pm -- Around line 42: =cut found outside a pod block. Skipping to next block. Around line 55: =cut found outside a pod block. Skipping to next block. Zoidberg-0.41/lib/Zoidberg/Fish/Buffer.pm -- Around line 644: =cut found outside a pod block. Skipping to next block. Around line 658: =cut found outside a pod block. Skipping to next block. Zoidberg-0.41/lib/Zoidberg/PluginHash.pm -- Around line 92: =cut found outside a pod block. Skipping to next block. Around line 101: =cut found outside a pod block. Skipping to next block. Around line 180: =cut found outside a pod block. Skipping to next block. Around line 191: =cut found outside a pod block. Skipping to next block. Zoidberg-0.41/lib/Zoidberg/StringParser.pm -- Around line 596: You forgot a '=back' before '=head1' Zoidberg-0.41/man1/zoiddevel.pod -- Around line 186: You forgot a '=back' before '=head1'
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: m/Makefile.pm
- 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: Makefile, Zoidberg, Zoidberg::Config, Zoidberg::Contractor, Zoidberg::DispatchTable, Zoidberg::Eval, Zoidberg::Fish, Zoidberg::Fish::Buffer, Zoidberg::Fish::Buffer::Insert, Zoidberg::Fish::Buffer::Insert::MultiLine, Zoidberg::Fish::Buffer::Insert::SearchHist, Zoidberg::Fish::Buffer::Insert::VimCommand, Zoidberg::Fish::Buffer::Meta, Zoidberg::Fish::Buffer::Meta::Vim, Zoidberg::Fish::Buffer::Select, Zoidberg::Fish::Commands, Zoidberg::Fish::History, Zoidberg::Fish::Intel, Zoidberg::Fish::Prompt, Zoidberg::Parser, Zoidberg::PluginHash, Zoidberg::Shell, Zoidberg::StringParser, Zoidberg::Utils, Zoidberg::Utils::Error, Zoidberg::Utils::FileSystem, Zoidberg::Utils::Output
- 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.1,0.41
- 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 |
|---|---|---|---|
| Makefile | yet another approach to Makefile.PL | 0.1 | metacpan |
| Zoidberg | a modular perl shell | 0.41 | metacpan |
| Zoidberg::Config | hardcoded configuration | 0.41 | metacpan |
| Zoidberg::Contractor | Module to manage jobs | 0.41 | metacpan |
| Zoidberg::DispatchTable | class to tie dispatch tables | 0.41 | metacpan |
| Zoidberg::Eval | eval namespace | 0.41 | metacpan |
| Zoidberg::Fish | Base class for loadable Zoidberg plugins | 0.41 | metacpan |
| Zoidberg::Fish::Buffer | The zoidberg input buffer | 0.41 | metacpan |
| Zoidberg::Fish::Buffer::Insert | 0.41 | metacpan | |
| Zoidberg::Fish::Buffer::Insert::MultiLine | 0.41 | metacpan | |
| Zoidberg::Fish::Buffer::Insert::SearchHist | 0.41 | metacpan | |
| Zoidberg::Fish::Buffer::Insert::VimCommand | 0.41 | metacpan | |
| Zoidberg::Fish::Buffer::Meta | 0.41 | metacpan | |
| Zoidberg::Fish::Buffer::Meta::Vim | 0.41 | metacpan | |
| Zoidberg::Fish::Buffer::Select | 0.41 | metacpan | |
| Zoidberg::Fish::Commands | Zoidberg plugin for internal commands | 0.41 | metacpan |
| Zoidberg::Fish::History | History plugin for the Zoidberg shell | 0.41 | metacpan |
| Zoidberg::Fish::Intel | Zoidberg module handling tab expansion and globbing | 0.41 | metacpan |
| Zoidberg::Fish::Prompt | Modular prompt plugin for Zoidberg | 0.41 | metacpan |
| Zoidberg::Parser | Parses statements to jobs | 0.41 | metacpan |
| Zoidberg::PluginHash | magic plugin loader | 0.41 | metacpan |
| Zoidberg::Shell | a scripting interface to the Zoidberg shell | 0.41 | metacpan |
| Zoidberg::StringParser | simple string parser | 0.41 | metacpan |
| Zoidberg::Utils | an interface to zoid's utility libs | 0.41 | metacpan |
| Zoidberg::Utils::Error | OO error handling | 0.41 | metacpan |
| Zoidberg::Utils::FileSystem | 0.41 | metacpan | |
| Zoidberg::Utils::Output | zoidberg output routines | 0.41 | metacpan |
Provides
| Name | File | View |
|---|---|---|
| Zoidberg::DispatchScalar | lib/Zoidberg/DispatchTable.pm | metacpan |
| Zoidberg::Fish::Prompt::string | lib/Zoidberg/Fish/Prompt.pm | metacpan |
| Zoidberg::Fish::Prompt::string::scrolling | lib/Zoidberg/Fish/Prompt.pm | metacpan |
| Zoidberg::Job | lib/Zoidberg/Contractor.pm | metacpan |
| Zoidberg::Job::builtin | lib/Zoidberg/Contractor.pm | metacpan |
| Zoidberg::Job::meta | lib/Zoidberg/Contractor.pm | metacpan |
| Zoidberg::StringParser::array | lib/Zoidberg/StringParser.pm | metacpan |
| Zoidberg::StringParser::grammar | lib/Zoidberg/StringParser.pm | metacpan |
| Zoidberg::StringParser::hash | lib/Zoidberg/StringParser.pm | metacpan |
| Zoidberg::stub | lib/Zoidberg.pm | metacpan |
| Zoidberg::stub::buffer | lib/Zoidberg.pm | metacpan |
| Zoidberg::stub::commands | lib/Zoidberg.pm | metacpan |
| Zoidberg::stub::help | lib/Zoidberg.pm | metacpan |
| Zoidberg::stub::history | lib/Zoidberg.pm | metacpan |
| Zoidberg::stub::intel | lib/Zoidberg.pm | metacpan |
| Zoidberg::stub::prompt | lib/Zoidberg.pm | metacpan |