mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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:
parent
e9bc570674
commit
f7dce50f21
3
external/perl/transfer/Text/Template.pm
vendored
3
external/perl/transfer/Text/Template.pm
vendored
@ -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…
Reference in New Issue
Block a user