Commit f7dce50f authored by Richard Levitte's avatar Richard Levitte
Browse files

Existing transfer modules must have a package and a $VERSION

parent e9bc5706
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;