NAME

carton-uninstall - uninstall modules from your local environment

SYNOPSIS

carton uninstall Module

DESCRIPTION

This command allows you to uninstall modules and its dependencies from your local environment.

You're only allowed to uninstall modules that are not dependent by other modules. So if you have a dependency tree like:

Dancer-2.1
  URI-1.5
HTTP-Body-1.3
  LWP-1.2
    URI-1.4

you can uninstall either HTTP::Body or Dancer, but when you uninstall Dancer, because URI is referenced by LWP, it will uninstall only Dancer.