-
-
24 May 2019 04:53:50 UTC
- Distribution: Dist-Zilla-Plugin-Test-MinimumVersion
- Module version: 2.000010
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (1949 / 0 / 0)
- Kwalitee
Bus factor: 1- 96.10% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (32.31KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Data::Section
- Dist::Zilla
- Dist::Zilla::File::InMemory
- Dist::Zilla::Role::FileGatherer
- Dist::Zilla::Role::FileMunger
- Dist::Zilla::Role::PrereqSource
- Dist::Zilla::Role::TextTemplate
- List::Util
- Moose
- Moose::Util::TypeConstraints
- Sub::Exporter::ForMethods
- Test::MinimumVersion
- constant
- namespace::autoclean
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Dist::Zilla::Plugin::Test::MinimumVersion - Author tests for minimum required versions
VERSION
version 2.000010
SYNOPSIS
In
dist.ini
:[Test::MinimumVersion] max_target_perl = 5.10.1
1; __END__
DESCRIPTION
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
. If you accidentally use perl features that are newer than that version number, then the test will fail, and you can go change whatever bumped up the minimum perl version required.SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-Test-MinimumVersion@rt.cpan.org).
There is also a mailing list available for users of this distribution, at http://dzil.org/#mailing-list.
There is also an irc channel available for users of this distribution, at
#distzilla
onirc.perl.org
.AUTHORS
Mike Doherty <doherty@cpan.org>
Marcel Grünauer <marcel@cpan.org>
CONTRIBUTORS
Karen Etheridge <ether@cpan.org>
Marcel Gruenauer <hanekomu@gmail.com>
Chris Weyl <cweyl@alumni.drew.edu>
Kent Fredric <kentfredric@gmail.com>
COPYRIGHT AND LICENCE
This software is copyright (c) 2010 by Mike Doherty.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Dist::Zilla::Plugin::Test::MinimumVersion, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::Test::MinimumVersion
perl -MCPAN -e shell install Dist::Zilla::Plugin::Test::MinimumVersion
For more information on module installation, please visit the detailed CPAN module installation guide.