Subject: | total_size of coderefs crashes on Perl 5.20 Win x64 |
Can't install 0.79 on Strawberry Perl 5.20 for Windows x64.
It crashes multiple times during tests. The first crash is at the following place in basic.t
##########################################################
# RT#14849 (& RT#26781 and possibly RT#29238?)
cmp_ok( total_size( sub{ do{ my $t=0 }; } ), '>', 0,
'total_size( sub{ my $t=0 } ) > 0' );
I did two other tests:
It works ok on archlinux i686 with 5.18, but fails tests with 5.20.
I didn't investigate further but it seems a general incompatibility with 5.20