projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5b814f9
)
No need to fix metaclass incompat here, it'll be fixed when
Dave Rolsky [Tue, 16 Sep 2008 13:42:35 +0000 (13:42 +0000)]
superclasses is called.
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
b639039
..
aada0a0
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-62,7
+62,6
@@
sub extends {
# it is correct, sometimes it can get out
# of sync when the classes are being built
my $meta = Moose::Meta::Class->initialize($class);
- $meta->_fix_metaclass_incompatibility(@supers);
$meta->superclasses(@supers);
}