Andy Wardley sent the following bits through the ether:
> All going well, this will shortly mature into 2.05.
Looks good from here.
Minor point: the Makefile.PL says "You may choose to build the XS
module, but it won't be enabled by default". However, it *is* enabled
by default. I assume we do want it enabled, so docpatch attached.
Leon
--
Leon Brocard.............................http://www.astray.com/
Iterative Software...........http://www.iterative-software.com/
... C++ should have been called D
--- Makefile.PL.orig Wed Aug 29 18:25:39 2001
+++ Makefile.PL Wed Aug 29 18:27:27 2001
@@ -440,8 +440,9 @@
the pure-Perl version. Although still strictly "experimental", it
has been widely tested and is thought to be stable and reliable.
-You may choose to build the XS module, but it won't be enabled by
-default. Instead, the recommended usage is something like this:
+You may choose to build the XS module, which is enabled by default.
+The recommended usage of the XS stash if it is not enabled by
+default is something like this:
use Template;
use Template::Stash::XS;