Skip Menu |

This queue is for tickets about the Ogg-Vorbis-Header CPAN distribution.

Report information
The Basics
Id: 115794
Status: resolved
Priority: 0/
Queue: Ogg-Vorbis-Header

People
Owner: DAVECROSS [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Inline::MakeMaker missing in configure_requires (0.04)
If Inline::MakeMaker is not installed then the configuration phase fails: Output from '/bbbike/perl-5.20.3D/bin/perl Makefile.PL': Can't locate Inline/MakeMaker.pm in @INC (you may need to install the Inline::MakeMaker module) (@INC contains: /run/user/1023/cpansmoker/2016070118/CPAN-Reporter-lib-7mBJ /opt/perl-5.20.3D/lib/site_perl/5.20.3/x86_64-linux-ld /opt/perl-5.20.3D/lib/site_perl/5.20.3 /opt/perl-5.20.3D/lib/5.20.3/x86_64-linux-ld /opt/perl-5.20.3D/lib/5.20.3 .) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1.
Thanks for the report. Your suggestion doesn't fix the problem - as the "use Inline::MakeMaker" line is executed long before the WriteMakeFile() function is called. I'll investigate further tomorrow. Dave...
On 2016-07-01 14:31:12, DAVECROSS wrote: Show quoted text
> Thanks for the report. > > Your suggestion doesn't fix the problem - as the "use > Inline::MakeMaker" line is executed long before the WriteMakeFile() > function is called. > > I'll investigate further tomorrow. > > Dave...
The prereqs will already be in META.json, from you creating that file during 'make dist'. META.json is read for configure prereqs before Makefile.PL is ever executed. https://metacpan.org/pod/CPAN::Meta::Spec#Phases
Fixed (I hope) in 0.05. Dave...