-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
53 lines (44 loc) · 1.41 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name = Package-Stash
author = Stevan Little <[email protected]>
author = Jesse Luehrs <[email protected]>
license = Perl_5
copyright_holder = Jesse Luehrs
[@Author::ETHER]
:version = 0.119
authority = cpan:STEVAN
installer = MakeMaker
ExecDir.dir = bin
surgical_podweaver = 1
; there's some bug with PodCoverageTests and Conflicts on travis that i can't
; seem to track down, so just disable that for now
-remove = PodCoverageTests
-remove = Test::CleanNamespaces
Test::MinimumVersion.max_target_perl = 5.008001
; authordep ExtUtils::HasCompiler = 0.014
[DynamicPrereqs]
:version = 0.029
-body = requires('Package::Stash::XS', '0.26') if !want_pp() and can_xs();
; authordep Dist::Zilla::Plugin::SurgicalPodWeaver
[Prereqs / TestRequires]
Test::More = 0.88
[Prereqs / RuntimeRecommends]
; XXX keep this in sync with dynamic prereq above
Package::Stash::XS = 0.26
[Prereqs / DevelopRequires]
Test::LeakTrace = 0
Package::Anon = 0
[Prereqs::Soften]
module = Variable::Magic
copy_to = develop.requires
to_relationship = suggests
[Test::CheckBreaks]
conflicts_module = Package::Stash::Conflicts
conflicts_module = Moose::Conflicts
conflicts_module = Module::Runtime::Conflicts
; this must be last, after all prereqs have been declared
[Conflicts]
-script = bin/package-stash-conflicts
Class::MOP = 1.08
MooseX::Role::WithOverloading = 0.08
namespace::clean = 0.18
MooseX::Method::Signatures = 0.36