-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdist.ini
More file actions
30 lines (25 loc) · 808 Bytes
/
dist.ini
File metadata and controls
30 lines (25 loc) · 808 Bytes
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
name = Pod-Coverage-Moose
author = Robert 'phaylon' Sedlacek <rs@474.at>
license = Perl_5
copyright_holder = Robert 'phaylon' Sedlacek
copyright_year = 2007
[@Author::ETHER]
:version = 0.117
authority = cpan:PHAYLON
Test::ReportPrereqs.include = Dist::CheckConflicts
Test::MinimumVersion.max_target_perl = 5.008003
StaticInstall.dry_run = 0 ; we can safely set this here
[Prereqs]
Moose = 0.24
namespace::autoclean = 0.08
[RemovePrereqs]
; these are optional, with the tests skipped if not installed.
remove = MooseX::AttributeHelpers
remove = MooseX::Role::WithOverloading
[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