Reputation: 5058
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.
Upvotes: 5
Views: 313
Reputation: 2079
Try this:
zef uninstall "Cro::HTTP:ver<0.7.4>"
(The quotes are important.)
Upvotes: 5