Skip Menu |

This queue is for tickets about the syntax CPAN distribution.

Report information
The Basics
Id: 70698
Status: open
Priority: 0/
Queue: syntax

People
Owner: Nobody in particular
Requestors: rurban [...] x-ray.at
Cc:
AdminCc:

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



Subject: Missing PREREQ_PM
Following dependencies are not listed in Makefile.PL, thus leading to installation errors: Sub::Name Sub::Identify List::MoreUtils Also Variable::Magic missing in Devel::Declare Tested on a fresh perl5.14.1
On Fri Sep 02 10:32:13 2011, rurban@x-ray.at wrote: Show quoted text
> Following dependencies are not listed in Makefile.PL, thus leading to > installation errors: > > Sub::Name > Sub::Identify > List::MoreUtils > > Also > Variable::Magic missing in Devel::Declare > > Tested on a fresh perl5.14.1
I just tested this with a fresh perlbrewed 5.14.1 and can't reproduce. I made sure I didn't have these installed beforehand. syntax.pm doesn't even use any of these modules itself. Sub::Name and Sub::Identify aren't installed by any of the deps (and it still builds and installs fine). Variable::Magic is pulled in by B::Hooks::EndOfScope, and List::MoreUtils comes with Dist::CheckConfig, which is a dependency deep down below namespace::clean.