diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-09-13 23:09:19 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-09-13 23:09:19 +0100 |
commit | 3afc3118d840d5ec214f77890ef7e95cdce73636 (patch) | |
tree | e6e82711bb9ad4ab0c954d6d8a09de7f2a5151f8 /t/porting | |
parent | 99cd8e461ab8bc340aed8e4c109bb32457f85bd0 (diff) | |
download | perl-3afc3118d840d5ec214f77890ef7e95cdce73636.tar.gz |
Document how to create and use smoke-me branches
The instructions are based on the following helpful email from Tony Cook:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2012-09/msg00747.html
after I tested them myself in course of commit 8700fd3876.
Diffstat (limited to 't/porting')
-rw-r--r-- | t/porting/known_pod_issues.dat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index ba4ccf6c8a..b6073c3f97 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -1,4 +1,4 @@ -# This file is the data file for t/porting/podcheck.t. +# This file is the data file for porting/podcheck.t. # There are three types of lines. # Comment lines are white-space only or begin with a '#', like this one. Any # changes you make to the comment lines will be lost when the file is @@ -230,7 +230,7 @@ pod/perldtrace.pod Verbatim line length including indents exceeds 79 by 26 pod/perlebcdic.pod Verbatim line length including indents exceeds 79 by 13 pod/perlembed.pod Verbatim line length including indents exceeds 79 by 27 pod/perlfunc.pod There is more than one target 1 -pod/perlgit.pod Verbatim line length including indents exceeds 79 by 11 +pod/perlgit.pod Verbatim line length including indents exceeds 79 by 12 pod/perlgpl.pod Verbatim line length including indents exceeds 79 by 50 pod/perlguts.pod ? Should you be using F<...> or maybe L<...> instead of 2 pod/perlguts.pod ? Should you be using L<...> instead of 1 |