The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::Plugin::Author::Plicease::SpecialPrereqs - Special prereq handling

VERSION

version 1.55

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

Role::Tiny

Require 1.003001. See rt#83248

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.