summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Factory-Util
AgeCommit message (Collapse)AuthorFilesLines
2007-06-09Updated devel/p5-Class-Factory-Util 1.6 -> 1.7abs2-8/+8
1.7 2007-03-30 - Switch to Module::Build. - Add pod-related tests. - Make distro more modern.
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-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-25Initial import of p5-Class-Factory-Util, version 1.6, into the NetBSDcube4-0/+31
Packages Collection. Class::Factory:Util contains methods that are useful for factory classes. When this module is loaded, it creates a method in its caller named subclasses(). This method returns a list of the available subclasses for the package. It does this by looking in the library directory containing the caller, and finding any modules in its immediate subdirectories.