-
Notifications
You must be signed in to change notification settings - Fork 5
/
dist.ini
32 lines (27 loc) · 967 Bytes
/
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
name = MooseX-Role-Parameterized
author = Shawn M Moore <[email protected]>
license = Perl_5
copyright_holder = Shawn M Moore
copyright_year = 2008
[@Author::ETHER]
:version = 0.117
authority = cpan:SARTAK
-remove = Test::PodSpelling ; TODO
-remove = Test::Pod::No404s ; Several of the blog articles we link to return 404 for bots :(
AutoPrereqs.skip[0] = ^(?:My|Other|Foo|t)
AutoPrereqs.skip[1] = ^P::Role$
AutoPrereqs.skip[2] = ^Test::Consumer$
Test::ReportPrereqs.include = Dist::CheckConflicts
Test::MinimumVersion.max_target_perl = 5.008003
StaticInstall.dry_run = 0 ; we can safely set this here
[Prereqs / DevelopRequires]
MooseX::Role::WithOverloading = 0.14 ; t/200-cooperative.t
[MetaResources]
x_IRC = irc://irc.perl.org/#moose
x_MailingList = http://lists.perl.org/list/moose.html
[Breaks]
MooseX::Storage = <= 0.46
[Test::CheckBreaks]
:version = 0.017
conflicts_module = Moose::Conflicts
conflicts_module = Module::Runtime::Conflicts