File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -885,8 +885,8 @@ package Maintainers;
885885 },
886886
887887 ' parent' => {
888- ' DISTRIBUTION' => ' CORION/parent-0.243 .tar.gz' ,
889- ' SYNCINFO' => ' tib on Wed Dec 4 17:52:22 2024' ,
888+ ' DISTRIBUTION' => ' CORION/parent-0.244 .tar.gz' ,
889+ ' SYNCINFO' => ' jkeenan on Sat Dec 14 07:56:36 2024' ,
890890 ' FILES' => q[ cpan/parent] ,
891891 ' EXCLUDED' => [
892892 qr { ^xt}
Original file line number Diff line number Diff line change 11package parent ;
22use strict;
33
4- our $VERSION = ' 0.243 ' ;
4+ our $VERSION = ' 0.244 ' ;
55
66sub import {
77 my $class = shift ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plan skip_all => ".pmc are only available with 5.6 and later" if $] < 5.006;
1717# Skip this test if perl is compiled with PERL_DISABLE_PMC
1818#
1919my $pmc = 1;
20- if (Config-> can(' non_bincompat_options' )) { # $] ge '5.014'
20+ if (Config-> can(' non_bincompat_options' )) { # "$]" ge '5.014'
2121 $pmc = 0
2222 if grep { $_ eq ' PERL_DISABLE_PMC' } Config::non_bincompat_options();
2323} elsif (eval {
You can’t perform that action at this time.
0 commit comments