projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
93ef4ba
)
_expected_constructor_class is no longer used
Dave Rolsky [Fri, 11 Sep 2009 13:55:38 +0000 (08:55 -0500)]
lib/Moose/Meta/Method/Constructor.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Method/Constructor.pm
b/lib/Moose/Meta/Method/Constructor.pm
index
51ab40c
..
4d4a580
100644
(file)
--- a/
lib/Moose/Meta/Method/Constructor.pm
+++ b/
lib/Moose/Meta/Method/Constructor.pm
@@
-43,11
+43,6
@@
sub new {
return $self;
}
-# This is here so can_be_inlined can be inherited by MooseX modules.
-sub _expected_constructor_class {
- return 'Moose::Object';
-}
-
## method
sub _initialize_body {