Bug 20011: use Modern::Perl in plugins perl scripts
[koha.git] / plugins / plugins-home.pl
index 5efd9bd..a7d4ce0 100755 (executable)
@@ -17,8 +17,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 CGI qw ( -utf8 );