projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b03fda9
)
Bump to 0.25
Shawn M Moore [Mon, 15 Jun 2009 18:51:57 +0000 (14:51 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
1e07dc5
..
6e68014
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.25
+
0.24 Mon Jun 15 14:47:18 2009
* Moose's construct_instance is deprecated, use new_object (tokuhirom)
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
9cca1dc
..
97142d4
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.24';
+our $VERSION = '0.25';
use Carp 'confess';
use Scalar::Util 'blessed';