Existing transfer modules must have a package and a $VERSION

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6682)
This commit is contained in:
Richard Levitte 2018-07-09 21:09:30 +02:00
parent e9bc570674
commit f7dce50f21
1 changed files with 3 additions and 0 deletions

View 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;