projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
17c2c4c
)
Bump to 0.13
Shawn M Moore [Fri, 5 Dec 2008 01:21:39 +0000 (
01:21
+0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
b2c501f
..
d167e55
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.13
+
0.12 Thu Dec 4 19:23:10 2008
* Provide Test::Exception function unless it's version 0.27 - RT #41254
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
380d9b2
..
12e4707
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-4,7
+4,7
@@
use strict;
use warnings;
use base 'Exporter';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
use 5.006;
use Carp 'confess';