I have two modules installed:
Cro::HTTP:ver<0.7.4>
Cro::HTTP:ver<0.7.5>
And I want to keep 0.7.5
only. Don't know how to uninstall the lower version one.
Use perl module manager to install perl modules and all dependent modules,Uninstall perl modules,List all perl modules in system,Search for a perl module in cpan.org and system,List all files of a perl module and Details of a perl module. > Try perl module manager to install and uninstall perl module.
Method #1: instmodsh (Debian and friends) Sample outputs: Available commands are: l - List all installed modules m - Select a module q - Quit the program cmd?
The perl1 compiler (yes, there is a compiler although it's interpreted language) loads files, compiles them, then switches to run time to run the compiled code. When it encounters a new file to load, it switches back to compile time, compiles the new code, and so on. To load a module at compile time, you use it.
Try this:
zef uninstall "Cro::HTTP:ver<0.7.4>"
(The quotes are important.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With