projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
240454c
)
Bump to 0.22
Shawn M Moore [Sat, 11 Apr 2009 17:57:40 +0000 (13:57 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
f5cc222
..
919ad62
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.22
+
0.21 Sat Apr 11 13:52:11 2009
* clone_instance has been made private, like in Moose (tokuhirom)
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
3c6a828
..
fea2bfb
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-4,7
+4,7
@@
use warnings;
use 5.006;
use base 'Exporter';
-our $VERSION = '0.21';
+our $VERSION = '0.22';
use Carp 'confess';
use Scalar::Util 'blessed';