CC: | perlcritic <dev [...] perlcritic.tigris.org> |
Subject: | Pod::Parser v1.36 changes handling of trailing blank lines by parse_from_filehandle(). |
Date: | Thu, 22 Jan 2009 21:07:42 -0600 |
To: | bug-Pod-Parser [...] rt.cpan.org |
From: | Elliot Shank <perl [...] galumph.com> |
One of the tests for Perl::Critic breaks with the latest release of Pod::Parser because the result of parse_from_filehandle() no longer includes blank lines between the last non-whitespace containing line and a =cut. This is fine, and I can make a simple fix to the test, but it means that the test will fail with earlier versions of Pod::Parser. I just want to make sure that this was intentional and I'm not chasing after something I shouldn't.