projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ccd73de
)
Bump to 0.12
Shawn M Moore [Sun, 2 Nov 2008 16:45:26 +0000 (16:45 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
83aafd0
..
704df1e
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.12
+
0.11 Sun Nov 2 11:35:04 2008
* Throw an error if accessor/predicate/clearer/handles code eval fails
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
20283e8
..
380d9b2
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-4,7
+4,7
@@
use strict;
use warnings;
use base 'Exporter';
-our $VERSION = '0.11';
+our $VERSION = '0.12';
use 5.006;
use Carp 'confess';