RE: [Templates] make install failed (v2.15) on cygwin
am 10.07.2006 20:31:57 von Philip.GarrettLI Yi wrote:
> I'm trying to install v2.15 on cygwin
>=20
> tar zxvf Template-Toolkit-2.15.tar.gz
> cd Template-Toolkit-2.15
> perl Makefile.PL
> make
> make test
> make install
>=20
> I get
>=20
> 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:
=20
http://www.cpan.org/authors/Andy_Wardley/
=20
Philip