| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This test, when run from core in t/, finds pod/usage.pod before
../lib/Pod/Usage.pm. Remove '.' from the search path for all core
platforms, not just cygwin.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Two local changes remain:
part of the change to t/pod/pod2usage2.t in
http://perl5.git.perl.org/perl.git/commitdiff/767c16a
part of the change to lib/Pod/t/contains_pod.t in
http://perl5.git.perl.org/perl.git/commitdiff/fb59f97
|
|
|
|
|
|
|
|
|
|
| |
pod_where() checks the current dir when looking for PODs
when the -dirs option is not specified. Because of
case-insensitivity under Cygwin, this causes t/pod/usage.pod
to get found before lib/Pod/Usage.pm.
The fix is to set -dir=>[] in pod_where() when testing in
CORE under Cygwin. The attached patch does this.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Three local changes remain in blead:
Blank lines "between" verbatim sections are now acceptible:
http://perl5.git.perl.org/perl.git/commitdiff/caa547d
Be less picky about what constitutes "numeric lists" in Pod:
http://perl5.git.perl.org/perl.git/commitdiff/4df4f5d
Changes made to contains_pod.t when upgrading to 1.34:
http://perl5.git.perl.org/perl.git/commitdiff/fb59f97
|
|
|
| |
p4raw-id: //depot/perl@26710
|
|
|
|
|
| |
pass.
p4raw-id: //depot/perl@26304
|
|
|
|
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
Message-ID: <20050922121249.5077ee3e@pc09>
Also, skip all tests on Windows until we find a way
to write them portably
p4raw-id: //depot/perl@25588
|
|
p4raw-id: //depot/perl@25543
|