projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a40b446
)
don't need to import moose here
Jesse Luehrs [Fri, 10 Jul 2009 01:53:26 +0000 (20:53 -0500)]
lib/Moose/AttributeHelpers.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/AttributeHelpers.pm
b/lib/Moose/AttributeHelpers.pm
index
19b2ff3
..
1e7d6b3
100644
(file)
--- a/
lib/Moose/AttributeHelpers.pm
+++ b/
lib/Moose/AttributeHelpers.pm
@@
-5,7
+5,7
@@
our $VERSION = '0.87';
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';
-use Moose;
+use Moose ();
use Moose::Meta::Attribute::Trait::Native::Bool;
use Moose::Meta::Attribute::Trait::Native::Counter;