Subject: | Trailing Whitespace added after date |
New in 0.21, generated content adds a single white space after the datestamp.
Simply getting an existing CHANGES file and doing
CPAN::Changes->load( 'Changes', next_token => qr{{{\$NEXT}}} )->serialize;
Adds a mass of trailing whitespace to the Changes file.
Simply getting an existing CHANGES file and doing
CPAN::Changes->load( 'Changes', next_token => qr{{{\$NEXT}}} )->serialize;
Adds a mass of trailing whitespace to the Changes file.