Releases: rdboisvert/Win32-LongPath
Releases · rdboisvert/Win32-LongPath
v2.2 Additional File Constants
- added file attribute constants
v2.1 opendirL Returns Failure
- return error if opendirL fails
- added test for opendirL failure
Added sysopenL ()
- Added sysopenL ()
- Changed retrieval of Perl file handle
- Improved testing
Fixed flags for Cygwin
Changed _O_xxx access mode flags to O_xxx.
Open File with a Single Reference
Fixes a bug introduced in Perl 5.22 that can leave open references to closed files.
Only Set Windows Error
- only set Windows error, not $! (issue #2)
CPAN Compliance/testL 's' Support
- Added META.yml for CPAN compliance (#108321)
- testL('s') returns file size similar to the Perl -s function (#107117)
Added support for Cygwin.
v1.03 Added Cygwin support
Added missing definition
v1.02 * put in missing def
Fix to build in ActivePerl PPM
v1.01 * Added IO_REPARSE_TAG_SYMLINK to build under ActivePerl PPM