Upgrade Koha instance database schema when package is upgraded.
[koha.git] / catalogue / export.pl
index 0093ce0..f6f02d7 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use HTML::Template::Pro;
 use strict;
+#use warnings; FIXME - Bug 2505
 
 use C4::Record;
 use C4::Auth;