Subject: | creates bogus PREREQ_PM with feature() groups |
Date: | Mon, 22 Feb 2010 12:35:56 -0800 |
To: | bug-Module-Install [...] rt.cpan.org |
From: | Tatsuhiko Miyagawa <miyagawa [...] gmail.com> |
http://cpansearch.perl.org/src/XSAWYERX/Task-Dancer-0.06/Makefile.PL
Run this Makefile.PL with PERL5_CPAN_IS_RUNNING=1 and look at the Makefile:
It has line like this:
# PREREQ_PM => { Text::HAML templating support=>q[0],
Dancer::Template::Tenjin=>q[0], ExtUtils::MakeMaker=>q[6.42],
which is not parsable.
Seems Module::Install is passing the feature group name not each
distro to EUMM and causing this bug.
--
Tatsuhiko Miyagawa