Bug 19996: use Modern::Perl in cataloguing perl scripts
[koha-ffzg.git] / cataloguing / value_builder / unimarc_field_124.pl
index 78f0dc3..1feb7d3 100755 (executable)
@@ -18,7 +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 Modern::Perl;
 #use warnings; FIXME - Bug 2505
 use C4::Auth;
 use CGI qw ( -utf8 );