-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdist.ini
More file actions
36 lines (30 loc) · 688 Bytes
/
dist.ini
File metadata and controls
36 lines (30 loc) · 688 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
31
32
33
34
35
36
name = Enbugger
author = Josh Jore <jjore@cpan.org>
license = Perl_5
copyright_holder = Josh Jore
copyright_year = 2014
version = 2.016
abstract = "Enables the debugger at runtime"
main_module = lib/Enbugger.pm
[Prereqs / ConfigureRequires]
B::Utils = 0.22
ExtUtils::CBuilder = 0
Test::More = 0
[Prereqs / BuildRequires]
ExtUtils::CBuilder = 0
Test::More = 0
[Prereqs / RuntimeRequires]
perl = 5.6.0
B::Utils = 0.22
Scalar::Util = 0
[@Git]
[AutoMetaResources]
bugtracker.rt = 1
repository.github = user:jbenjore
homepage = http://search.cpan.org/dist/%{dist}
[@Filter]
-bundle = @Classic
-remove = MakeMaker
-remove = PodVersion
-remove = PodCoverageTests
[MakeMaker::Runner]