summaryrefslogtreecommitdiff
path: root/devel/p5-Hook-LexWrap
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-08Fix CATEGORIES.seb1-2/+2
2006-02-07Initial import of p5-Hook-LexWrap version 0.20 as devel/p5-Hook-LexWrapseb4-0/+28
into the NetBSD Packages Collection. Hook::LexWrap Perl5 module allows you to install a pre- or post-wrapper (or both) around an existing subroutine. Unlike other modules that provide this capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements wrappers in such a way that the standard `caller' function works correctly within the wrapped subroutine.