Skip Menu |

This queue is for tickets about the Mnet CPAN distribution.

Report information
The Basics
Id: 130758
Status: resolved
Priority: 0/
Queue: Mnet

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

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



Subject: Undeclared configure_requires dependency Pod::Markdown
On some of my smokers the build fails early: ... Output from '/usr/local/bin/perl Makefile.PL': Can't locate Pod/Markdown.pm in @INC (you may need to install the Pod::Markdown module) (@INC contains: /var/tmp/cpansmoker-1023/2019101920/CPAN-Reporter-lib-ALIg /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30 .) at Makefile.PL line 37. BEGIN failed--compilation aborted at Makefile.PL line 37. ... Probably Pod::Markdown has to be declared as a configure_requires dependency, so it's available when Makefile.PL executed.
Fixed in Mnet-5.09 On Sun Oct 20 06:21:28 2019, SREZIC wrote: Show quoted text
> On some of my smokers the build fails early: > > ... > Output from '/usr/local/bin/perl Makefile.PL': > > Can't locate Pod/Markdown.pm in @INC (you may need to install the > Pod::Markdown module) (@INC contains: /var/tmp/cpansmoker- > 1023/2019101920/CPAN-Reporter-lib-ALIg > /usr/local/lib/perl5/site_perl/mach/5.30 > /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach > /usr/local/lib/perl5/5.30 .) at Makefile.PL line 37. > BEGIN failed--compilation aborted at Makefile.PL line 37. > ... > > Probably Pod::Markdown has to be declared as a configure_requires > dependency, so it's available when Makefile.PL executed.