From: oliver Date: Tue, 6 Jan 2009 23:32:43 +0000 (+0000) Subject: Fix manifest X-Git-Tag: v1.003015~75 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=297fa537e34f46a094dc332be042c718990c3914 Fix manifest Checkpoint for 1.3.0 release git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@5289 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..4e48635 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,56 @@ +Changes +examples/dbic_project_profile.pl +inc/Module/AutoInstall.pm +inc/Module/Install.pm +inc/Module/Install/AutoInstall.pm +inc/Module/Install/Base.pm +inc/Module/Install/Can.pm +inc/Module/Install/Fetch.pm +inc/Module/Install/Include.pm +inc/Module/Install/Makefile.pm +inc/Module/Install/Metadata.pm +inc/Module/Install/Win32.pm +inc/Module/Install/WriteAll.pm +INSTALL +lib/Devel/REPL.pm +lib/Devel/REPL/Error.pm +lib/Devel/REPL/Meta/Plugin.pm +lib/Devel/REPL/Plugin.pm +lib/Devel/REPL/Plugin/B/Concise.pm +lib/Devel/REPL/Plugin/Colors.pm +lib/Devel/REPL/Plugin/Commands.pm +lib/Devel/REPL/Plugin/Completion.pm +lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm +lib/Devel/REPL/Plugin/CompletionDriver/INC.pm +lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm +lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm +lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm +lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm +lib/Devel/REPL/Plugin/DDS.pm +lib/Devel/REPL/Plugin/DumpHistory.pm +lib/Devel/REPL/Plugin/FancyPrompt.pm +lib/Devel/REPL/Plugin/FindVariable.pm +lib/Devel/REPL/Plugin/History.pm +lib/Devel/REPL/Plugin/Interrupt.pm +lib/Devel/REPL/Plugin/LexEnv.pm +lib/Devel/REPL/Plugin/MultiLine/PPI.pm +lib/Devel/REPL/Plugin/NewlineHack.pm +lib/Devel/REPL/Plugin/Nopaste.pm +lib/Devel/REPL/Plugin/OutputCache.pm +lib/Devel/REPL/Plugin/Packages.pm +lib/Devel/REPL/Plugin/Peek.pm +lib/Devel/REPL/Plugin/PPI.pm +lib/Devel/REPL/Plugin/ReadLineHistory.pm +lib/Devel/REPL/Plugin/Refresh.pm +lib/Devel/REPL/Plugin/ShowClass.pm +lib/Devel/REPL/Plugin/Timing.pm +lib/Devel/REPL/Plugin/Turtles.pm +lib/Devel/REPL/Profile.pm +lib/Devel/REPL/Profile/Default.pm +lib/Devel/REPL/Script.pm +Makefile.PL +MANIFEST This list of files +META.yml +README +script/re.pl +t/load_core.t diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP deleted file mode 100644 index 59f8bf3..0000000 --- a/MANIFEST.SKIP +++ /dev/null @@ -1 +0,0 @@ -^(?!script/|lib/|inc/|t/|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$) diff --git a/Makefile.PL b/Makefile.PL index 2f8eeec..84de0c0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings; -use inc::Module::Install 0.67; +use inc::Module::Install 0.76; name 'Devel-REPL'; all_from 'lib/Devel/REPL.pm';