From c45452457da64293f8996dc746d010803c5f1731 Mon Sep 17 00:00:00 2001 From: Paul Driver Date: Wed, 6 Oct 2010 10:12:04 -0700 Subject: [PATCH] whoops, forgot to import first in the upgrade script --- docs/upgrades/upgrade_7.10.2-7.10.3.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_7.10.2-7.10.3.pl b/docs/upgrades/upgrade_7.10.2-7.10.3.pl index 34ccecae5..a6921f4c1 100644 --- a/docs/upgrades/upgrade_7.10.2-7.10.3.pl +++ b/docs/upgrades/upgrade_7.10.2-7.10.3.pl @@ -22,7 +22,7 @@ use Getopt::Long; use WebGUI::Session; use WebGUI::Storage; use WebGUI::Asset; - +use List::Util qw(first); my $toVersion = '7.10.3'; my $quiet; # this line required