Bug 14969: Remove C4::Dates from serials/*.pl files
[koha.git] / serials / subscription-frequency.pl
index 1d38082..f7fe7c0 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::Context;
 use C4::Serials::Frequency;
 use C4::Auth qw/check_cookie_auth/;