projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
37b7c24
)
No need to specify a Moose version now that we're in core.
Dave Rolsky [Fri, 26 Jun 2009 20:47:10 +0000 (15:47 -0500)]
lib/Moose/AttributeHelpers.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/AttributeHelpers.pm
b/lib/Moose/AttributeHelpers.pm
index
038f891
..
3b58c8d
100644
(file)
--- a/
lib/Moose/AttributeHelpers.pm
+++ b/
lib/Moose/AttributeHelpers.pm
@@
-5,7
+5,7
@@
our $VERSION = '0.84';
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';
-use Moose 0.56 ();
+use Moose;
use Moose::AttributeHelpers::Trait::Bool;
use Moose::AttributeHelpers::Trait::Counter;