File: dist.ini

package info (click to toggle)
libmoosex-types-path-tiny-perl 0.012-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 308 kB
  • sloc: perl: 276; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download | duplicates (2)
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
name    = MooseX-Types-Path-Tiny
author  = David Golden <dagolden@cpan.org>
license = Apache_2_0
copyright_holder = David Golden
copyright_year   = 2013

[@Author::ETHER]
:version = 0.097
Authority.authority = cpan:ETHER
Test::MinimumVersion.max_target_perl = 5.008003
Test::ReportPrereqs.include[0] = Dist::CheckConflicts
Test::ReportPrereqs.include[1] = namespace::clean
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' };/;

[Test::Perl::Critic]
; authordep Perl::Critic::Policy::Lax::ProhibitStringyEval::ExceptForRequire

[MetaResources]
x_IRC = irc://irc.perl.org/#moose
x_MailingList = http://lists.perl.org/list/moose.html

[Prereqs]
namespace::autoclean = 0

[Prereqs / DevelopRequires]
Test::Needs = 0
Test::Warnings = 0

[Test::CheckBreaks]
:version = 0.017
conflicts_module = Moose::Conflicts
conflicts_module = Module::Runtime::Conflicts