From ae95e937f833ac1aef0d2bd3a82fee72e038213b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 28 Sep 2009 16:51:17 +0200 Subject: [PATCH] regress: tweak perl module --- regress/scripts/functions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/scripts/functions.pm b/regress/scripts/functions.pm index f14817fcf2..1dcd9c8ac7 100644 --- a/regress/scripts/functions.pm +++ b/regress/scripts/functions.pm @@ -38,7 +38,7 @@ package scripts::functions; # perl -Mscripts::functions -e '' script use Exporter; our @ISA = qw(Exporter); -our @EXPORT = qw(update_some_files create_many_files detect_multiple_copies); +our @EXPORT = qw(update_some_files create_many_files check_multiple_copies); # open a directory and update all files sub update_some_files -- 2.39.5