[Templates] make install failed (v2.15) on cygwin

Garrett, Philip (MAN-Corporate) Philip.Garrett@manheim.com
Mon, 10 Jul 2006 14:45:41 -0400


LI 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