summaryrefslogtreecommitdiff
path: root/Porting/checkpodencoding.pl
Commit message (Collapse)AuthorAgeFilesLines
* Ignore directories when checking POD encodingSteve Hay2013-08-121-1/+1
|
* Porting/checkpodencoding.pl: Drop dependency on smartmatchBrian Fraser2013-03-261-5/+5
|
* Make everything exec-bit.txt lists executableFlorian Ragwitz2010-08-191-0/+0
| | | | | | | All these files used to be executable in the release tarballs. Apparently things also work without that in the repository, but I'd rather add this possibly unecessary change to blead instead of breaking the upcoming release. This should probably be looked into again afterwards.
* Add =encoding utf8 to all core non-ASCII POD files + test scriptÆvar Arnfjörð Bjarmason2010-05-081-0/+69
It's now possible to run: perl Porting/checkpodencoding.pl To check if the core contains any naughty POD that uses non-ASCII without declaring an encoding. With this patch all the POD in core (except POD tests we're ignoring) has a correct =encoding directive. The script also flags problems in lib/* and cpan/* which aren't being fixed as part of this commit.