]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - tools/testssl
Fix the numeric sent when a U-lined alias target is not online.
[user/henk/code/inspircd.git] / tools / testssl
index ece15984f01e52f2ce47b5b630f9ff6db4b949c5..ea50aee4ed45df0bb17adf8c14eedc03f0ffb066 100755 (executable)
 #
 
 
-BEGIN {
-       require 5.10.0;
-}
-
-use feature ':5.10';
+use v5.10.0;
 use strict;
 use warnings FATAL => qw(all);