Dist::Zilla::Plugin::Test::Version - Author Test::Version tests
version 1.09
in dist.ini
[Test::Version] is_strict = 0 has_version = 1
This module will add a Test::Version test as a author test to your module.
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.
set Test::Version filename_match
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, otherwise version_all_ok
will be used, and the file discovery will be handled by Test::Version.
Register Test::Version as an a development prerequisite.
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.
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)