summaryrefslogtreecommitdiff
path: root/t/TestInit.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-14 04:51:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-14 04:51:30 +0000
commit2af1ab88da52f38a7450a6455bc28aa93c8e4e57 (patch)
treed5fea29ca36a63900bd06b21c6598f9bb7950957 /t/TestInit.pm
parente9d8cdc0682791dad6e1ddeac96716205beff833 (diff)
downloadperl-2af1ab88da52f38a7450a6455bc28aa93c8e4e57.tar.gz
A swath of VERSION patches from Nicholas Clark.
p4raw-id: //depot/perl@20688
Diffstat (limited to 't/TestInit.pm')
-rw-r--r--t/TestInit.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/TestInit.pm b/t/TestInit.pm
index d06f7255ae..aa76fe194b 100644
--- a/t/TestInit.pm
+++ b/t/TestInit.pm
@@ -15,6 +15,8 @@
package TestInit;
+$VERSION = 1.01;
+
chdir 't' if -d 't';
@INC = '../lib';