LI Yi wrote: > I'm trying to install v2.15 on cygwin > > tar zxvf Template-Toolkit-2.15.tar.gz > cd Template-Toolkit-2.15 > perl Makefile.PL > make > make test > make install > > I get > > Can't locate AppConfig.pm in @INC (@INC contains: blib/lib blib/arch > [snip]
This means you need the AppConfig module. perl -MCPAN -e "install AppConfig" >From the INSTALL: The 'ttree' utility uses the AppConfig module (version 1.56 or above) for parsing command line options and configuration files. It is available from CPAN: http://www.cpan.org/authors/Andy_Wardley/ Philip