Package: libclass-virtual-perl (0.06-1) [universe]
Links for libclass-virtual-perl
Ubuntu Resources:
Download Source Package libclass-virtual-perl:
- [libclass-virtual-perl_0.06-1.dsc]
- [libclass-virtual-perl_0.06.orig.tar.gz]
- [libclass-virtual-perl_0.06-1.diff.gz]
Maintainer:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Dominic Hargreaves
It should generally not be necessary for users to contact the original maintainer.
Similar packages:
Base class for virtual base classes
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.
The error message is more informative. Instead of the usual "Can't locate object method" error, you'll get one explaining that a virtual method was left unimplemented.
Subclass authors can explicitly check to make sure they've implemented all the necessary virtual methods. When used as part of a regression test, it will shield against the virtual method requirements changing out from under the subclass.
Other Packages Related to libclass-virtual-perl
|
|
|
-
- dep: libcarp-assert-perl (>= 0.1)
- Carp::Assert - executable comments for perl
-
- dep: libclass-data-inheritable-perl (>= 0.02)
- Inheritable, overridable class data
-
- dep: perl (>= 5.6.0-16)
- Larry Wall's Practical Extraction and Report Language
Download libclass-virtual-perl
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 11.6 kB | 76.0 kB | [list of files] |