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)
master
Richard Levitte 5 years ago
parent e9bc570674
commit f7dce50f21

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

Loading…
Cancel
Save