Bug 21845: Sort of issues in OPAC subscription table
[koha.git] / opac / opac-serial-issues.pl
index 9fe6fc3..b94935f 100755 (executable)
@@ -18,8 +18,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 
-use strict;
-use warnings;
+use Modern::Perl;
 
 use CGI qw ( -utf8 );
 use C4::Auth;