1Dist::Zilla::Plugin::PrUesreerqsC(o3n)tributed Perl DocuDmiesntt:a:tZiiolnla::Plugin::Prereqs(3)
2
3
4

NAME

6       Dist::Zilla::Plugin::Prereqs - list simple prerequisites
7

VERSION

9       version 4.300002
10

SYNOPSIS

12       In your dist.ini:
13
14         [Prereqs]
15         Foo::Bar = 1.002
16         MRO::Compat = 10
17         Sub::Exporter = 0
18
19       Which is equivalent to specifying prerequisites for the "Runtime"
20       phase:
21
22         [Prereqs / RuntimeRequires]
23         Foo::Bar = 1.002
24         MRO::Compat = 10
25         Sub::Exporter = 0
26
27       See "Phases" for the full list of supported phases.
28

DESCRIPTION

30       This module adds "fixed" prerequisites to your distribution.  These are
31       prereqs with a known, fixed minimum version that doens't change based
32       on platform or other conditions.
33
34       You can specify prerequisites for different phases and kinds of
35       relationships.  In "RuntimeRequires", the phase is Runtime and the
36       relationship is Requires.  These are described in more detail in the
37       CPAN::Meta specification.
38
39       The phases are:
40
41       ·   configure
42
43       ·   build
44
45       ·   test
46
47       ·   runtime
48
49       ·   develop
50
51       The relationship types are:
52
53       ·   requires
54
55       ·   recommends
56
57       ·   suggests
58
59       ·   conflicts
60
61       If the phase is omitted, it will default to runtime; thus, specifying
62       "Prereqs / Recommends" in your dist.ini is equivalent to
63       RuntimeRecommends.
64
65       Not all of these phases are useful for all tools, especially tools that
66       only understand version 1.x CPAN::Meta files.
67

AUTHOR

69       Ricardo SIGNES <rjbs@cpan.org>
70
72       This software is copyright (c) 2011 by Ricardo SIGNES.
73
74       This is free software; you can redistribute it and/or modify it under
75       the same terms as the Perl 5 programming language system itself.
76
77
78
79perl v5.12.4                      2011-09-22   Dist::Zilla::Plugin::Prereqs(3)
Impressum