Bug 20010: use Modern::Perl in Patroncards perl scripts
[koha-ffzg.git] / patroncards / manage.pl
index 837fccd..96f8158 100755 (executable)
@@ -18,8 +18,7 @@
 # You should have received a copy of the GNU General Public License
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
-use strict;
-use warnings;
+use Modern::Perl;
 use vars qw($debug);
 
 use CGI qw ( -utf8 );