Skip Menu |

This queue is for tickets about the Lingua-EN-Inflect CPAN distribution.

Report information
The Basics
Id: 105059
Status: rejected
Priority: 0/
Queue: Lingua-EN-Inflect

People
Owner: Nobody in particular
Requestors: VDB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.899
Fixed in: (no value)



Subject: Missed dependency on Env
Fedora 22 for x86_64, perl 5.20.2 and cpanm (App::cpanminus) version 1.7031, and local::lib 2.000015 are installed from Fedora repositories. $ eval $( perl -Mlocal::lib=~/.usr ) $ cpanm Lingua::EN::Inflect --> Working on Lingua::EN::Inflect Fetching http://www.cpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-1.899.tar.gz ... OK Configuring Lingua-EN-Inflect-1.899 ... OK Building and testing Lingua-EN-Inflect-1.899 ... FAIL ! Installing Lingua::EN::Inflect failed. See ~/.cpanm/work/1433716104.4705/build.log for details. Retry with --force to force install it. $ cat ~/.cpanm/work/1433716104.4705/build.log ... Searching Lingua::EN::Inflect on cpanmetadb ... --> Working on Lingua::EN::Inflect Fetching http://www.cpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-1.899.tar.gz -> OK Unpacking Lingua-EN-Inflect-1.899.tar.gz Entering Lingua-EN-Inflect-1.899 Checking configure dependencies from META.json Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04) Configuring Lingua-EN-Inflect-1.899 Running Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Lingua-EN-Inflect' version '1.899' -> OK Checking dependencies from MYMETA.json ... Checking if you have Test::More 0 ... Yes (1.001014) Building and testing Lingua-EN-Inflect-1.899 Building Lingua-EN-Inflect Can't locate Env.pm in @INC (you may need to install the Env module) (@INC contains: ...) BEGIN failed--compilation aborted at ~/.cpanm/work/1433716104.4705/Lingua-EN-Inflect-1.899/blib/lib/Lingua/EN/Inflect.pm line 5. Compilation failed in require at t/classical_all.t line 1. BEGIN failed--compilation aborted at t/classical_all.t line 1. ... I installed Env module: $cpanm Env After it, installing Lingua::EN::Inflect finished successfully. It seems Lingua::EN::Inflect does not specify dependency on Env in META.json.
Subject: Re: [rt.cpan.org #105059] Missed dependency on Env
Date: Mon, 8 Jun 2015 10:20:36 +1000
To: bug-Lingua-EN-Inflect [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
It seems Lingua::EN::Inflect does not specify dependency on Env in META.json. That's because Env is a core module. Damian Show quoted text
> >
On Sun Jun 07 20:21:24 2015, damian@conway.org wrote: Show quoted text
> That's because Env is a core module.
Hm... Ok, in such a case it is a Fedora bug — in Fedora 22 perl package does not include Env module. I'll report it to Fedora tracker.
Hi, I believe you can close the ticket. Wait, I can close it. Thanks for explanation.
Subject: Re: [rt.cpan.org #105059] Missed dependency on Env
Date: Tue, 16 Jun 2015 06:16:41 +1000
To: bug-Lingua-EN-Inflect [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Show quoted text
> I believe you can close the ticket. Wait, I can close it. > Thanks for explanation.
Thanks for the report, and follow-up, Van. Damian