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

    Dist::Zilla::Plugin::Test::Version - release Test::Version tests

VERSION

    version 1.02

SYNOPSIS

    in dist.ini

      [Test::Version]
      is_strict   = 0
      has_version = 1

DESCRIPTION

    This module will add a Test::Version test as a release test to your
    module.

ATTRIBUTES

 is_strict

    set Test::Version is_strict

 has_version

    set Test::Version has_version

 filename_match

    set Test::Version filename_match

 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, otherwise version_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) 2015 by Caleb Cushing
    <xenoterracide@gmail.com>.

    This is free software, licensed under:

      The Artistic License 2.0 (GPL Compatible)