summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Virtual
AgeCommit message (Collapse)AuthorFilesLines
2011-08-10Revision bump after updating perl to 5.14.1adam1-3/+3
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-07-04Initial import of devel/p5-Class-Virtual.cube3-0/+27
This module 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.