Bug 14870: (followup) Remove stray C4::Dates
[koha.git] / serials / subscription-numberpattern.pl
index 2a59d02..26745f1 100755 (executable)
@@ -18,7 +18,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Serials::Numberpattern;
 use C4::Auth qw/check_cookie_auth/;
 use JSON qw( to_json );