diff options
author | Karen Etheridge <ether@cpan.org> | 2019-04-28 15:10:20 -0700 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2019-04-28 15:10:20 -0700 |
commit | 4b060e760d38607aa9564ba71568f342f6464540 (patch) | |
tree | b940120a99bb6bcc60d20c7f4d0e030ff7c6bec2 /dist | |
parent | c94f8a39919691f06127faea08d1b8f5fe91f1b6 (diff) | |
download | perl-4b060e760d38607aa9564ba71568f342f6464540.tar.gz |
fix version
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Devel-PPPort/PPPort_pm.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Devel-PPPort/PPPort_pm.PL b/dist/Devel-PPPort/PPPort_pm.PL index 7c28375c11..66959e7b21 100644 --- a/dist/Devel-PPPort/PPPort_pm.PL +++ b/dist/Devel-PPPort/PPPort_pm.PL @@ -551,7 +551,7 @@ package Devel::PPPort; use strict; use vars qw($VERSION $data); -$VERSION = '3.49'; +$VERSION = '3.48'; sub _init_data { |