summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-03-31 23:08:45 +0000
committerNicholas Clark <nick@ccl4.org>2008-03-31 23:08:45 +0000
commitd8528f07d4f9e687f7398656349cf605d0c2fb93 (patch)
tree6d53ae0b768e75f4802744be117f5f19a3865e09 /Porting
parent33768f1313b327865518f09b2c67d4134cf183fc (diff)
downloadperl-d8528f07d4f9e687f7398656349cf605d0c2fb93.tar.gz
$VERSION++ for all the non-dual life modules outside ext/ that
Porting/cmpVERSION.pl reports differ from the 5.10.0 release. All the rest of the differences would seem to be dual-life. :-( p4raw-id: //depot/perl@33623
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Porting/Maintainers.pm b/Porting/Maintainers.pm
index 4f7aa44e94..0a2f4c64f3 100644
--- a/Porting/Maintainers.pm
+++ b/Porting/Maintainers.pm
@@ -14,11 +14,12 @@ use 5.008;
require "Maintainers.pl";
use vars qw(%Modules %Maintainers);
-use vars qw(@ISA @EXPORT_OK);
+use vars qw(@ISA @EXPORT_OK $VERSION);
@ISA = qw(Exporter);
@EXPORT_OK = qw(%Modules %Maintainers
get_module_files get_module_pat
show_results process_options);
+$VERSION = 0.02;
require Exporter;
use File::Find;