Subject: | Possible Bug Strawberry Perl (perl 5, version 22, subversion 0 (v5.22.0) built for MSWin32-x64-multi-thread). |
Date: | Wed, 23 Sep 2015 15:21:14 -0400 |
To: | "bug-Perl-Dist-Strawberry [...] rt.cpan.org" <bug-Perl-Dist-Strawberry [...] rt.cpan.org> |
From: | "Kenny, Austin" <Austin_Kenny [...] ibi.com> |
Running on: Microsoft Windows Server 2012 R2 Standard
The server is running Strawberry Perl(perl 5, version 22, subversion 0 (v5.22.0) built for MSWin32-x64-multi-thread).
require File::stat;
File::stat::stat("filename");
Throws this error:
,Undefined subroutine &File::stat::stat called ...
When I removed 'File::Stat' from its directory (C:\Strawberry\perl\lib\File\Stat.pm), the problem disappeared.
Somehow File::Stat was being called instead of 'File::stat' ??
That's just my guess.
Thanks.
Austin Kenny