1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/misc/p5-Test-Dir/pkg-descr
Martin Wilke e516478803 Test::Dir - test directory attributes
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>
2007-12-12 12:44:13 +00:00

13 lines
236 B
Plaintext

Test::Dir - test directory attributes
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/