Class/SubclassDeep version 0.01 =============================== $Id: README,v 1.2 2003/12/06 16:07:18 mrodrigu Exp $ Class::SubclassDeep lets you subclass classes that you normally can't subclass: classes whose objects are created by a other class over which you have no control, and that it would be just to complicated to subclass properly. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES COPYRIGHT AND LICENCE Put the correct copyright and licence information here. Copyright (C) 2003 Michel Rodriguez This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.