From: Fuji Goro <fuji.goro@dena.jp>
Date: Tue, 4 Oct 2011 00:08:51 +0000 (-0700)
Subject: Ignore MYMETA.json
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a1a2469a369e71a583eb55e09c5b989d77031e39;p=gitmo%2FMouse.git

Ignore MYMETA.json
---

diff --git a/.gitignore b/.gitignore
index 4f09f7b..06c92f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 META.yml
 MYMETA.yml
+MYMETA.json
 Makefile
 blib/*
 inc/*
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 36b2576..7b7be20 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -58,7 +58,7 @@ ppport\.h$
 \.c$
 \.bs$
 
-MYMETA\.yml$
+MYMETA\.(?:yml|json)$
 Moose-t/
 xshelper\.h$
 \.swp$