whoops, forgot to import first in the upgrade script

This commit is contained in:
Paul Driver 2010-10-06 10:12:04 -07:00
parent bf4b80996a
commit c45452457d

View file

@ -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