summaryrefslogtreecommitdiff
path: root/devel/p5-File-Path
AgeCommit message (Collapse)AuthorFilesLines
2011-08-13Revision bump after updating perl to 5.14.1adam1-4/+3
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!
2009-10-11Updating devel/p5-File-Path from 2.07 to 2.08sno2-6/+7
pkgsrc changes: - Adding license definition Upstream changes: 2.08 2009-10-04 10:14:36 UTC - make_path() can now set user- and group-ownership on created directories. (Suggested by Jens Rehsack, CPAN #47558). 2.07_03 2009-06-21 13:11:30 UTC - Merged 2.07_02 patches from blead - Remove stat checks on Windows platform (inhibits UNC path removals from working, and Windows is immune to this particular attack). CPAN #34701
2009-01-11Import p5-File-Path to version 2.07.he3-0/+28
This module provide a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem.