From: Alexander Bokovoy Date: Thu, 4 Oct 2018 07:23:44 +0000 (+0300) Subject: Migrate test framework to Test2 X-Git-Tag: v3.0.0~301^2~1 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;ds=sidebyside;h=88b6b13aef5cec62837b1410cdd4d63b441fd898;hp=88b6b13aef5cec62837b1410cdd4d63b441fd898;p=openssl-gost%2Fengine.git Migrate test framework to Test2 At least Fedora 30 will have no Test::More anymore. Test::More is deprecated, as well as Test::Stream and Test2 is a recommended replacement. Luckily, gost-engine's use of Test::More is limited to functions which are compatible with implementations in Test2, so only module import and test plan announcement need to change. Also, on Fedora 29 perl 5.28 is very picky on undefined variables. ---