File: dist.ini

package info (click to toggle)
libmoosex-role-parameterized-perl 1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 464 kB
  • sloc: perl: 439; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 967 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
name    = MooseX-Role-Parameterized
author  = Shawn M Moore <code@sartak.org>
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