Subject: | =back/=cut have excess whitespace |
Presently, back/cut render as
'=back \n\n' and '=cut \n\n' ( content is \n in both cases )
For automated testing for excess whitespace (' ') this is somewhat
problematic.
I have created a branch in my git clone
http://github.com/kentfredric/dist-zilla-plugin-podpurler/commit/c60beb2f3ccc0d9ed22958e9a0adc95de2d06746
Which for me solves this behaviour.