From df4d5e8b45efd9a963dd314c56cffe53d5765b66 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Sat, 14 Dec 2024 07:57:01 -0500 Subject: [PATCH] cpan/parent - Update to version 0.244 0.244 2024-12-13 . Update (commented) comparison with $] to use quotes (contributed by BOOK) --- Porting/Maintainers.pl | 4 ++-- cpan/parent/lib/parent.pm | 2 +- cpan/parent/t/parent-pmc.t | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ab89c9f47002..fc4610f015f6 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -885,8 +885,8 @@ package Maintainers; }, 'parent' => { - 'DISTRIBUTION' => 'CORION/parent-0.243.tar.gz', - 'SYNCINFO' => 'tib on Wed Dec 4 17:52:22 2024', + 'DISTRIBUTION' => 'CORION/parent-0.244.tar.gz', + 'SYNCINFO' => 'jkeenan on Sat Dec 14 07:56:36 2024', 'FILES' => q[cpan/parent], 'EXCLUDED' => [ qr{^xt} diff --git a/cpan/parent/lib/parent.pm b/cpan/parent/lib/parent.pm index a3c207730a9a..746bf9439d2d 100644 --- a/cpan/parent/lib/parent.pm +++ b/cpan/parent/lib/parent.pm @@ -1,7 +1,7 @@ package parent; use strict; -our $VERSION = '0.243'; +our $VERSION = '0.244'; sub import { my $class = shift; diff --git a/cpan/parent/t/parent-pmc.t b/cpan/parent/t/parent-pmc.t index db84b2f28b9d..752526d63423 100644 --- a/cpan/parent/t/parent-pmc.t +++ b/cpan/parent/t/parent-pmc.t @@ -17,7 +17,7 @@ plan skip_all => ".pmc are only available with 5.6 and later" if $] < 5.006; # Skip this test if perl is compiled with PERL_DISABLE_PMC # my $pmc = 1; -if (Config->can('non_bincompat_options')) { # $] ge '5.014' +if (Config->can('non_bincompat_options')) { # "$]" ge '5.014' $pmc = 0 if grep { $_ eq 'PERL_DISABLE_PMC' } Config::non_bincompat_options(); } elsif (eval {