Open oalders opened 9 years ago
Thanks for reporting.
Yes, it's trying to execute that as Perl code.
Once we can teach the module to treat multiple SYNOPSIS chunks separately (Issue #12) we could maybe figure out some way to either skip portions of SYNOPSIS or even teach it to check one-liner code.
Currently, the only thing you could use to make it not fail is to use the skip feature. However, it'll also skip non-one-liner section too.
=for test_synopsis BEGIN { die "SKIP: skip this\n"; }
I'm leaving this open and will figure out a solution once Issue #12 is fixed.
Thanks for reporting.
I'm getting test failures because of this line https://metacpan.org/source/OALDERS/Module-Version-Loaded-0.000003/lib/Module/Version/Loaded.pm#L84
Not sure if this is to be expected, but I thought it was worth mentioning.