The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.04 - 2023-02-22

  • Incompatible Changes
    • Removed a Windows special logic to compare file name because file case sensitivity is different on each environment.
      • Before
        • lc($file1) eq lc($file2)
      • After
        • $file1 eq $file2

Modules

Getting Pathname of Current Working Directory
Portably Perform Operations on File Names
Portably Perform Operations on File Names
Portably Perform Operations on File Names
File::Spec Interface
An implementation class of File::Spec::Instance for Linux/Unix/Mac.
An implementation class of File::Spec::Instance for Windows.