From bea46e5db4dd16898489c56ceb7a6994728792de Mon Sep 17 00:00:00 2001 From: J Pipkin Date: Sat, 8 Sep 2012 23:42:25 -0500 Subject: added clean and non-int to list of variables created in Lib.pm to make tests run --- t/prep.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't') diff --git a/t/prep.pl b/t/prep.pl index ae91c77..d7b9fe5 100755 --- a/t/prep.pl +++ b/t/prep.pl @@ -17,7 +17,8 @@ sub pr ($) { print {$write} "our \$$thing = 1;\n"; } -for my $thing (qw(interactive compat32 no_readme jobs distclean noclean no_install no_reqs force force_reqs)) { +for my $thing (qw(interactive compat32 no_readme jobs distclean noclean + no_install no_reqs force force_reqs clean non_int)) { pr $thing; } -- cgit v1.2.3