From: Justin Hunter Date: Sat, 12 Dec 2015 00:24:09 +0000 (-0500) Subject: do not include .git directory X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;p=catagits%2FReaction.git do not include .git directory --- diff --git a/Changes b/Changes index 62f974e..8057d90 100644 --- 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 diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index f98243f..4bed5d9 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -3,6 +3,7 @@ \bCVS\b ,v$ \B\.svn\b +\.git/ # Avoid Makemaker generated and utility files. \bMakefile$ diff --git a/lib/Reaction.pm b/lib/Reaction.pm index 6a66614..becf925 100644 --- a/lib/Reaction.pm +++ b/lib/Reaction.pm @@ -1,5 +1,5 @@ package Reaction; -our $VERSION = '0.002005'; +our $VERSION = '0.002006'; 1;