in reply to Installing Template::Toolkit on Windows
Hm. I issued the following sequence of commands into a command window:
cd \perl64\packages wget "http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit +-2.24.tar.gz" gunzip Template-Toolkit-2.24.tar.gz tar -xvf Template-Toolkit-2.24.tar cd Template-Toolkit-2.24 makefile to build the XS Stash module? [y] y to use the XS Stash by default? [y] y nmake nmake test ... All tests successful. Files=89, Tests=2762, 26 wallclock secs ( 0.70 usr + 0.23 sys = 0.94 + CPU) Result: PASS C:\PROGRA~2\MICROS~1.0\VC\Bin\amd64\nmake.exe test -nologo 'No tests defined for Template::Stash::XS extension.' cd ..
The results after less than 2 minutes was T::T downloaded, unpacked, compiled, tested and ready to install.
ASPerl 5.10.1 & MSVC.
Full console log of the above:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Installing Template::Toolkit on Windows
by davies (Monsignor) on Feb 27, 2013 at 17:59 UTC | |
by BrowserUk (Patriarch) on Feb 27, 2013 at 18:54 UTC |