summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-11-10 17:43:10 +0100
committerfranck cuny <franck@lumberjaph.net>2009-11-10 17:43:10 +0100
commit1ed5356fbeac64e156dfd68f56fadeb523246a27 (patch)
treefff04828ba0d90b29d5d408707b62d8d4b4e2cec /MANIFEST
parentadd .gitignore (diff)
downloadwebservice-google-suggest-1ed5356fbeac64e156dfd68f56fadeb523246a27.tar.gz
Checking in changes prior to tagging of version 0.04. Changelog diff is:0.04
diff --git a/Changes b/Changes index 27e3a76..f0c7b23 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension WebService::Google::Suggest +0.04 Tue 10 Nov 2009 05:26:27 PM CET + - Fixed per Google Suggest JavaScript updates + 0.03 Thu Oct 11 14:35:12 PDT 2007 - Fixed per Google Suggest JavaScript updates (Thanks to Lorimier Loic)
Diffstat (limited to '')
-rw-r--r--MANIFEST10
-rw-r--r--MANIFEST.SKIP4
2 files changed, 13 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index a024fc7..4ef624d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,8 +1,16 @@
Changes
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
lib/WebService/Google/Suggest.pm
Makefile.PL
MANIFEST This list of files
+META.yml Module meta-data (added by MakeMaker)
README
t/00_compile.t
t/01_suggest.t
-META.yml Module meta-data (added by MakeMaker)
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 71b1be8..79e6115 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -1,5 +1,7 @@
\bRCS\b
\bCVS\b
+\.svn/
+\.git/
^MANIFEST\.
^Makefile$
~$
@@ -9,3 +11,5 @@
^MakeMaker-\d
\.gz$
\.cvsignore
+\.shipit
+\.gitignore