I have Carton environment and install modules into ./local/ from cpanfile. But now I do not require some modules and want to remove some.
I can remove ./local folder and install modules from scratch but this take a time. I have found this
carton uninstall Module
But it does not exists anymore.
Is there something like carton uninstall?