Bug 17600: Standardize our EXPORT_OK
[srvgit] / installer / data / mysql / update22to30.pl
index 6a8a1ec..c5a183d 100755 (executable)
 use strict;
 
 # CPAN modules
-use DBI;
-use Getopt::Long;
+use Getopt::Long qw( GetOptions );
 # Koha modules
 use C4::Context;
 
-use MARC::Record;
 use MARC::File::XML ( BinaryEncoding => 'utf8' );
  
 # FIXME - The user might be installing a new database, so can't rely