in reply to Re: constant.pm + index() + Pod::Coverage crashes on Perl 5.10
in thread constant.pm + index() + Pod::Coverage crashes on Perl 5.10
For which Perl version do you get these results? When I run your program on Perl 5.20, I get the following output, which is what I expect:
c:\Users\Corion\Projekte>perl -w tmp.pl $VAR1 = 'abc'; $VAR1 = 'cde'; $VAR1 = 'abc'; $VAR1 = 'cde';
If you're waiting for a bug to be fixed for Perl 5.10, just upgrade to something newer. According to perlpolicy, Perl 5.10 is out of support since at least 2011.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: constant.pm + index() + Pod::Coverage crashes on Perl 5.10
by Anonymous Monk on Jan 07, 2016 at 12:28 UTC |