Dist::Zilla::Plugin::Prereq.3pm

Langue: en

Autres versions - même langue

Version: 2010-06-10 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Dist::Zilla::Plugin::Prereq - list simple prerequisites

VERSION

version 4.101612

SYNOPSIS

In your dist.ini:
   [Prereq]
   Foo::Bar = 1.002
   MRO::Compat = 10
   Sub::Exporter = 0
 
 

DESCRIPTION

This module adds ``fixed'' prerequisites to your distribution. These are prereqs with a known, fixed minimum version that doens't change based on platform or other conditions.

AUTHOR

   Ricardo SIGNES <rjbs@cpan.org>
 
 
This software is copyright (c) 2010 by Ricardo SIGNES.

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