Commit 374976ee authored by Richard Levitte's avatar Richard Levitte
Browse files

Existing transfer modules must have a package and a $VERSION



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6682)

(cherry picked from commit f7dce50f)
parent 546574ba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;