diff options
Diffstat (limited to '')
| -rw-r--r-- | MANIFEST | 10 | ||||
| -rw-r--r-- | MANIFEST.SKIP | 4 |
2 files changed, 13 insertions, 1 deletions
@@ -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 |
