From: Zefram Date: Sun, 11 Sep 2011 10:10:47 +0000 (+0100) Subject: add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore X-Git-Tag: 0.006007~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5cce7a82860de23a23bcc21111f17ca50ecc0787;p=p5sagit%2FDevel-Declare.git add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore --- diff --git a/.gitignore b/.gitignore index 92aeb98..d5d2679 100644 --- a/.gitignore +++ b/.gitignore @@ -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 --- 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). diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 225ba13..9da520c 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -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