summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-10-03 18:58:57 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-10-03 18:58:57 +0100
commit95a7456eca5ff19e60854887a0cfde53e314f213 (patch)
tree3ce6abbdce0277f0516e9d6f6f26be23001a2750 /cpan
parent76f6b771c1c82bc2f1009c1ff11921f8f7d3e3a2 (diff)
downloadperl-95a7456eca5ff19e60854887a0cfde53e314f213.tar.gz
Update Devel-PPPort to CPAN version 3.32
[DELTA] 3.32 - 2015-09-30 * Lexical topic no longer works as of perl 5.23
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Devel-PPPort/PPPort_pm.PL2
-rw-r--r--cpan/Devel-PPPort/parts/inc/misc2
-rw-r--r--cpan/Devel-PPPort/soak2
3 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Devel-PPPort/PPPort_pm.PL b/cpan/Devel-PPPort/PPPort_pm.PL
index ff59dfc99e..0bee17ab54 100644
--- a/cpan/Devel-PPPort/PPPort_pm.PL
+++ b/cpan/Devel-PPPort/PPPort_pm.PL
@@ -539,7 +539,7 @@ package Devel::PPPort;
use strict;
use vars qw($VERSION $data);
-$VERSION = '3.31';
+$VERSION = '3.32';
sub _init_data
{
diff --git a/cpan/Devel-PPPort/parts/inc/misc b/cpan/Devel-PPPort/parts/inc/misc
index c39acd0af3..1cf1e7edc8 100644
--- a/cpan/Devel-PPPort/parts/inc/misc
+++ b/cpan/Devel-PPPort/parts/inc/misc
@@ -538,7 +538,7 @@ $_ = "Fred";
ok(&Devel::PPPort::DEFSV(), "Fred");
ok(&Devel::PPPort::UNDERBAR(), "Fred");
-if ($] >= 5.009002) {
+if ($] >= 5.009002 && $] < 5.023) {
eval q{
no warnings "deprecated";
no if $^V > v5.17.9, warnings => "experimental::lexical_topic";
diff --git a/cpan/Devel-PPPort/soak b/cpan/Devel-PPPort/soak
index 5697203537..c229ed7462 100644
--- a/cpan/Devel-PPPort/soak
+++ b/cpan/Devel-PPPort/soak
@@ -27,7 +27,7 @@ use File::Find;
use List::Util qw(max);
use Config;
-my $VERSION = '3.31';
+my $VERSION = '3.32';
$| = 1;
my %OPT = (