summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-16 00:38:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-16 00:38:41 +0000
commitea4fcdec7f113c80219fce3e8f5d50a6de06296c (patch)
tree43a26d0e536e10ff2c57959c145a04d3087fe56e /win32
parentd17f40008845a6a197125db682696a44036e323c (diff)
downloadperl-ea4fcdec7f113c80219fce3e8f5d50a6de06296c.tar.gz
Add the fruits of Larry Shatzer's version verifying script.
(There are some straddlers, but they will be fixed in the upcoming releases of the modules.) p4raw-id: //depot/perl@13034
Diffstat (limited to 'win32')
-rw-r--r--win32/FindExt.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/FindExt.pm b/win32/FindExt.pm
index 831250313d..30392687d1 100644
--- a/win32/FindExt.pm
+++ b/win32/FindExt.pm
@@ -1,4 +1,7 @@
package FindExt;
+
+our $VERSION = '1.00';
+
use strict;
use File::Find;
use File::Basename;