projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ac946ab
)
do not include .git directory
master
Justin Hunter [Sat, 12 Dec 2015 00:24:09 +0000 (19:24 -0500)]
Changes
patch
|
blob
|
blame
|
history
MANIFEST.SKIP
patch
|
blob
|
blame
|
history
lib/Reaction.pm
patch
|
blob
|
blame
|
history
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
diff --git
a/MANIFEST.SKIP
b/MANIFEST.SKIP
index
f98243f
..
4bed5d9
100644
(file)
--- 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
(file)
--- a/
lib/Reaction.pm
+++ b/
lib/Reaction.pm
@@
-1,5
+1,5
@@
package Reaction;
-our $VERSION = '0.002005';
+our $VERSION = '0.002006';
1;