Skip Menu |

This queue is for tickets about the Template-Toolkit CPAN distribution.

Report information
The Basics
Id: 32387
Status: rejected
Priority: 0/
Queue: Template-Toolkit

People
Owner: Nobody in particular
Requestors: bitcard [...] faxm0dem.org
Cc:
AdminCc:

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



Subject: missing dependency on AppConfig.pm
using perl 5.10.0 perl Makefile.PL ok make ok make install fails: [...] Can't locate AppConfig.pm in @INC (@INC contains: blib/lib blib/arch / opt/rrd/rrdtool/lib/perl/5.8.5 /opt/rrd/rrdtool/lib/perl/5.8.5 /opt/lib/ perl5/5.10.0/x86_64-linux /opt/lib/perl5/5.10.0 /opt/lib/perl5/ site_perl/5.10.0/x86_64-linux /opt/lib/perl5/site_perl/5.10.0 /opt/lib/ perl5/site_perl/5.8.8 /opt/lib/perl5/site_perl .) at bin/ttree line 32. BEGIN failed--compilation aborted at bin/ttree line 32. make: *** [tt2_html_docs] Error 2 [...]
On Thu Jan 17 12:08:35 2008, faxm0dem wrote: Show quoted text
> perl Makefile.PL ok
Are you sure? AppConfig is definitely listed in PREREQ_PM. Here's the relevant output when I run it under 5.10: [...] Warning: prerequisite AppConfig 1.56 not found. Writing Makefile for Template::Stash::XS Writing Makefile for Template Configuration complete. You should now run 'make', 'make test' and then 'make install'. See the README file for further information. I admit that final message is a bit confusing because it suggests everything is OK, but the prerequisite warning is definitely there.