summaryrefslogtreecommitdiff
path: root/devel/p5-Spiffy
AgeCommit message (Collapse)AuthorFilesLines
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam1-2/+2
pkgsrc work.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Update devel/p5-Spiffy to 0.24. Changes from version 0.22 include:jlam2-7/+6
- Add a blank return to super - Add the mixin method - Refactored -Base to once and only once - Remove some cruft - Got export algorithm working better
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-25Update p5-Spiffy to 0.22 - required by p5-Spoon-0.21abs2-5/+5
date: Tue Jan 11 07:22:47 PST 2005 changes: - allow new() to be called from object reference - make -weak and -init work together - add tests for -Base filtering
2004-12-26It's "modules/by-module".jlam1-2/+2
2004-12-25Add required package dependencies.jlam1-1/+4
2004-12-25This is in the "devel" category.jlam1-2/+2
2004-12-25CPAN_MODULE_DIR is no more.jlam1-6/+7
2004-12-25Import p5-Spiffy-0.21 as devel/p5-Spiffy, an OO Perl framework.jlam4-0/+26
"Spiffy" is a framework and methodology for doing object oriented (OO) programming in Perl. Spiffy combines the best parts of Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix all the nits and warts of traditional Perl OO, in a clean, straightforward and (perhaps someday) standard way.