Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = Josh Jore
copyright_year = 2014
version = 2.016
abstract = "Enables the debugger at runtime"
abstract = Enables the debugger at runtime
main_module = lib/Enbugger.pm

[Prereqs / ConfigureRequires]
Expand All @@ -21,13 +21,20 @@ perl = 5.6.0
B::Utils = 0.22
Scalar::Util = 0

[Prereqs / RuntimeSuggests]
Devel::NYTProf = 0
Devel::Trepan = 0
Devel::ebug = 0

[@Git]

[AutoMetaResources]
bugtracker.rt = 1
repository.github = user:jbenjore
homepage = http://search.cpan.org/dist/%{dist}

[MetaJSON]

[@Filter]
-bundle = @Classic
-remove = MakeMaker
Expand Down