Kwalitee Issues

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: Devel::REPL::Plugin::B::Concise, Devel::REPL::Plugin::Colors, Devel::REPL::Plugin::Commands, Devel::REPL::Plugin::Completion, Devel::REPL::Plugin::CompletionDriver::Globals, Devel::REPL::Plugin::CompletionDriver::INC, Devel::REPL::Plugin::CompletionDriver::Keywords, Devel::REPL::Plugin::CompletionDriver::LexEnv, Devel::REPL::Plugin::CompletionDriver::Methods, Devel::REPL::Plugin::CompletionDriver::Turtles, Devel::REPL::Plugin::DDS, Devel::REPL::Plugin::DumpHistory, Devel::REPL::Plugin::FancyPrompt, Devel::REPL::Plugin::FindVariable, Devel::REPL::Plugin::History, Devel::REPL::Plugin::Interrupt, Devel::REPL::Plugin::LexEnv, Devel::REPL::Plugin::MultiLine::PPI, Devel::REPL::Plugin::NewlineHack, Devel::REPL::Plugin::OutputCache, Devel::REPL::Plugin::PPI, Devel::REPL::Plugin::Packages, Devel::REPL::Plugin::Peek, Devel::REPL::Plugin::ReadLineHistory, Devel::REPL::Plugin::Refresh, Devel::REPL::Plugin::ShowClass, Devel::REPL::Plugin::Timing, Devel::REPL::Plugin::Turtles

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

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: Devel::REPL::Plugin::B::Concise, Devel::REPL::Plugin::Colors, Devel::REPL::Plugin::Commands, Devel::REPL::Plugin::Completion, Devel::REPL::Plugin::CompletionDriver::Globals, Devel::REPL::Plugin::CompletionDriver::INC, Devel::REPL::Plugin::CompletionDriver::Keywords, Devel::REPL::Plugin::CompletionDriver::LexEnv, Devel::REPL::Plugin::CompletionDriver::Methods, Devel::REPL::Plugin::CompletionDriver::Turtles, Devel::REPL::Plugin::DDS, Devel::REPL::Plugin::DumpHistory, Devel::REPL::Plugin::FancyPrompt, Devel::REPL::Plugin::FindVariable, Devel::REPL::Plugin::History, Devel::REPL::Plugin::Interrupt, Devel::REPL::Plugin::LexEnv, Devel::REPL::Plugin::MultiLine::PPI, Devel::REPL::Plugin::NewlineHack, Devel::REPL::Plugin::OutputCache, Devel::REPL::Plugin::PPI, Devel::REPL::Plugin::Packages, Devel::REPL::Plugin::Peek, Devel::REPL::Plugin::ReadLineHistory, Devel::REPL::Plugin::Refresh, Devel::REPL::Plugin::ShowClass, Devel::REPL::Plugin::Timing, Devel::REPL::Plugin::Turtles

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
Devel::REPL a modern perl interactive shell 1.003007 metacpan
Devel::REPL::Error metacpan
Devel::REPL::Meta::Plugin metacpan
Devel::REPL::Plugin metacpan
Devel::REPL::Plugin::B::Concise B::Concise dumping of expression optrees metacpan
Devel::REPL::Plugin::Colors add color to return values, warnings, and errors metacpan
Devel::REPL::Plugin::Commands Generic command creation plugin using injected functions metacpan
Devel::REPL::Plugin::Completion Extensible tab completion metacpan
Devel::REPL::Plugin::CompletionDriver::Globals Complete global variables, packages, namespaced functions metacpan
Devel::REPL::Plugin::CompletionDriver::INC Complete module names in use and require metacpan
Devel::REPL::Plugin::CompletionDriver::Keywords Complete Perl keywords and operators metacpan
Devel::REPL::Plugin::CompletionDriver::LexEnv Complete variable names in the REPL's lexical environment metacpan
Devel::REPL::Plugin::CompletionDriver::Methods Complete class or object method names metacpan
Devel::REPL::Plugin::CompletionDriver::Turtles Complete Turtles-based commands metacpan
Devel::REPL::Plugin::DDS Format results with Data::Dump::Streamer metacpan
Devel::REPL::Plugin::DumpHistory Plugin for Devel::REPL to save or print the history. metacpan
Devel::REPL::Plugin::FancyPrompt facilitate user-defined prompts metacpan
Devel::REPL::Plugin::FindVariable Finds variables by name metacpan
Devel::REPL::Plugin::History Keep track of all input, provide shortcuts !1, !-1 metacpan
Devel::REPL::Plugin::Interrupt traps SIGINT to kill long-running lines metacpan
Devel::REPL::Plugin::LexEnv Provide a lexical environment for the REPL metacpan
Devel::REPL::Plugin::MultiLine::PPI read lines until all blocks are closed metacpan
Devel::REPL::Plugin::NewlineHack (deprecated) metacpan
Devel::REPL::Plugin::Nopaste #nopaste to upload session's input and output metacpan
Devel::REPL::Plugin::OutputCache remember past results, _ is most recent metacpan
Devel::REPL::Plugin::PPI PPI dumping of Perl code metacpan
Devel::REPL::Plugin::Packages Keep track of which package the user is in metacpan
Devel::REPL::Plugin::Peek L<Devel::Peek> plugin for L<Devel::REPL>. metacpan
Devel::REPL::Plugin::ReadLineHistory Integrate history with the facilities provided by L<Term::ReadLine> metacpan
Devel::REPL::Plugin::Refresh reload libraries with Module::Refresh metacpan
Devel::REPL::Plugin::ShowClass Dump classes initialized with Class::MOP metacpan
Devel::REPL::Plugin::Timing display execution times metacpan
Devel::REPL::Plugin::Turtles Generic command creation using a read hook metacpan
Devel::REPL::Profile metacpan
Devel::REPL::Profile::Default metacpan
Devel::REPL::Script metacpan

Provides

Name File View
Devel::REPL::Plugin::Packages::DefaultScratchpad lib/Devel/REPL/Plugin/Packages.pm metacpan

Other Files

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