Subject: | "TOP" breaks super() |
super() inside an override() is broken in Mousse. If you run the
attached test with Mouse vs Mousse you'll see the difference.
The reason is Mousse moves Mouse into Mouse::TOP. Mouse has global
variables that it uses fully qualified internally, but these are now in
Mouse::TOP.
The globals are:
$SUPER_PACKAGE
$SUPER_BODY
@SUPER_ARGS
%INNER_BODY
%INNER_ARGS
I hacked the fully qualified references to use TOP instead.
Subject: | test.plx |
Message body not shown because it is not plain text.