Skip Menu |

This queue is for tickets about the Term-Clui CPAN distribution.

Report information
The Basics
Id: 120160
Status: resolved
Priority: 0/
Queue: Term-Clui

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

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



Subject: Typo in META.yml causing prereqs failure
There is a typo in the most recent version's META.yml: --- a/META.yml +++ b/META.yml @@ -1,12 +1,14 @@ # http://module-build.sourceforge.net/META-spec-current.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Term-Clui -version: 1.70 +version: 1.71 version_from: Clui.pm installdirs: site requires: Term::ReadKey: 0 Term::ReadLine::Gnu: 0 + Extutils::MakeMaker: 0 + File::Copy: 0 recommends: Term::Size: 0 license: perl Note that the u in ExtUtils is lower case. Causes install of the deps to fail: twin% cpanm --installdeps . --> Working on . Configuring Term-Clui-1.71 ... OK ==> Found dependencies: Extutils::MakeMaker ! Finding Extutils::MakeMaker (0) on mirror http://mirror.sydney.wdlabs.com/cpan failed. ! Couldn't find module or a distribution Extutils::MakeMaker ! Installing the dependencies failed: Module 'Extutils::MakeMaker' is not installed ! Bailing out the installation for Term-Clui-1.71.
I am curious is there is anyway that I can help in getting this fixed. I would submit a patch or pull request, but there doesn't seem to be any repository information for this dist listed. Also running 'make distmeta' on this dist generates (for me at least) META.json and META.yml with the correctly spelled ExtUtils::MakeMaker.
fixed in 1.72