I'm trying to install Task::Catmandu, but I get tripped up by the error "Missing version info for module 'Catmandu::Fix::get_json'":
$ sudo cpanm --interactive Task::Catmandu
--> Working on Task::Catmandu
Fetching http://www.cpan.org/authors/id/N/NI/NICS/Task-Catmandu-0.104.tar.gz ... OK
Configuring Task-Catmandu-0.104 ... Creating new 'Build' script for 'Task-Catmandu' version '0.104'
OK
[Perl recent releases]
[Z39.50 importer]
[Aleph-X services]
[Search servers]
[Databases]
[MediaMosa]
[Bibliographic importers]
[Activiti]
[PSGI integration]
[FedoraCommons store]
[Dancer integration]
[EuroPMC]
==> Found dependencies: Catmandu::Fix::get_json
--> Working on Catmandu::Fix::get_json
Fetching http://www.cpan.org/authors/id/V/VO/VOJ/Catmandu-Importer-getJSON-0.40.tar.gz ... OK
Configuring Catmandu-Importer-getJSON-0.40 ... Checking if your kit is complete...
Looks good
Writing Makefile for Catmandu::Importer::getJSON
Writing MYMETA.yml and MYMETA.json
OK
Building and testing Catmandu-Importer-getJSON-0.40 ... OK
Successfully installed Catmandu-Importer-getJSON-0.40
! Installing the dependencies failed: Missing version info for module 'Catmandu::Fix::get_json'
! Bailing out the installation for Task-Catmandu-0.104.
1 distribution installed
(This is after fixing some other problems with modules that need to be installed with --force .)
I'm trying to install Task::Catmandu, but I get tripped up by the error "Missing version info for module 'Catmandu::Fix::get_json'":
$ sudo cpanm --interactive Task::Catmandu --> Working on Task::Catmandu Fetching http://www.cpan.org/authors/id/N/NI/NICS/Task-Catmandu-0.104.tar.gz ... OK Configuring Task-Catmandu-0.104 ... Creating new 'Build' script for 'Task-Catmandu' version '0.104' OK [Perl recent releases] [Z39.50 importer] [Aleph-X services] [Search servers] [Databases] [MediaMosa] [Bibliographic importers] [Activiti] [PSGI integration] [FedoraCommons store] [Dancer integration] [EuroPMC] ==> Found dependencies: Catmandu::Fix::get_json --> Working on Catmandu::Fix::get_json Fetching http://www.cpan.org/authors/id/V/VO/VOJ/Catmandu-Importer-getJSON-0.40.tar.gz ... OK Configuring Catmandu-Importer-getJSON-0.40 ... Checking if your kit is complete... Looks good Writing Makefile for Catmandu::Importer::getJSON Writing MYMETA.yml and MYMETA.json OK Building and testing Catmandu-Importer-getJSON-0.40 ... OK Successfully installed Catmandu-Importer-getJSON-0.40 ! Installing the dependencies failed: Missing version info for module 'Catmandu::Fix::get_json' ! Bailing out the installation for Task-Catmandu-0.104. 1 distribution installed
(This is after fixing some other problems with modules that need to be installed with --force .)