Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make everything exec-bit.txt lists executable | Florian Ragwitz | 2010-08-19 | 1 | -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ð Bjarmason | 2010-05-08 | 1 | -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. |