-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdist.ini
33 lines (29 loc) · 971 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
33
name = Class-Method-Modifiers
author = Shawn M Moore <[email protected]>
copyright_holder = Shawn M Moore
copyright_year = 2007
license = Perl_5
[@Author::ETHER]
:version = 0.119
installer = MakeMaker ; stay 5.6-friendly
authority = cpan:SARTAK
Test::MinimumVersion.max_target_perl = 5.006000
Test::ReportPrereqs.include[0] = Moose
Test::ReportPrereqs.include[1] = Moo
Test::ReportPrereqs.include[2] = Role::Tiny
Test::ReportPrereqs.include[3] = Sub::Install
Test::ReportPrereqs.include[4] = Sub::Name
Test::ReportPrereqs.include[5] = namespace::clean
Test::ReportPrereqs.include[6] = namespace::autoclean
-remove = Test::Pod::No404s ; temporary? aaroncrane.co.uk is unreachable
[Prereqs / RuntimeRequires]
Exporter = 0
[Prereqs / DevelopRequires]
Test::Warnings = 0
Perl::MinimumVersion = 1.35 ; for RT#89173
[OnlyCorePrereqs]
phase = configure
phase = build
phase = runtime
phase = test
check_dual_life_versions = 0