diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-08-10 13:54:26 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-08-10 13:54:26 +0100 |
commit | 5fddd31d7b2dc088b4b71080d71434186b7722e0 (patch) | |
tree | fd64a61d8148d569f9aeae63b599e4936e4878b7 /MANIFEST | |
parent | 42b862f5972b81b4b0394d82463f735d2e1759f2 (diff) | |
download | perl-5fddd31d7b2dc088b4b71080d71434186b7722e0.tar.gz |
Exclude a new Pod-Perldoc test script for now, since it's failing in core
Failures on Win32/MSVC++ when dropped into core are:
not ok 3 - got expected output in STDOUT
# Failed test 'got expected output in STDOUT'
# at t/02_module_pod_output.t line 40.
# undef
# doesn't match '(?^:Look up Perl documentation)'
not ok 7 - got expected output in STDERR
# Failed test 'got expected output in STDERR'
# at t/02_module_pod_output.t line 73.
# ''perl' is not recognized as an internal or external command
,
# operable program or batch file.
# '
# doesn't match '(?^:No documentation)'
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1978,7 +1978,6 @@ cpan/Pod-Perldoc/Makefile.PL cpan/Pod-Perldoc/perldoc.pod cpan/Pod-Perldoc/t/00_load.t test file for Pod-Perldoc cpan/Pod-Perldoc/t/01_about_verbose.t test file for Pod-Perldoc -cpan/Pod-Perldoc/t/02_module_pod_output.t test file for Pod-Perldoc cpan/Pod-Perldoc/t/man/_get_columns.t test file for Pod-Perldoc cpan/Pod-Perldoc/t/pod.t test file for Pod-Perldoc cpan/Pod-Simple/lib/Pod/Simple.pm Pod made simple |