projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
26b8407
)
bump to 0.29
sunnavy [Wed, 9 Sep 2009 00:02:39 +0000 (08:02 +0800)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
9cb6e1b
..
7ea8e3a
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,8
@@
Revision history for Mouse
-0.28
+0.29
+
+0.28 Wed Sep 8 20:00:06 2009
* Alter Makefile.PL so in author mode we generate lib/Mouse/Tiny.pm on
every run so that 'make dist' actually does what it's meant to (mst)
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
07b3acf
..
03aa91f
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.28';
+our $VERSION = '0.29';
use Carp 'confess';
use Scalar::Util 'blessed';