NAME
Dist::Zilla::Plugin::Author::Plicease::SpecialPrereqs - Special prereq handling
VERSION
version 1.52
SYNOPSIS
[Author::Plicease::SpecialPrereqs]
DESCRIPTION
Some older versions of modules have problematic for various reasons (at least in the context of how I use them). This plugin will upgrade those prereqs to appropriate version they are 0
, meaning any version.
- Moo
-
Require 1.001000, which allows for non-ref defaults. Later this may be upgraded to 2.x if fatal warnings are removed as promised.
- PerlX::Maybe
-
Require 0.003
- File::HomeDir
-
Require 0.91 for File::HomeDir::Test
- AnyEvent::Open3::Simple
-
Require 0.76 for new stdin style
- Path::Class
-
Require 0.26 for spew
- Mojolicious
-
Require 4.31
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.