projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7778398
)
Bump to 0.08
Shawn M Moore [Sun, 28 Sep 2008 05:30:45 +0000 (
05:30
+0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
4e24de2
..
311145e
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.08
+
0.07 Sun Sep 28 00:19:07 2008
* All runtime dependencies have been removed! The only change in
functionality (hopefully) is that the Sub::Exporter features can no
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
e483366
..
9cdf40f
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-4,7
+4,7
@@
use strict;
use warnings;
use base 'Exporter';
-our $VERSION = '0.07';
+our $VERSION = '0.08';
use 5.006;
use Carp 'confess';