Kwalitee Issues

No Core Issues.

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.

Modules

Name Abstract Version View
Perl::ToPerl6 Critique Perl source code for best-practices. 0.040 metacpan
Perl::ToPerl6::Annotation A "## no mogrify" annotation in a document. metacpan
Perl::ToPerl6::Command Guts of L<perlmogrify|perlmogrify>. 0.040 metacpan
Perl::ToPerl6::Config The final derived Perl::ToPerl6 configuration, combined from any profile file and command-line parameters. metacpan
Perl::ToPerl6::Document Caching wrapper around a PPI::Document. metacpan
Perl::ToPerl6::Exception A problem identified by L<Perl::ToPerl6|Perl::ToPerl6>. metacpan
Perl::ToPerl6::Exception::AggregateConfiguration A collection of a set of problems found in the configuration and/or command-line options. metacpan
Perl::ToPerl6::Exception::Configuration A problem with L<Perl::ToPerl6|Perl::ToPerl6> configuration. metacpan
Perl::ToPerl6::Exception::Configuration::Generic A problem with L<Perl::ToPerl6|Perl::ToPerl6> configuration that doesn't involve an option. metacpan
Perl::ToPerl6::Exception::Configuration::NonExistentTransformer The configuration referred to a non-existent transformer. metacpan
Perl::ToPerl6::Exception::Configuration::Option A problem with an option in the L<Perl::ToPerl6|Perl::ToPerl6> configuration. metacpan
Perl::ToPerl6::Exception::Configuration::Option::Global A problem with L<Perl::ToPerl6|Perl::ToPerl6> global configuration. metacpan
Perl::ToPerl6::Exception::Configuration::Option::Global::ExtraParameter The configuration referred to a non-existent global option. metacpan
Perl::ToPerl6::Exception::Configuration::Option::Global::ParameterValue A problem with the value of a global parameter. metacpan
Perl::ToPerl6::Exception::Configuration::Option::Transformer A problem with configuration of a transformer. metacpan
Perl::ToPerl6::Exception::Configuration::Option::Transformer::ExtraParameter The configuration referred to a non-existent parameter for a transformer. metacpan
Perl::ToPerl6::Exception::Configuration::Option::Transformer::ParameterValue A problem with the value of a parameter for a transformer. metacpan
Perl::ToPerl6::Exception::Fatal A problem that should cause L<Perl::ToPerl6|Perl::ToPerl6> to stop running. metacpan
Perl::ToPerl6::Exception::Fatal::Generic A problem for which there is no specialized information. metacpan
Perl::ToPerl6::Exception::Fatal::Internal A problem with the L<Perl::ToPerl6|Perl::ToPerl6> implementation, i.e. a bug. metacpan
Perl::ToPerl6::Exception::Fatal::TransformerDefinition A bug in a transformer. metacpan
Perl::ToPerl6::Exception::IO A problem with input or output. metacpan
Perl::ToPerl6::Exception::Parse The code doesn't look like code. metacpan
Perl::ToPerl6::OptionsProcessor The global configuration default values, combined with command-line values. metacpan
Perl::ToPerl6::ProfilePrototype Generate an initial Perl::ToPerl6 profile. metacpan
Perl::ToPerl6::Statistics Compile stats on Perl::ToPerl6 transformations. metacpan
Perl::ToPerl6::TestUtils Utility functions for testing new Transformers. metacpan
Perl::ToPerl6::Theme Construct thematic sets of transformers. metacpan
Perl::ToPerl6::ThemeListing List the themes of the installed Transformers. metacpan
Perl::ToPerl6::Transformation A transformation of a Transformer found in some source code. metacpan
Perl::ToPerl6::Transformer Base class for all Transformer modules. metacpan
Perl::ToPerl6::Transformer::Arrays::AddWhitespace metacpan
Perl::ToPerl6::Transformer::BasicTypes::Integers::RewriteBinaryNumbers Format 0b0101 properly metacpan
Perl::ToPerl6::Transformer::BasicTypes::Integers::RewriteHexNumbers Format 0x1234 properly metacpan
Perl::ToPerl6::Transformer::BasicTypes::Integers::RewriteOctalNumbers Format 0o0123 properly metacpan
Perl::ToPerl6::Transformer::BasicTypes::Rationals::AddTrailingZero Add trailing zero where needed metacpan
Perl::ToPerl6::Transformer::BasicTypes::Strings::AddWhitespace Add whitespace between q/qq and () metacpan
Perl::ToPerl6::Transformer::BasicTypes::Strings::Interpolation Format C<${x}> correctly metacpan
Perl::ToPerl6::Transformer::BasicTypes::Strings::RenameRegex Format regexps correctly metacpan
Perl::ToPerl6::Transformer::BasicTypes::Strings::RenameShell Rename qx() to qqx() metacpan
Perl::ToPerl6::Transformer::BasicTypes::Strings::RewriteHereDocs Format <<EOF constructs correctly metacpan
Perl::ToPerl6::Transformer::Builtins::AddWhitespace metacpan
Perl::ToPerl6::Transformer::Builtins::Rename metacpan
Perl::ToPerl6::Transformer::Builtins::RewritePrint Format 'print $fh "expr"' metacpan
Perl::ToPerl6::Transformer::CompoundStatements::AddWhitespace Add whitespace between conditionals 'if', 'unless' &c and () metacpan
Perl::ToPerl6::Transformer::CompoundStatements::RenameForeach Rename 'foreach' to 'for' metacpan
Perl::ToPerl6::Transformer::CompoundStatements::RewriteLoops Format for(;;) loops metacpan
Perl::ToPerl6::Transformer::CompoundStatements::RewriteMapGreps Format map{}, grep{} metacpan
Perl::ToPerl6::Transformer::CompoundStatements::SwapForArguments Swap C<for my $x ( @x ) { }> --> C<<for ( @x ) -> $x { }>> metacpan
Perl::ToPerl6::Transformer::Instances::RewriteCreation Indirect object notation no longer allowed. metacpan
Perl::ToPerl6::Transformer::ModuleSpecific::Exporter Replace EXPORT variables with 'is export' notation metacpan
Perl::ToPerl6::Transformer::ModuleSpecific::Moose Add Perl6-style class attributes metacpan
Perl::ToPerl6::Transformer::Operators::FormatOperators Transform '->', '!" &c to their Perl6 equivalents metacpan
Perl::ToPerl6::Transformer::Packages::RewriteDeclarations Format 'package Foo;' declarations metacpan
Perl::ToPerl6::Transformer::Packages::RewriteUsages Format 'use Foo;' to 'use Foo:from<Perl5>;' metacpan
Perl::ToPerl6::Transformer::PostfixExpressions::AddWhitespace metacpan
Perl::ToPerl6::Transformer::Pragmas::RewriteConstants metacpan
Perl::ToPerl6::Transformer::Pragmas::RewritePragmas metacpan
Perl::ToPerl6::Transformer::References::RewriteDereferences Transform %{$foo} to %($foo) metacpan
Perl::ToPerl6::Transformer::Regexes::StandardizeDelimiters metacpan
Perl::ToPerl6::Transformer::Regexes::SwapModifiers metacpan
Perl::ToPerl6::Transformer::RewriteSpecialLiterals Format __END__, __LINE__ &c metacpan
Perl::ToPerl6::Transformer::Subroutines::RemovePrototypes Remove ($)-style prototypes on subroutines. metacpan
Perl::ToPerl6::Transformer::Variables::QuoteHashKeys Transform bareword hash keys into quoted hash keys metacpan
Perl::ToPerl6::Transformer::Variables::ReplaceNegativeIndex Perl6 now uses [*-1] notation to represent negative indices. metacpan
Perl::ToPerl6::Transformer::Variables::ReplaceUndef metacpan
Perl::ToPerl6::Transformer::Variables::RewriteMatchVariables Renumber match variables metacpan
Perl::ToPerl6::Transformer::Variables::RewriteSigils Give variables their proper sigils. metacpan
Perl::ToPerl6::Transformer::Variables::RewriteSpecialVariables Format special variables such as @ARGV metacpan
Perl::ToPerl6::TransformerConfig Configuration data for a Transformer. metacpan
Perl::ToPerl6::TransformerFactory Instantiates Transformer objects. metacpan
Perl::ToPerl6::TransformerListing Display minimal information about Transformers. metacpan
Perl::ToPerl6::TransformerParameter Metadata about a parameter for a Transformer. metacpan
Perl::ToPerl6::TransformerParameter::Behavior Default type-specific actions for a parameter. metacpan
Perl::ToPerl6::TransformerParameter::Behavior::Boolean Actions appropriate for a boolean parameter. metacpan
Perl::ToPerl6::TransformerParameter::Behavior::Enumeration Actions appropriate for an enumerated value. metacpan
Perl::ToPerl6::TransformerParameter::Behavior::Integer Actions appropriate for an integer parameter. metacpan
Perl::ToPerl6::TransformerParameter::Behavior::String Actions appropriate for a simple string parameter. metacpan
Perl::ToPerl6::TransformerParameter::Behavior::StringList Actions appropriate for a parameter that is a list of strings. metacpan
Perl::ToPerl6::UserProfile The contents of the user's profile, often F<.perlmogrifyrc>. metacpan
Perl::ToPerl6::Utils General utility subroutines and constants for Perl::ToPerl6 and derivative distributions. metacpan
Perl::ToPerl6::Utils::Constants Global constants. metacpan
Perl::ToPerl6::Utils::DataConversion Utilities for converting from one type of data to another. metacpan
Perl::ToPerl6::Utils::POD Utility functions for dealing with POD. metacpan
Perl::ToPerl6::Utils::PPI Utility functions for dealing with PPI objects. metacpan
Perl::ToPerl6::Utils::Perl Utility functions for dealing with Perl language issues. metacpan
Test::Perl::ToPerl6::Transformer A framework for testing your custom Transformers metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
README metacpan
README.md metacpan
dist.ini metacpan