NAME
Dist::Zilla::Plugin::Author::Plicease::InstallerPerlVersion - Make Makefile.PL and Build.PL exit instead of die on Perl version mismatch
VERSION
version 1.68
SYNOPSIS
[Author::Plicease::InstallerPerlVersion]
This adds a preface to your Makefile.PL
or Build.PL
to test the Perl version in a way that will not throw an exception, instead calling exit, so that they will not be reported on cpantesters as failures. This plugin should be the last Dist::Zilla::Role::InstallTool plugin in your dist.ini
.
AUTHOR
Graham Ollis <perl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.