add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore
Zefram [Sun, 11 Sep 2011 10:10:47 +0000 (11:10 +0100)]
.gitignore
Changes
MANIFEST.SKIP

index 92aeb98..d5d2679 100644 (file)
@@ -3,6 +3,8 @@
 Makefile*
 !Makefile.PL
 META.yml
+MYMETA.json
+MYMETA.yml
 blib
 build
 inc
diff --git a/Changes b/Changes
index 1816d91..1b57729 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ Changes for Devel-Declare
 
   - Depend on B::Hooks::OP::Check version 0.19, which fixes a serious bug in
     how it interacts with other modules that hook ops.
+  - Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
 
 0.006006 - 23 Aug 2011
   - Increase default linestr size to avoid reallocations (Zefram).
index 225ba13..9da520c 100644 (file)
@@ -1,2 +1,3 @@
 ^(?!script/|lib/|inc/|t/|example/|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml|.*?.xs$|stolen_chunk_of_toke.c$)
+^MYMETA\.
 \b\..*\.swp