Subject: | Spaces before statement label |
Date: | Tue, 26 Jun 2018 10:04:00 -0700 |
To: | bug-ppr [...] rt.cpan.org |
From: | Adriano Ferreira <a.r.ferreira [...] gmail.com> |
Thanks for the POD-related fixes in the latest release. A few minor issues:
* Leading spaces before a statement with a label are not allowed by PPR
0.000020
# leading "space"
label: # in-between "space"
%x = ();
See attached patch with tests and proposed fix.
* a "use Regexp::Debugger" seems to have slipped in at
https://metacpan.org/source/DCONWAY/PPR-0.000020/t/misc-docs.t#L26
That one should the cause of test failures here:
http://matrix.cpantesters.org/?dist=PPR+0.000020
Sorry for my oversight on the new test file names – should have been
t/misc_docs.t and t/perl_pod.t
Message body is not shown because sender requested not to inline it.