1name    = MooseX-Types-Path-Tiny
2author  = David Golden <dagolden@cpan.org>
3license = Apache_2_0
4copyright_holder = David Golden
5copyright_year   = 2013
6
7[@Author::ETHER]
8:version = 0.097
9Authority.authority = cpan:ETHER
10Test::MinimumVersion.max_target_perl = 5.008003
11Test::ReportPrereqs.include[0] = Dist::CheckConflicts
12Test::ReportPrereqs.include[1] = namespace::clean
13StaticInstall.dry_run = 0   ; we can safely set this here
14
15[Substitute]
16:version = 0.006
17file = xt/author/clean-namespaces.t
18code = s/^(# this test was .*)$/$1\n# and altered by the local dist.ini/;
19code = s/^(use Test::CleanNamespaces.*)$/$1\nuse Test::Needs { 'MooseX::Types' => '0.42' };/;
20
21[Test::Perl::Critic]
22; authordep Perl::Critic::Policy::Lax::ProhibitStringyEval::ExceptForRequire
23
24[MetaResources]
25x_IRC = irc://irc.perl.org/#moose
26x_MailingList = http://lists.perl.org/list/moose.html
27
28[Prereqs]
29namespace::autoclean = 0
30
31[Prereqs / DevelopRequires]
32Test::Needs = 0
33Test::Warnings = 0
34
35[Test::CheckBreaks]
36:version = 0.017
37conflicts_module = Moose::Conflicts
38conflicts_module = Module::Runtime::Conflicts
39