Jump to letter: [
BCDEFGHJKLMOPQRSUWXZ
]
perl-Path-Class - Cross-platform path specification manipulation
- Description:
Path::Class is a module for manipulation of file and directory specifications
(strings describing their locations, like '/home/ken/foo.txt' or
'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much every
platform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2,
and NetWare.
Packages
perl-Path-Class-0.33-1.el7.noarch
[54 KiB] |
Changelog
by Paul Howarth (2013-12-12):
- Update to 0.33:
- New copy_to() and move_to() methods
- As advised in the utime() docs, pass undef as the time for touch()
- Do a better job cleaning up temp files in the tests
- Optimization: use parent.pm instead of base.pm
- Changed the docs to show that file() and dir() are exported by default
- Fixed spelling error in POD
- Update buildreqs as needed
- Drop patch for building with old Module::Build versions
|