Existing transfer modules must have a package and a $VERSION
authorRichard Levitte <levitte@openssl.org>
Mon, 9 Jul 2018 19:09:30 +0000 (21:09 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 10 Jul 2018 14:32:20 +0000 (16:32 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6682)

external/perl/transfer/Text/Template.pm

index 7dbfe3f84f4d7f7ee644f0f5731d1eb07bade1b3..fa2acc3fdda4b16177264d3e7ff625ab70ea8bde 100644 (file)
@@ -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;