projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b4d972c
)
It's good form to use all classes which we refer to by name in other
Dave Rolsky [Thu, 6 Dec 2007 22:12:17 +0000 (22:12 +0000)]
parts of the code.
lib/MooseX/ClassAttribute.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/ClassAttribute.pm
b/lib/MooseX/ClassAttribute.pm
index
8a0c4a2
..
233585e
100644
(file)
--- a/
lib/MooseX/ClassAttribute.pm
+++ b/
lib/MooseX/ClassAttribute.pm
@@
-10,6
+10,7
@@
our @EXPORT = 'class_has'; ## no critic ProhibitAutomaticExportation
use base 'Exporter';
use B qw( svref_2object );
+use Moose::Meta::Class;
use Sub::Name;