aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Test-Dir
Commit message (Collapse)AuthorAgeFilesLines
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 1.005Martin Wilke2008-02-122-4/+4
| | | | | | | | PR: 120497 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer) Notes: svn path=/head/; revision=207094
* Test::Dir - test directory attributesMartin Wilke2007-12-124-0/+42
FUNCTIONS dir_exists_ok Ok if the directory exists, and not ok otherwise. dir_not_exists_ok Ok if the directory does not exist, and not ok otherwise. WWW: http://search.cpan.org/dist/Test-Dir/ PR: ports/118252 Submitted by: Xavier Beaudouin <kiwi at oav.net> Notes: svn path=/head/; revision=203254