projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
844fa04
)
Bump to 0.07
Shawn M Moore [Wed, 23 Jul 2008 06:19:06 +0000 (06:19 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
7207378
..
3b589fc
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.07
+
0.06 Thu Jul 23 02:10:07 2008
* Deprecating before/after/around triggers! Switch back to coderef +
whatever you used to do. Moose is have it implemented it as an extension
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
089ea86
..
8d531aa
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-3,7
+3,7
@@
package Mouse;
use strict;
use warnings;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
use 5.006;
use Sub::Exporter;