all former scripts in the elasticsearch/ directory have been transformed to modules in the MetaCPAN::Script:: namespace. During that transition MetaCPAN.pm became obsolete. Have a look at one of the modules in the Script namespace.
You can simply run a module on the Script namespace by running bin/metacpan scriptname (which would load an run MetaCPAN::Script::Scriptname).
Cheers,
moritz
> Hi Bobby,
>
> all former scripts in the elasticsearch/ directory have been transformed to modules in the MetaCPAN::Script:: namespace. During that transition MetaCPAN.pm became obsolete. Have a look at one of the modules in the Script namespace.
>
> You can simply run a module on the Script namespace by running bin/metacpan scriptname (which would load an run MetaCPAN::Script::Scriptname).
Having said that, there's now a link in the README to a "getting started" page in the Wiki, which you can use to install the latest version of MetaCPAN. Still needs some details, but it's getting there. I should note that you can install the latest version with just a minicpan on your end. No need to download the whole thing.
Olaf