Bug 20019: use Modern::Perl in misc perl scripts
[koha-equinox.git] / changelanguage.pl
index 360484c..3463c60 100755 (executable)
@@ -15,8 +15,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 C4::Templates;
 use CGI qw ( -utf8 );