File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -885,8 +885,8 @@ package Maintainers;
885
885
},
886
886
887
887
' 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' ,
890
890
' FILES' => q[ cpan/parent] ,
891
891
' EXCLUDED' => [
892
892
qr { ^xt}
Original file line number Diff line number Diff line change 1
1
package parent ;
2
2
use strict;
3
3
4
- our $VERSION = ' 0.243 ' ;
4
+ our $VERSION = ' 0.244 ' ;
5
5
6
6
sub import {
7
7
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;
17
17
# Skip this test if perl is compiled with PERL_DISABLE_PMC
18
18
#
19
19
my $pmc = 1;
20
- if (Config-> can(' non_bincompat_options' )) { # $] ge '5.014'
20
+ if (Config-> can(' non_bincompat_options' )) { # "$]" ge '5.014'
21
21
$pmc = 0
22
22
if grep { $_ eq ' PERL_DISABLE_PMC' } Config::non_bincompat_options();
23
23
} elsif (eval {
You can’t perform that action at this time.
0 commit comments