This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The podchecker much prefers a forward slash in F<symbian/TODO>
authorNicholas Clark <nick@ccl4.org>
Wed, 22 Jun 2011 09:56:50 +0000 (11:56 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 22 Jun 2011 09:56:50 +0000 (11:56 +0200)
commit56466d0ead41a249b0feba363954f09c4f090035
tree876fb9ca8e9378b5ec6d936602a06f355d23a723
parent529174d6b8367f9bfd259c344b7428a658857cc2
The podchecker much prefers a forward slash in F<symbian/TODO>

It looks for the file within the F<> - on *nix, 'symbian\TODO' doesn't exist,
so the line is flagged as a known issue. On Windows, it does exist (because
at the API level, / and \ are both valid as directory separators), so there is
no known issue, and the test fails with a request to delete the known issue.

README.symbian is not consistent in its use of backward or forward slashes
inside F<> markup, so this isn't the first use of a forward slash.

(The podchecker has other exemption rules for F<>, hence why this doesn't
matter in some cases.)
README.symbian
t/porting/known_pod_issues.dat