]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - tools/genssl
Add support for matching multiple hosts in <connect:{allow,deny}>.
[user/henk/code/inspircd.git] / tools / genssl
index f4c38fd2e469f0f883d746161ae3dc99934f1923..a8fc51514477d7cfe7112d2db11041a1753eceb4 100755 (executable)
@@ -2,7 +2,8 @@
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #
-#   Copyright (C) 2013-2017, 2020 Sadie Powell <sadie@witchery.services>
+#   Copyright (C) 2020 Nicole Kleinhoff <ilbelkyr@shalture.org>
+#   Copyright (C) 2013-2017, 2020-2021 Sadie Powell <sadie@witchery.services>
 #
 # This file is part of InspIRCd.  InspIRCd is free software: you can
 # redistribute it and/or modify it under the terms of the GNU General Public
 #
 
 
-BEGIN {
-       require 5.10.0;
-}
-
-use feature ':5.10';
+use v5.10.0;
 use strict;
 use warnings FATAL => qw(all);