2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message: Turn PERL5_PACKLIST into a relative path instead of an absolute path. 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-18 18:36:15 by Thomas Klausner | Files touched by this commit (4) | |
Log message: Initial import of p5-Module-Pluggable-2.8: p5-Module-Pluggable provides a simple but, hopefully, extensible way of having 'plugins' for your module. Obviously this isn't going to be the be all and end all of solutions but it works for me. Essentially all it does is export a method into your namespace that looks through a search path for .pm files and turn those into class names. Optionally it instantiates those classes for you. |