-
Notifications
You must be signed in to change notification settings - Fork 7
/
dist.ini
39 lines (33 loc) · 1.01 KB
/
dist.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name = MooseX-Getopt
author = Stevan Little <[email protected]>
license = Perl_5
copyright_holder = Infinity Interactive, Inc
copyright_year = 2007
[@Author::ETHER]
:version = 0.117
authority = cpan:STEVAN
-remove = Test::UnusedVars ; we like $class
Test::ReportPrereqs.include = Dist::CheckConflicts
Test::MinimumVersion.max_target_perl = 5.008003
StaticInstall.dry_run = 0 ; we can safely set this here
; these are only conditionally used - not a hard prereq
[Prereqs::Soften]
to_relationship = recommends
copy_to = develop.requires
module = MooseX::SimpleConfig
module = MooseX::ConfigFromFile
module = YAML
[Prereqs::Soften / suggests]
to_relationship = suggests
copy_to = develop.requires
module = MooseX::StrictConstructor
[Test::CheckBreaks]
:version = 0.017
conflicts_module = Moose::Conflicts
conflicts_module = Module::Runtime::Conflicts
[MetaResources]
x_IRC = irc://irc.perl.org/#moose
x_MailingList = http://lists.perl.org/list/moose.html
[Prereqs / DevelopRequires]
Test::Warnings = 0
Dist::Zilla = 5.000