projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
de5c0e5
)
version bump for 0.9.4
release_0.9.4
Matt S Trout [Mon, 13 Dec 2010 21:31:22 +0000 (21:31 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
4f3d3b0
..
1a1a22c
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+0.9.4 Mon Dec 13 2010
- Automatic detection on non-Moo superclasses
0.9.3 Sun Dec 5 2010
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
badb96d
..
01d9830
100644
(file)
--- a/
lib/Moo.pm
+++ b/
lib/Moo.pm
@@
-3,7
+3,7
@@
package Moo;
use strictures 1;
use Moo::_Utils;
-our $VERSION = '0.009003'; # 0.9.3
+our $VERSION = '0.009004'; # 0.9.4
$VERSION = eval $VERSION;
our %MAKERS;