projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f996f01
)
add Changes and bump version
Justin Hunter [Sat, 5 Mar 2011 16:21:39 +0000 (08:21 -0800)]
Changes
patch
|
blob
|
blame
|
history
lib/Reaction.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
b066834
..
3d1cf60
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,4
+1,8
@@
Revision history for Reaction
+0.002004 - 5 Mar 2011
+ - add a warning for people not using Reaction::Role(::Parameterized)
+ - silence m2m warnings during tests
+
0.002003 - 4 Mar 2011
- fixes for Moose 2
diff --git
a/lib/Reaction.pm
b/lib/Reaction.pm
index
76db820
..
9e4fd3c
100644
(file)
--- a/
lib/Reaction.pm
+++ b/
lib/Reaction.pm
@@
-1,5
+1,5
@@
package Reaction;
-our $VERSION = '0.002003';
+our $VERSION = '0.002004';
1;