http://qs321.pair.com?node_id=415798

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

If I am subclassing a module and I don't want some methods of the superclass to be accessible, how do I get rid of them? Can I delete them or should I just redefine them to call die? I don't have Damian's book handy...