in reply to Re^2: Wrong + Right = Even Worse
in thread Wrong + Right = Even Worse

Or ::subroutine() (the main is optional). That seems simpler than changing everything else though, and less hacky than trying to fool %INC (which will probably lead you to a whole bunch of warnings in the redefine category if warnings are enabled).

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

Replies are listed 'Best First'.
Re^4: Wrong + Right = Even Worse
by choroba (Cardinal) on Apr 03, 2014 at 22:44 UTC
    You can guess - legacy code. No strict, no warnings. I can get almost there with simple
    s/&/::/g

    There would've been no redefine warnings, though. I need the scripts to be read again, because the subroutines are going to a different namespace, therefore nothing gets redefined.

    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ