From: Richard Levitte Date: Mon, 9 Jul 2018 19:09:30 +0000 (+0200) Subject: Existing transfer modules must have a package and a $VERSION X-Git-Tag: OpenSSL_1_1_1-pre9~170 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=f7dce50f21c13520d36f51bed83d19d3eb0bf698 Existing transfer modules must have a package and a $VERSION Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/6682) --- diff --git a/external/perl/transfer/Text/Template.pm b/external/perl/transfer/Text/Template.pm index 7dbfe3f84f..fa2acc3fdd 100644 --- a/external/perl/transfer/Text/Template.pm +++ b/external/perl/transfer/Text/Template.pm @@ -7,6 +7,9 @@ # Quick transfer to the downloaded Text::Template +package transfer::Text::Template; +$VERSION = 1.46; + BEGIN { use File::Spec::Functions; use File::Basename;