mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
6 lines
257 B
Plaintext
6 lines
257 B
Plaintext
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/
|