projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f81e2ec
)
Bump to 0.27, Sartak style :)
Tomas Doran (t0m) [Wed, 1 Jul 2009 12:41:57 +0000 (13:41 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
7b4b474
..
dd6d79f
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.27
+
0.26 Wed Jul 1 13:39:30 2009
* Fix failing tests by requiring a newer Moose in that test (t0m)
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
9470cfd
..
404c68d
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.26';
+our $VERSION = '0.27';
use Carp 'confess';
use Scalar::Util 'blessed';