]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/common.pm
Fix the numeric sent when a U-lined alias target is not online.
[user/henk/code/inspircd.git] / make / common.pm
index 4d4cd397ce956555a68e62c84d4d865aebd1f836..519e7fba80ed8f2e0d5164c8feda76b025dee646 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);
 
@@ -49,7 +45,7 @@ sub create_directory($$) {
 }
 
 sub execute(@) {
-       print_format "<|BOLD \$|> @_\n";
+       say console_format "<|BOLD \$|> @_";
        return system @_;
 }