in reply to should i force install
File::stat has been a core module since perl 5.004. So your perl 5.10 should come with File::stat installed.
If not, your perl installation is broken or incomplete, and should be fixed. (For example on Debian there's a minimal perl package, and you need to install perl-modules too to get all core modules).
If File::stat is indeed available, you shouldn't need to install anything.
|
|---|