in reply to Re: Perl Module NOT found (File::Stat ne File::stat )
in thread Perl Module NOT found

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..
  • Comment on Re^2: Perl Module NOT found (File::Stat ne File::stat )

Replies are listed 'Best First'.
Re^3: Perl Module NOT found (File::Stat ne File::stat )
by Anonymous Monk on Apr 14, 2014 at 01:46 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..

    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