in reply to Re^8: cURL And XML breaking the install of a previosuly fine script
in thread cURL And XML breaking the install of a previosuly fine script
You can start diagnosing which module exactly is broken by testing each module in that chain in turn:
perl -v perl -MXML::RSS -e1 perl -v perl -MDateTime::Format::Mail -e1 ... perl -v perl -MSpecio::Declare -e1 perl -v perl -MRole::Tiny -e1
Then, reinstall the module that is broken at the bottom of the dependency chain.
If you are doing this in the system Perl, I would reinstall the system Perl from the package manager and only install modules into it using your vendors package manager and the packages provided by your OS vendor. The system Perl belongs to your OS vendor.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: cURL And XML breaking the install of a previosuly fine script
by wintermute115 (Acolyte) on Apr 21, 2017 at 11:45 UTC |