2005-07-18 22:33:55 by Roman Kulik | Files touched by this commit (4) | |
Log message: This is a base class for implementing virtual base classes (what some people call an abstract class). It allows you to explicitly declare what methods are virtual and that must be implemented by subclasses. WWW: http://search.cpan.org/dist/Class-Virtual/ |