summaryrefslogtreecommitdiff
path: root/ext/Devel/PPPort/PPPort_pm.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Devel/PPPort/PPPort_pm.PL')
-rw-r--r--ext/Devel/PPPort/PPPort_pm.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Devel/PPPort/PPPort_pm.PL b/ext/Devel/PPPort/PPPort_pm.PL
index fa270f7b87..ce935770d3 100644
--- a/ext/Devel/PPPort/PPPort_pm.PL
+++ b/ext/Devel/PPPort/PPPort_pm.PL
@@ -473,7 +473,7 @@ require DynaLoader;
use strict;
use vars qw($VERSION @ISA $data);
-$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.01 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
+$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.02 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
@ISA = qw(DynaLoader);