Ricardo Signes > Dist-Zilla > Dist::Zilla::Plugin::Prereq

Download:
Dist-Zilla-1.093250.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Stalled  1
View Bugs
Report a bug
Module Version: 1.093250   Source  

NAME ^

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

VERSION ^

version 1.093250

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>

COPYRIGHT AND LICENSE ^

This software is copyright (c) 2009 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.