http://qs1969.pair.com?node_id=743944


in reply to Need help with clashing method names

I use namespace-clean (Disclaimer: I implemented it):

package Foo; use strict; use warnings; use Scalar::Util qw( blessed ); use parent 'Something::With::A::blessed::Method'; use namespace::clean; # this will show the method in the parent class say Foo->can('blessed');

Ordinary morality is for ordinary people. -- Aleister Crowley