Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Failed attempt to use Mu as base for Perl5Object
Using Mu instead of Any as base class for Perl5Object and Perl5Package classes might have helped cases where Any's methods shadow the Perl 5 object's methods. But as timotimo++ pointed out, the big majority of parameters is restricted to Any (so Perl5Objects would not be accepted). So this would probably cause more harm than good. Push it into a branch to document this fact and what changes would have been necessary.
- Loading branch information
Showing
2 changed files
with
104 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters