http://www.perlmonks.org?node_id=997233


in reply to Module ( method ) alias ?

A better approach would be to create a ManMedia base class, then derive both ManAudio and ManVideo from that. ManMedia should contain everything common to both. Video specific stuff goes into ManVideo, and audio specific stuff goes into ManAudio.