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.