levitte>>
The PERL definition is a bit odd for a mingw perl. That
path comes
levitte>>
mingw64/mingw-w64-x86_64-perl 5.22.0-1 [installed]
levitte>>
A highly capable, feature-rich programming
language (mingw-w64)
levitte>> from the perl variable
$^X.
levitte>>
levitte>>
In my MSYS2/Mingw64 shell, I get this:
levitte>>
levitte>>
$ type perl
levitte>>
perl is hashed (/usr/bin/perl)
levitte>>
levitte>>
$ perl -v
levitte>>
levitte>>
This is perl 5, version 22, subversion 1 (v5.22.1)
built for i686-msys-thread-levitte>> multi-64int
levitte>>
levitte>>
Copyright 1987-2015, Larry Wall
levitte>>
levitte>>
Perl may be copied only under the terms of either
the Artistic License or the
levitte>>
GNU General Public License, which may be found in
the Perl 5 source kit.
levitte>>
levitte>>
Complete documentation for Perl, including FAQ
lists, should be found on
levitte>>
this system using "man perl" or "perldoc perl".
If you have access to the
levitte>>
levitte>>
levitte>>
$ perl -e 'print $^X,"\n";'
levitte>>
perl
levitte>>
levitte>>
So the question is, what perl do you use? From your
output, I'd say
levitte>>
it isn't the mingw64 one...
levitte>>
levitte>>
levitte>>
SIXTY_FOUR_BIT mode
levitte>>
levitte>>
Configured for mingw64.
levitte>>
levitte>>
Cheers,
levitte>> Richard