The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Perl::MinimumVersion"

Perl::MinimumVersion - Find a minimum required version of perl for Perl code River stage three • 14 direct dependents • 160 total dependents

"Perl::MinimumVersion" takes Perl source code and calculates the minimum version of perl required to be able to run it. Because it is based on PPI, it can do this without having to actually load the code. Currently it tests both the syntax of your co...

DBOOK/Perl-MinimumVersion-1.40 - 22 Apr 2021 02:36:51 UTC

Perl::MinimumVersion::Fast - Find a minimum required version of perl for Perl code River stage one • 2 direct dependents • 6 total dependents

"Perl::MinimumVersion::Fast" takes Perl source code and calculates the minimum version of perl required to be able to run it. Because it is based on goccy's Compiler::Lexer, it can do this without having to actually load the code. Perl::MinimumVersio...

TOKUHIROM/Perl-MinimumVersion-Fast-0.20 - 01 Mar 2023 23:14:39 UTC

Perl::Metrics::Plugin::MinimumVersion - Perl::Metrics plugin for Perl::MinimumVersion River stage zero No dependents

This is a Perl::Metrics "plugin" that generated the two primary metrics generated by the Perl::MinimumVersion module. These are the minimum explicit perl version dependency, and the minimum syntax perl version dependency. While this is an actual plug...

ADAMK/Perl-Metrics-Plugin-MinimumVersion-0.02 - 02 Jun 2008 04:01:34 UTC

lib/Perl/MinimumVersion/Reason.pm River stage three • 14 direct dependents • 160 total dependents

DBOOK/Perl-MinimumVersion-1.40 - 22 Apr 2021 02:36:51 UTC

Perl::Critic::Policy::Compatibility::PerlMinimumVersionAndWhy - explicit Perl version for features used River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It requires that you have an explicit "use 5.XXX" etc for the Perl syntax features you use, as determined by "Perl::MinimumVersion". use 5.010; # the // operator is new in perl 5.010 print $x //...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Modules::PerlMinimumVersion - Enforce backward compatible code. River stage one • 4 direct dependents • 8 total dependents

As Perl evolves, new desirable features get added. The best ones seem to break backward compatibility, unfortunately. This policy allows you to specify a mandatory compatibility version for your code. For example, if you add the following to your .pe...

THALJEF/Perl-Critic-More-1.003 - 29 Oct 2013 16:43:05 UTC

Perl::Critic::Policy::Compatibility::PodMinimumVersion - check Perl version declared against POD features used River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It checks that the POD features you use don't exceed your target Perl version as indicated by "use 5.008" etc. use 5.005; =pod C<< something >> # bad, double angles needs 5.006 POD doesn't affec...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Lexer - Use Perl5 lexer as a library. River stage zero No dependents

THIS LIBRARY IS WRITTEN FOR RESEARCHING PERL5 LEXER API. THIS MODULE USES PERL5 INTERNAL API. DO NOT USE THIS. Perl::Lexer is a really hackish library for using Perl5 lexer as a library....

ISHIGAKI/Perl-Lexer-0.36 - 09 Jul 2023 01:41:28 UTC

Perl::ImportReport - Find data on symbols being imported by Perl code River stage zero No dependents

Sometimes you want to trim out needless importing from your code. This object calculates and reports what packages are importing what symbols into what packages in the code....

DMUEY/Perl-ImportReport-0.1 - 03 Aug 2010 00:26:20 UTC

Task::Perl::Critic::IncludingOptionalDependencies - Install everything Perl::Critic plus its optional dependencies. River stage zero No dependents

This module does nothing but act as a placeholder. See Task. Inspired by a question at the Perl::Critic BoF at OSCON 2007. WARNING: Installing this distribution will install Policies that directly conflict with each other. If you do not use a .perlcr...

ELLIOTJS/Task-Perl-Critic-IncludingOptionalDependencies-1.005 - 26 Jun 2010 21:00:24 UTC
10 results (0.054 seconds)