projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9f91744
)
Bump to 0.28
Shawn M Moore [Thu, 2 Jul 2009 19:19:28 +0000 (15:19 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
642a2fc
..
9876965
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.28
+
0.27 Thu Jul 2 15:17:37 2009
* Doc updates (Sartak)
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
2e890db
..
07b3acf
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.27';
+our $VERSION = '0.28';
use Carp 'confess';
use Scalar::Util 'blessed';