do not include .git directory master
Justin Hunter [Sat, 12 Dec 2015 00:24:09 +0000 (19:24 -0500)]
Changes
MANIFEST.SKIP
lib/Reaction.pm

diff --git a/Changes b/Changes
index 62f974e..8057d90 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for Reaction
+0.002006 - 11 Dec 2015
+        - do not include .git directory
+
 0.002005 - 8 Mar 2011
         - use JSON instead of JSON::Any
 
index f98243f..4bed5d9 100644 (file)
@@ -3,6 +3,7 @@
 \bCVS\b
 ,v$
 \B\.svn\b
+\.git/
 
 # Avoid Makemaker generated and utility files.
 \bMakefile$
index 6a66614..becf925 100644 (file)
@@ -1,5 +1,5 @@
 package Reaction;
 
-our $VERSION = '0.002005';
+our $VERSION = '0.002006';
 
 1;