projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
684b69c
)
version bump ::Meta
Jesse Luehrs [Mon, 27 Sep 2010 15:06:10 +0000 (10:06 -0500)]
lib/Class/MOP/Method/Meta.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP/Method/Meta.pm
b/lib/Class/MOP/Method/Meta.pm
index
7366c82
..
d1bc316
100644
(file)
--- a/
lib/Class/MOP/Method/Meta.pm
+++ b/
lib/Class/MOP/Method/Meta.pm
@@
-7,7
+7,7
@@
use warnings;
use Carp 'confess';
use Scalar::Util 'blessed';
-our $VERSION = '1.08';
+our $VERSION = '1.09';
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';