summaryrefslogtreecommitdiff
path: root/t/pod/pod2usage2.t
Commit message (Collapse)AuthorAgeFilesLines
* Move Pod::Parser from lib (and t/pod) to ext.Nicholas Clark2009-09-131-366/+0
|
* fix pod2usage2 test for all case-insensitive systemsDavid Mitchell2009-07-181-2/+3
| | | | | | 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.
* sync t/pod/pod2usage2.t with CPAN (trivial whitespace change)David Mitchell2009-06-121-0/+1
|
* Upgrade to Pod-Parser-1.37.Steve Hay2009-02-041-1/+1
| | | | | | | | | | 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
* Make t/pod/pod2usage2.t work on case insensitive file systems.Jerry D. Hedden2009-02-021-1/+5
| | | | | | | | | | 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.
* Fix paths on new pod2usage2 tests to work in the core.Nicholas Clark2009-01-301-8/+22
|
* Upgrade to Pod-Parser-1.36.Steve Hay2009-01-301-5/+169
| | | | | | | | | | | | | 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
* pod2usage2.t is not readily portable to VMS eitherCraig A. Berry2006-01-081-2/+2
| | | p4raw-id: //depot/perl@26710
* Further yak-shaving on Pod::Usage. Now, t/pod/pod2usage2.t tests Steve Peters2005-12-081-8/+8
| | | | | pass. p4raw-id: //depot/perl@26304
* Re: pod/pod2usage2.tH.Merijn Brand2005-09-231-84/+88
| | | | | | | | | 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
* Upgrade to Pod::Parser 1.33Rafael Garcia-Suarez2005-09-211-0/+178
p4raw-id: //depot/perl@25543