diff options
author | Karl Williamson <khw@cpan.org> | 2019-11-22 06:36:16 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-11-22 06:49:03 -0700 |
commit | 106d9141c3d4d2f6e13afca91bdca3e99eccd7c7 (patch) | |
tree | cb35c167608ec5def28ac09346cabd10ef81ac0a /dist/Devel-PPPort | |
parent | ff69e883532791953a441f1a5316276bb142797c (diff) | |
download | perl-106d9141c3d4d2f6e13afca91bdca3e99eccd7c7.tar.gz |
Devel::PPPort: Bump version to 3.56
Diffstat (limited to 'dist/Devel-PPPort')
-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 29708a76c2..f4f7cf5dc4 100644 --- a/dist/Devel-PPPort/PPPort_pm.PL +++ b/dist/Devel-PPPort/PPPort_pm.PL @@ -711,7 +711,7 @@ package Devel::PPPort; use strict; use vars qw($VERSION $data); -$VERSION = '3.55'; +$VERSION = '3.56'; sub _init_data { |