The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "MinimumVersion"

Pod::MinimumVersion - Perl version for POD directives used River stage two • 1 direct dependent • 19 total dependents

"Pod::MinimumVersion" parses the POD in a Perl script, module, or document, and reports what version of Perl is required to process the directives in it with "pod2man" etc....

KRYDE/Pod-MinimumVersion-50 - 01 Apr 2011 19:34:29 UTC - Search in distribution

Perl::MinimumVersion - Find a minimum required version of perl for Perl code River stage three • 14 direct dependents • 162 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 - Search in distribution

Test::MinimumVersion - does your code require newer perl than you think? River stage three • 23 direct dependents • 137 total dependents

RJBS/Test-MinimumVersion-0.101083 - 31 Dec 2022 21:01:03 UTC - Search in distribution

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 - Search in distribution

Test::MinimumVersion::Fast - does your code require newer perl than you think? River stage one • 2 direct dependents • 3 total dependents

Test::MinimumVersion::Fast is a faster implementation of Test::MinimumVersion using Perl::MinimumVersion::Fast....

TOKUHIROM/Test-MinimumVersion-Fast-0.04 - 26 Mar 2014 03:04:57 UTC - Search in distribution

Test::Apocalypse::MinimumVersion - Plugin for Test::MinimumVersion River stage one • 1 direct dependent • 1 total dependent

Encapsulates Test::MinimumVersion functionality....

APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC - Search in distribution

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 - Search in distribution

Dist::Zilla::Plugin::Test::MinimumVersion - Author tests for minimum required versions River stage two • 26 direct dependents • 46 total dependents

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing a Test::MinimumVersion test: xt/author/minimum-version.t - a standard Test::MinimumVersion test You should provide the highest perl version you want to require as "target_max_version...

ETHER/Dist-Zilla-Plugin-Test-MinimumVersion-2.000010 - 24 May 2019 04:53:50 UTC - Search in distribution

Test::RequiredMinimumDependencyVersion - require a minimum version for your dependencies River stage zero No dependents

There are some modules where you'll always depend on a minimal version, either because of a bug or because of an API change. A good example would be Test::More where version 0.88 introduced "done_testing()" or version which strongly urges to set 0.77...

SKIRMESS/Test-RequiredMinimumDependencyVersion-0.003 - 03 Aug 2019 18:22:30 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Paws::RDS::MinimumEngineVersionPerAllowedValue River stage two • 9 direct dependents • 11 total dependents

The minimum DB engine version required for each corresponding allowed value for an option setting....

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

Image::ExifTool::TagNames - ExifTool tag name documentation River stage two • 30 direct dependents • 31 total dependents

This document contains a complete list of ExifTool tag names, organized into tables based on information type. Tag names are used to reference specific meta information extracted from or written to a file....

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

Minilla - CPAN module authoring tool River stage one • 6 direct dependents • 7 total dependents

Minilla is a CPAN module authoring tool. Minilla provides minil command for authorizing a CPAN distribution. (M::I - inc) + shipit + (dzil - plugins)...

SKAJI/Minilla-v3.1.23 - 07 Oct 2023 10:28:32 UTC - Search in distribution

Test::XT - Generate best practice release-only tests River stage one • 2 direct dependents • 3 total dependents

A number of Test modules have been written over the years to support authors. Typically, these modules have standard short test scripts documented in them that you can cut and paste into your distribution. Unfortunately almost all of these cut-and-pa...

ADAMK/Test-XT-0.04 - 07 Jul 2011 02:49:42 UTC - Search in distribution

pmminversion - Get minimum required Perl version for specified modules River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC - Search in distribution

Syntax::Construct - Explicitly state which non-feature constructs are used in the code. River stage one • 6 direct dependents • 6 total dependents

This module provides a simple way of specifying syntactic constructs that are not implemented via the feature pragma, but are still not compatible with older versions of Perl. It's the programmer's responsibility to track the constructs and list them...

CHOROBA/Syntax-Construct-1.034 - 01 Dec 2023 22:39:42 UTC - Search in distribution

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 - Search in distribution

Release::Checklist - A QA checklist for CPAN releases River stage zero No dependents

HMBRAND/Release-Checklist-0.17 - 29 Apr 2023 13:09:03 UTC - Search in distribution

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 - Search in distribution
47 results (0.051 seconds)