use strict; use warnings; use inc::Module::Install; name ('App-Cmd'); author ('Ricardo SIGNES '); license ('perl'); version_from ('lib/App/Cmd.pm'); requires ('Getopt::Long::Descriptive' => 0.06); # numerous bug fixes requires ('Module::Pluggable::Object' => 0.00); requires ('Sub::Install' => 0.00); # min version unknown WriteAll();