projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c633cb7
)
Get rid of bogus use.
Dave Rolsky [Thu, 21 Aug 2008 15:47:40 +0000 (15:47 +0000)]
lib/MooseX/StrictConstructor/Role/Metaclass.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/StrictConstructor/Role/Metaclass.pm
b/lib/MooseX/StrictConstructor/Role/Metaclass.pm
index
e96b981
..
464924b
100644
(file)
--- a/
lib/MooseX/StrictConstructor/Role/Metaclass.pm
+++ b/
lib/MooseX/StrictConstructor/Role/Metaclass.pm
@@
-3,7
+3,7
@@
package MooseX::StrictConstructor::Role::Metaclass;
use strict;
use warnings;
-use MooseX::StrictConstructor::Meta::Method::Constructor;
+use MooseX::StrictConstructor::Role::Constructor;
use Moose::Role;