in reply to Perl Module NOT found

Rejoice for File::Stat is not File::stat and they cannot coexist

Bug #83208 for File-Stat: Conflict with File::stat

  • Comment on Re: Perl Module NOT found (File::Stat ne File::stat )

Replies are listed 'Best First'.
Re^2: Perl Module NOT found (File::Stat ne File::stat )
by saintjames (Novice) on Apr 14, 2014 at 01:43 UTC
    Hmmmm, okay not sure what you meant there, but I have managed to relieve my situation by using 'cpanm' and it works just fine. Thanks for your help though..

      Hmmmm, okay not sure what you meant there, but I have managed to relieve my situation by using 'cpanm' and it works just fine. Thanks for your help though..

      Why not? The linked link confusing? Your windows file system case sensitive somehow? File::stat is a core module, and it can't coexist with File::Stat on case insensitive filesystem .... by installing File::Stat everything that depends on File::stat stops working