From 3db6d5dccb0b1fade69467e1800a8eb763bd3158 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 10 Jul 2013 02:08:43 -0400 Subject: enable these by default now --- dist.ini | 2 +- lib/Reply/App.pm | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 4b09e27..4c440a6 100644 --- a/dist.ini +++ b/dist.ini @@ -14,7 +14,7 @@ dist = Reply repository = github bugtracker_web = https://github.com/doy/reply/issues bugtracker_mailto = -Test::Compile_skip = ::(?:Nopaste|DataDump|DataPrinter|Editor|AutoRefresh|Autocomplete::Keywords|Autocomplete::Globals|Autocomplete::Methods|Autocomplete::Functions)$ +Test::Compile_skip = ::(?:Nopaste|DataDump|DataPrinter|Editor|AutoRefresh|Autocomplete::Keywords)$ PodWeaver_finder = WeaverFiles [ContributorsFromGit] diff --git a/lib/Reply/App.pm b/lib/Reply/App.pm index 3d3a6c8..e88f2f5 100644 --- a/lib/Reply/App.pm +++ b/lib/Reply/App.pm @@ -131,3 +131,6 @@ script_line3 = use 5.XXX [ResultCache] [Autocomplete::Packages] [Autocomplete::Lexicals] +[Autocomplete::Functions] +[Autocomplete::Globals] +[Autocomplete::Methods] -- cgit v1.2.3-54-g00ecf