perl-class-virtual
Perl - Class::Virtual
2.8.1
2018-02-15
eisfair-1
the eisfair team, team(at)eisfair(dot)org
stable
base 2.8.1
perl 2.8.0
perl-carp-assert 2.8.0
perl-class-isa 2.8.0
Internal Program Version: Class::Virtual 0.08
This is a base class for implementing virtual base classes
(what some people call an abstract class). Kinda kooky.
It allows you to explicitly declare what methods are virtual
and that must be implemented by subclasses. This might seem
silly, since your program will halt and catch fire when an
unimplemented virtual method is hit anyway, but there's
some benefits.
http://search.cpan.org/~mschwern/Class-Virtual-0.08