Implementation of OPAC Message formatting
[koha_fer] / opac / opac-export.pl
index 11ec6d5..469ec85 100755 (executable)
@@ -1,7 +1,8 @@
 #!/usr/bin/perl
-use HTML::Template;
+use HTML::Template::Pro;
 use strict;
-require Exporter;
+use warnings;
+
 use C4::Record;
 use C4::Auth;
 use C4::Output;