diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-03-31 23:08:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-31 23:08:45 +0000 |
commit | d8528f07d4f9e687f7398656349cf605d0c2fb93 (patch) | |
tree | 6d53ae0b768e75f4802744be117f5f19a3865e09 /Porting | |
parent | 33768f1313b327865518f09b2c67d4134cf183fc (diff) | |
download | perl-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.pm | 3 |
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; |