From 8634f81f0036c7dc4d37b082912336864eaaa7b8 Mon Sep 17 00:00:00 2001 From: J Pipkin Date: Tue, 4 Sep 2012 09:41:19 -0500 Subject: back-port of -w force_reqs thing --- t/prep.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/prep.pl') diff --git a/t/prep.pl b/t/prep.pl index eaf1d4e..ae91c77 100755 --- a/t/prep.pl +++ b/t/prep.pl @@ -17,7 +17,7 @@ sub pr ($) { print {$write} "our \$$thing = 1;\n"; } -for my $thing (qw(interactive compat32 no_readme jobs distclean noclean no_install no_reqs)) { +for my $thing (qw(interactive compat32 no_readme jobs distclean noclean no_install no_reqs force force_reqs)) { pr $thing; } -- cgit v1.2.3