fixed a bunch of bugs...almost working
This commit is contained in:
parent
509c2d64ee
commit
377c49d141
4 changed files with 17 additions and 7 deletions
|
|
@ -50,6 +50,12 @@ sub import {
|
|||
# ensure we are using c3 method resolution
|
||||
mro::set_mro($super, 'c3');
|
||||
mro::set_mro($caller, 'c3');
|
||||
$class->_build($super, $caller, $definition);
|
||||
return;
|
||||
}
|
||||
|
||||
sub _build {
|
||||
my ($class, $super, $caller, $definition) = @_;
|
||||
|
||||
# construct an ordered list and hash of the properties
|
||||
my @propertyList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue