From a9491fed6e115adb86b8b7bdc94d5a6d4862a703 Mon Sep 17 00:00:00 2001 From: xocel Date: Sun, 30 Dec 2012 05:14:37 +1300 Subject: sboremove: minor fixes, moved get_requires to lib.pm, added tests, updated man page, more comments --- t/prep.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/prep.pl') diff --git a/t/prep.pl b/t/prep.pl index c0f7035..5c40495 100755 --- a/t/prep.pl +++ b/t/prep.pl @@ -22,6 +22,8 @@ for my $thing (qw(interactive compat32 no_readme jobs distclean noclean pr $thing; } +print {$write} "my \%required_by;\n"; +print {$write} "our \@confirmed;\n"; print {$write} "my \%locations;\n"; print {$write} "my \%commands;\n"; print {$write} "my \%options = (nothing => 'to see here');\n"; @@ -50,7 +52,7 @@ sub get_subs ($) { } } -for my $file (qw(sbocheck sboclean sboconfig sbofind sboupgrade)) { +for my $file (qw(sbocheck sboclean sboconfig sbofind sboupgrade sboremove)) { open my $read, '<', "../$file"; get_subs $read; close $read; -- cgit v1.2.3