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

NAME

Dist::Zilla::Plugin::Web::RelaxedVersion - Allow free-form version of the distribution, currently using dirty hack

VERSION

version 0.0.10

SYNOPSIS

In your dist.ini:

    [Web::RelaxedVersion]
    enabled = 0 ; default

DESCRIPTION

This plugins uses a dirty hack to allow you to have a free-form version for your distribution, like : '1.0.8-alpha-2-beta-3'. Because the hack is really dirty (a global override for version::is_lax), one need to explicitly enable this plugin with "enabled = 1" config option.

AUTHOR

Nickolay Platonov <nplatonov@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Nickolay Platonov.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.