I've added code using the Template Toolkit to automatically generate the "Acknowledgements" list from the <link rel="author"> tags we've been adding to the tests. The patch is attached. If someone could review, that would be great.. I'm particularly unsure about this part +# Template Engine + +my $libroot = $INC{'indexer.pm'}; +$libroot =~ s/indexer.pm//; +my $tt = Template->new({ INCLUDE_PATH => $libroot . 'templates/' }) + || die "$Template::ERROR\n"; ~fantasai
This archive was generated by hypermail 2.4.0 : Friday, 20 January 2023 19:58:13 UTC