projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fccd226
)
Bump to 0.14
Shawn M Moore [Tue, 16 Dec 2008 07:10:09 +0000 (07:10 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
26bb0fe
..
844639a
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.14
+
0.13 Tue Dec 16 02:01:40 2008
* Pass in the instance to the default sub in the constructor (reported with
failing tests by rjbs)
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
29815cb
..
2be14ae
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.13';
+our $VERSION = '0.14';
use 5.006;
BEGIN {