-
-
08 May 2016 14:14:12 UTC
- Distribution: Dist-Zilla-Plugin-Test-Version
- Module version: 1.09
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (3558 / 6 / 0)
- Kwalitee
Bus factor: 1- 91.38% Coverage
- License: artistic_2
- Activity
24 month- Tools
- Download (13.65KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Data::Section
- Dist::Zilla::File::InMemory
- Dist::Zilla::Role::FileFinderUser
- Dist::Zilla::Role::FileGatherer
- Dist::Zilla::Role::FileMunger
- Dist::Zilla::Role::PrereqSource
- Dist::Zilla::Role::TextTemplate
- Moose
- Moose::Util::TypeConstraints
- Sub::Exporter::ForMethods
- Test::Version
- namespace::autoclean
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Dist::Zilla::Plugin::Test::Version - Author Test::Version tests
VERSION
version 1.09
SYNOPSIS
in
dist.ini
[Test::Version] is_strict = 0 has_version = 1
DESCRIPTION
This module will add a Test::Version test as a author test to your module.
ATTRIBUTES
is_strict
In addition to a boolean value, you may specify
adaptive
to indicate that is_strict should be true for production releases, but false for trial or development releases.has_version
filename_match
set Test::Version filename_match
multiple
finder
This is the name of a Dist::Zilla::Role::FileFinder for finding files to check. If this is specified then
version_ok
will be used for each file that matches, otherwiseversion_all_ok
will be used, and the file discovery will be handled by Test::Version.METHODS
register_prereqs
Register Test::Version as an a development prerequisite.
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/plicease/dist-zilla-plugin-test-version/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHORS
Graham Ollis <plicease@cpan.org>
Caleb Cushing <xenoterracide@gmail.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016 by Caleb Cushing <xenoterracide@gmail.com>.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
Module Install Instructions
To install Dist::Zilla::Plugin::Test::Version, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::Test::Version
perl -MCPAN -e shell install Dist::Zilla::Plugin::Test::Version
For more information on module installation, please visit the detailed CPAN module installation guide.