projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b86a468
)
bump all versions to 0.89_02
Dave Rolsky [Fri, 11 Sep 2009 13:08:02 +0000 (08:08 -0500)]
lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm
patch
|
blob
|
blame
|
history
lib/Moose/Meta/Attribute/Native/Trait/Code.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm
b/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm
index
59120db
..
79751a5
100644
(file)
--- a/
lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm
+++ b/
lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm
@@
-1,7
+1,7
@@
package Moose::Meta::Attribute::Native::MethodProvider::Code;
use Moose::Role;
-our $VERSION = '0.87';
+our $VERSION = '0.89_02';
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';
diff --git
a/lib/Moose/Meta/Attribute/Native/Trait/Code.pm
b/lib/Moose/Meta/Attribute/Native/Trait/Code.pm
index
4d8b9ed
..
c278626
100644
(file)
--- a/
lib/Moose/Meta/Attribute/Native/Trait/Code.pm
+++ b/
lib/Moose/Meta/Attribute/Native/Trait/Code.pm
@@
-2,7
+2,7
@@
package Moose::Meta::Attribute::Native::Trait::Code;
use Moose::Role;
use Moose::Meta::Attribute::Native::MethodProvider::Code;
-our $VERSION = '0.87';
+our $VERSION = '0.89_02';
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';