a6ce07ba94
This module provides a selection of handy functions for dealing with lists in the Template Toolkit. Most of the functions are adapted from those provided by or documented in List::Util, though note these have been altered in name and function to work better with the template toolkit.
15 lines
414 B
Text
15 lines
414 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2009/08/26 19:51:32 sno Exp $
|
|
|
|
# Fix one of warnings reported in RT #48991 'Confusing warnings when
|
|
# doing "make test"'
|
|
|
|
--- t/01basic.t.orig 2009-08-25 10:54:13.908232000 +0200
|
|
+++ t/01basic.t 2009-08-25 12:47:42.351172000 +0200
|
|
@@ -89,6 +89,7 @@
|
|
##########################################################################
|
|
|
|
use File::Spec::Functions;
|
|
+use FindBin;
|
|
|
|
sub tt
|
|
{
|