ports/devel/p5-Path-Extended/pkg-descr
Jun Kuriyama e73223bd07 This is yet another file/directory handler that does a bit more than
Path::Class for some parts, and a bit less for other parts.  One of
the main difference is Path::Extended always tries to use forward
slashes when possible, ie. even when you're on the MS Windows, so that
you don't need to care about escaping paths that annoys you from time
to time when you want to apply regexen to a path, especially in file
tests that use 'like' or 'compare'.

WWW: http://search.cpan.org/dist/Path-Extended/
2014-11-06 13:04:52 +00:00

9 lines
498 B
Text

This is yet another file/directory handler that does a bit more than
Path::Class for some parts, and a bit less for other parts. One of
the main difference is Path::Extended always tries to use forward
slashes when possible, ie. even when you're on the MS Windows, so that
you don't need to care about escaping paths that annoys you from time
to time when you want to apply regexen to a path, especially in file
tests that use 'like' or 'compare'.
WWW: http://search.cpan.org/dist/Path-Extended/