summaryrefslogtreecommitdiff
path: root/devel/p5-lib-abs
AgeCommit message (Collapse)AuthorFilesLines
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-03-16Updating devel/p5-lib-abs from 0.90 to 0.91sno2-10/+7
pkgsrc changes: - Add module type to ensure auto_install in Makefile.PL is properly handled Upstream changes: 0.91 2010-02-27 Fix broken test due to behavior of lib under 5.10.1 Fix broken test (warn) when hit some file as directory
2009-08-22Initial import of p5-lib-abs version 0.90 in the NetBSD Packagesseb3-0/+33
Collection. The Perl 5 module lib::abs is a library to transform relative paths to absolute paths at the BEGIN stage, and push them to @INC. Relative path origin is not the current working directory, but the location of the file the statement is in.