From 7836678353fe6053fcdb8d6563b9629887de4220 Mon Sep 17 00:00:00 2001 From: Stuart A Johnston Date: Sun, 16 Aug 2015 17:48:38 -0600 Subject: [PATCH 1/2] Remove unneeded quotes --- dist.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 6748927..da1994b 100644 --- a/dist.ini +++ b/dist.ini @@ -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] From eca9db2d609c69cea0ce1c3eba5c1ec4dc123339 Mon Sep 17 00:00:00 2001 From: Stuart A Johnston Date: Sun, 23 Aug 2015 16:41:19 -0600 Subject: [PATCH 2/2] Add suggested prereqs and generate META.json --- dist.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dist.ini b/dist.ini index da1994b..a3430e8 100644 --- a/dist.ini +++ b/dist.ini @@ -21,6 +21,11 @@ perl = 5.6.0 B::Utils = 0.22 Scalar::Util = 0 +[Prereqs / RuntimeSuggests] +Devel::NYTProf = 0 +Devel::Trepan = 0 +Devel::ebug = 0 + [@Git] [AutoMetaResources] @@ -28,6 +33,8 @@ bugtracker.rt = 1 repository.github = user:jbenjore homepage = http://search.cpan.org/dist/%{dist} +[MetaJSON] + [@Filter] -bundle = @Classic -remove = MakeMaker