]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/common.pm
Fix unnecessary begin blocks in Perl source files.
[user/henk/code/inspircd.git] / make / common.pm
index 4d4cd397ce956555a68e62c84d4d865aebd1f836..38b77e215291f8d023e84ec1f2f0a046ebcfec49 100644 (file)
 #
 
 
-BEGIN {
-       require 5.10.0;
-}
-
 package make::common;
 
-use feature ':5.10';
+use v5.10.0;
 use strict;
 use warnings FATAL => qw(all);