sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit bea46e5db4dd16898489c56ceb7a6994728792de
parent 788ae188dc9c8f8de4a20e1fdcc401f5b15b0890
Author: J Pipkin <j@dawnrazor.net>
Date:   Sat,  8 Sep 2012 23:42:25 -0500

added clean and non-int to list of variables created in Lib.pm to make tests run

Diffstat:
Mt/prep.pl | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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; }