mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
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/
9 lines
498 B
Text
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/
|