From: Vincent Pit Date: Wed, 12 Nov 2008 19:20:50 +0000 (+0100) Subject: 5.8.9 compatibility fix X-Git-Tag: v0.04~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=2b17b95103f685e00b2bdf72cc5c07bacd33c891 5.8.9 compatibility fix --- diff --git a/lib/B/RecDeparse.pm b/lib/B/RecDeparse.pm index db96fd6..20246c0 100644 --- a/lib/B/RecDeparse.pm +++ b/lib/B/RecDeparse.pm @@ -50,6 +50,7 @@ use constant { # p31268 made pp_entersub call single_delim FOOL_SINGLE_DELIM => ($^V ge v5.9.5) + || ($^V lt v5.9.0 and $^V ge v5.8.9) || ($Config{perl_patchlevel} && $Config{perl_patchlevel} >= 31268) };