summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-12-26 18:16:02 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-12-26 18:18:29 +0000
commitb10c836bbf5082735e1853c06ef188bc950a317b (patch)
tree77a13c5e39eaf365bd62a8e5352b6c8b25274dd2 /MANIFEST
parent77b20e6796463e336dbbfa76dff14084266605d7 (diff)
downloadperl-b10c836bbf5082735e1853c06ef188bc950a317b.tar.gz
Update podlators to CPAN version 4.13
[DELTA] podlators 4.13 (2019-12-25) Drop support for Perl 5.6. The minimum supported version is now Perl 5.8. Perl 5.6 had not been tested even by CPAN Testers in some time and isn't supported by Travis-CI, so true support is dubious. Dropping that version allows cleaning up some old compatibility code. Fix a warning when outputing to something without a PerlIO layer, such as when output_string is used. [Pod::Text] Fix behavior of S<> with Unicode input to be consistent with behavior with a default encoding, namely treat all whitespace inside S<> as non-space characters and do not collapse it with adjacent whitespace. [Pod::Text::Termcap] Remove an ancient workaround that set the TERMPATH environment variable whenever a Pod::Text::Termcap object was created in order to add /usr/share/lib/termcap, necessary on some ancient Solaris systems. Setting environment variables is bad behavior for a module, and the Solaris systems requiring this workaround are long obsolete. [Pod::Text::Termcap] Remove the fallback to VT100 escape sequences if Term::Cap was not able to find sequences for bold, underline, or normal text, and instead skip that part of the formatting. This will produce more correct behavior on dumb terminals at the possible cost of losing formatting on systems with malfunctioning terminal databases, which seems like an improvement. Thanks, Zenin. (#131124) Further improve the man/no-encode.t test to not care whether Encode was already loaded or not. Thanks, Martin Becker. Improve logic for showing large test failures to avoid spurious failures on systems without diff.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST30
1 files changed, 25 insertions, 5 deletions
diff --git a/MANIFEST b/MANIFEST
index e5ece3de40..937613ea4d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1878,15 +1878,37 @@ cpan/podlators/t/data/snippets/README podlators test
cpan/podlators/t/data/snippets/termcap/escape-wrapping
cpan/podlators/t/data/snippets/termcap/tag-width
cpan/podlators/t/data/snippets/termcap/tag-wrapping
+cpan/podlators/t/data/snippets/termcap/term-unknown
cpan/podlators/t/data/snippets/termcap/width
cpan/podlators/t/data/snippets/termcap/wrapping
+cpan/podlators/t/data/snippets/text/alt
+cpan/podlators/t/data/snippets/text/c-with-spaces
+cpan/podlators/t/data/snippets/text/code
cpan/podlators/t/data/snippets/text/cpp podlators test
+cpan/podlators/t/data/snippets/text/error-die
+cpan/podlators/t/data/snippets/text/error-none
+cpan/podlators/t/data/snippets/text/error-normal
+cpan/podlators/t/data/snippets/text/error-pod
+cpan/podlators/t/data/snippets/text/error-stderr
+cpan/podlators/t/data/snippets/text/error-stderr-opt
+cpan/podlators/t/data/snippets/text/for
+cpan/podlators/t/data/snippets/text/late-encoding
+cpan/podlators/t/data/snippets/text/link-rt
+cpan/podlators/t/data/snippets/text/link-url
+cpan/podlators/t/data/snippets/text/margin
+cpan/podlators/t/data/snippets/text/nonbreaking-space
+cpan/podlators/t/data/snippets/text/nourls
+cpan/podlators/t/data/snippets/text/periods
+cpan/podlators/t/data/snippets/text/quotes-opt
+cpan/podlators/t/data/snippets/text/s-whitespace
+cpan/podlators/t/data/snippets/text/sentence-spacing
+cpan/podlators/t/data/snippets/text/utf8
+cpan/podlators/t/data/snippets/text/verbatim
cpan/podlators/t/data/termcap podlators test
cpan/podlators/t/docs/pod.t podlators test
cpan/podlators/t/docs/pod-spelling.t podlators test
cpan/podlators/t/docs/spdx-license.t podlators test
cpan/podlators/t/docs/synopsis.t podlators test
-cpan/podlators/t/docs/urls.t podlators test
cpan/podlators/t/general/basic.t podlators test
cpan/podlators/t/general/filehandle.t podlators test
cpan/podlators/t/general/pod-parser.t podlators test
@@ -1905,16 +1927,14 @@ cpan/podlators/t/man/utf8-io.t podlators test
cpan/podlators/t/parselink/basic.t podlators test
cpan/podlators/t/style/minimum-version.t podlators test
cpan/podlators/t/style/module-version.t podlators test
+cpan/podlators/t/style/obsolete-strings.t
cpan/podlators/t/style/strict.t podlators test
-cpan/podlators/t/text/basic.t podlators test
cpan/podlators/t/text/color.t podlators test
cpan/podlators/t/text/empty.t podlators test
-cpan/podlators/t/text/encoding.t podlators test
-cpan/podlators/t/text/options.t podlators test
cpan/podlators/t/text/overstrike.t podlators test
cpan/podlators/t/text/perlio.t podlators test
+cpan/podlators/t/text/snippets.t
cpan/podlators/t/text/termcap.t podlators test
-cpan/podlators/t/text/utf8.t podlators test
cpan/Scalar-List-Utils/lib/List/Util.pm List::Util
cpan/Scalar-List-Utils/lib/List/Util/XS.pm List::Util
cpan/Scalar-List-Utils/lib/Scalar/Util.pm Scalar::Util