On Mar 7, 2011, at 8:56 AM, Steffen Schwigon wrote: > > 1. YAML::Syck > ---------- > > The report > > http://www.cpantesters.org/cpan/report/132ca69a-46b1-11e0-bf59-c427061ad747 > > says prerequisite YAML::Syck 1.17 is available but also > > Can't locate auto/YAML/Syck/LoadYAML.al in @INC […] > > and > > MISSING PREREQUISITES: > It was observed that the test suite seem to fail without these > modules: > > auto::YAML::Syck::LoadYAML.al > > As such, adding the prerequisite module(s) to ‘PREREQ_PM' in your > Makefile.PL should solve this problem. For example: > > WriteMakefile( > AUTHOR => 'AMD (cpanplus-i...@lists.sf.net)', > ... # other information > PREREQ_PM => { > 'auto::YAML::Syck::LoadYAML.al' => '0', # or a minimum working > version > } > ); > > > which sounds strange. > > Steffen > -- > Steffen Schwigon <s...@renormalist.net> > Dresden Perl Mongers <http://dresden-pm.org/>
I assist in maintaining YAML::Syck. This test came from a smoker which rather than installing YAML::Syck, included it in it's @INC path. I suspect it's related to some wierdness in how/when/where Module::Install produces and installs this file. I suspect the failure would not have been re-produceable if the module had been installed. Considering it's really just a smoke issue, is this a concern to you? If you'd like further work on this, I'd encourage you to open an RT at https://rt.cpan.org/Public/Dist/Display.html?Name=YAML-Syck, although it may eventually end up as a Module::Install bug. Thanks, Todd Rinaldo