-
Notifications
You must be signed in to change notification settings - Fork 4
/
dist.ini
42 lines (35 loc) · 1.18 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
40
41
42
name = MooseX-Types-ISO8601
author = Tomas Doran (t0m) <[email protected]>
author = Dave Lambley <[email protected]>
copyright_holder = Tomas Doran
license = Perl_5
copyright_year = 2009
[@Author::ETHER]
:version = 0.117
licence = LICENCE
authority = cpan:BOBTFISH
AutoPrereqs.skip[] = ^DT$
Test::ReportPrereqs.include[0] = Dist::CheckConflicts
Test::ReportPrereqs.include[1] = namespace::clean
Test::MinimumVersion.max_target_perl = 5.008003
-remove = Test::PodSpelling
StaticInstall.dry_run = 0 ; we can safely set this here
[Substitute]
:version = 0.006
file = xt/author/clean-namespaces.t
code = s/^(# this test was .*)$/$1\n# and altered by the local dist.ini/;
code = s/^(use Test::CleanNamespaces.*)$/$1\nuse Test::Needs { 'MooseX::Types' => '0.42' };/;
[Prereqs / RuntimeRequires]
DateTime::Format::ISO8601 = 0
[Prereqs / RuntimeRecommends]
MooseX::Types::DateTime::MySQL = 0
[Prereqs / DevelopRequires]
Test::Warnings = 0.009
Test::Needs = 0
[MetaResources]
x_IRC = irc://irc.perl.org/#moose
x_MailingList = http://lists.perl.org/list/moose.html
[Test::CheckBreaks]
:version = 0.017
conflicts_module = Moose::Conflicts
conflicts_module = Module::Runtime::Conflicts