X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=tools%2Fgenssl;h=a8fc51514477d7cfe7112d2db11041a1753eceb4;hb=8c3c4f8e8274a598b4ba573f9eabfd0940d2e88d;hp=f4c38fd2e469f0f883d746161ae3dc99934f1923;hpb=b64fe8320ecbcc3f6099a3c0ae1b2739447bfc76;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/tools/genssl b/tools/genssl index f4c38fd2e..a8fc51514 100755 --- a/tools/genssl +++ b/tools/genssl @@ -2,7 +2,8 @@ # # InspIRCd -- Internet Relay Chat Daemon # -# Copyright (C) 2013-2017, 2020 Sadie Powell +# Copyright (C) 2020 Nicole Kleinhoff +# Copyright (C) 2013-2017, 2020-2021 Sadie Powell # # 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 @@ -18,11 +19,7 @@ # -BEGIN { - require 5.10.0; -} - -use feature ':5.10'; +use v5.10.0; use strict; use warnings FATAL => qw(all);