Bug 7468: Use Modern::Perl
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 16 Jan 2020 01:34:35 +0000 (01:34 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 21 Jan 2020 11:29:22 +0000 (11:29 +0000)
Just a tiny coding guidelines fix.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

labels/label-edit-range.pl

index 8f73934..ebd2fce 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 );