[parrot/parrot] 967d1c: [test] Update Pod::Simple to 3.28
GitHub
noreply at github.com
Mon Sep 8 15:06:27 UTC 2014
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 967d1c3b4b691d65ee1ae38929ac4135575f964c
https://github.com/parrot/parrot/commit/967d1c3b4b691d65ee1ae38929ac4135575f964c
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-09-08 (Mon, 08 Sep 2014)
Changed paths:
M ChangeLog
M lib/Pod/Simple.pm
M lib/Pod/Simple/BlackBox.pm
M lib/Pod/Simple/Checker.pm
M lib/Pod/Simple/Debug.pm
M lib/Pod/Simple/DumpAsText.pm
M lib/Pod/Simple/DumpAsXML.pm
M lib/Pod/Simple/HTML.pm
M lib/Pod/Simple/HTMLBatch.pm
M lib/Pod/Simple/LinkSection.pm
M lib/Pod/Simple/Methody.pm
M lib/Pod/Simple/Progress.pm
M lib/Pod/Simple/PullParser.pm
M lib/Pod/Simple/PullParserEndToken.pm
M lib/Pod/Simple/PullParserStartToken.pm
M lib/Pod/Simple/PullParserTextToken.pm
M lib/Pod/Simple/PullParserToken.pm
M lib/Pod/Simple/RTF.pm
M lib/Pod/Simple/Search.pm
M lib/Pod/Simple/SimpleTree.pm
M lib/Pod/Simple/Text.pm
M lib/Pod/Simple/TextContent.pm
M lib/Pod/Simple/TiedOutFH.pm
M lib/Pod/Simple/Transcode.pm
M lib/Pod/Simple/TranscodeDumb.pm
M lib/Pod/Simple/TranscodeSmart.pm
M lib/Pod/Simple/XHTML.pm
M lib/Pod/Simple/XMLOutStream.pm
Log Message:
-----------
[test] Update Pod::Simple to 3.28
fixes missing whiteline_handler method.
add =encoding handling.
GH #1089
Commit: 848a6538f1b1f23b96693fe8c15f90a94d3eb2e4
https://github.com/parrot/parrot/commit/848a6538f1b1f23b96693fe8c15f90a94d3eb2e4
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-09-08 (Mon, 08 Sep 2014)
Changed paths:
M ChangeLog
M README_win32.pod
M config/gen/opengl.pm
M docs/debug.pod
M docs/memory_internals.pod
M docs/parrotbyte.pod
M docs/parrothist.pod
M docs/pct/pct_optable_guide.pod
M docs/project/debian_packaging_guide.pod
M docs/project/ticket_triaging.pod
M docs/project/ubuntu_packaging_guide.pod
M docs/user/pir/intro.pod
M docs/user/pir/pmcs.pod
M examples/languages/squaak/doc/tutorial_episode_7.pod
M examples/pir/levenshtein.pir
M include/parrot/namealias.h
M src/alarm.c
M src/pmc/packfile.pmc
M src/pmc/resizablepmcarray.pmc
M src/pmc/unmanagedstruct.pmc
M t/native_pbc/integer.t
M t/native_pbc/number.t
M t/native_pbc/string.t
M t/steps/auto/pcre-01.t
M tools/dev/ncidef2pir.pl
Log Message:
-----------
[codingstd] fix various pod syntax errors
These errors arose with the updated Pod::Simple/Checker, added with GH #1089
Commit: 8506bdb30008e3d4125703c12eed70bbffd0b685
https://github.com/parrot/parrot/commit/8506bdb30008e3d4125703c12eed70bbffd0b685
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-09-08 (Mon, 08 Sep 2014)
Changed paths:
M ChangeLog
M t/codingstd/c_cppcomments.t
M t/codingstd/c_enum.t
M t/codingstd/c_macro_args.t
Log Message:
-----------
[codingstd] fix GH #1090 5.8 crashes with DEBUGGING
3 =~ ///gsx substs cause perl5.8 with to crash at
t/codingstd/c_enum.t,
t/codingstd/c_macro_args.t and
t/codingstd/c_cppcomments.t when DEBUGGING is enabled.
Skip those tests then.
Compare: https://github.com/parrot/parrot/compare/afbc56c76740...8506bdb30008
More information about the parrot-commits
mailing list