Skip to content

Commit

Permalink
* fixed Cygwin flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rdboisvert committed Sep 7, 2016
1 parent efd12a6 commit c10b060
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Win32::LongPath

1.07 September 7, 2016
- (pauloscustodio) fixed flags for Cygwin

1.06 May 16, 2016
- (andrewgregory) fixed Perl 5.22 bug opening files w/a scalar reference

Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ resources:
bugtracker: https://github.com/rdboisvert/Win32-LongPath/issues
license: http://dev.perl.org/licenses/
repository: https://github.com/rdboisvert/Win32-LongPath
version: '1.06'
version: '1.07'
2 changes: 1 addition & 1 deletion lib/Win32/LongPath.pm
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ BEGIN
fileattr => [@aAttribs],
volflags => [@aVolFlags]
);
$VERSION = '1.06';
$VERSION = '1.07';
require XSLoader;
XSLoader::load ('Win32::LongPath', $VERSION);
}
Expand Down
2 changes: 2 additions & 0 deletions xs/LongPath.xs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
; Added definition of IO_REPARSE_TAG_SYMLINK if missing.
; 1.3 R. Boisvert 12/3/2013
; Added support for Cygwin.
; 1.4 P. Custodio 9/7/2016
; Fixed flags for Cygwin.
*********/

#define PERL_NO_GET_CONTEXT
Expand Down

0 comments on commit c10b060

Please sign in to comment.