In perl.git, the branch smoke-me/core/update-pod-modules has been created

<http://perl5.git.perl.org/perl.git/commitdiff/101aafe2f63a74669429e7182c6b38030da0dce9?hp=0000000000000000000000000000000000000000>

        at  101aafe2f63a74669429e7182c6b38030da0dce9 (commit)

- Log -----------------------------------------------------------------
commit 101aafe2f63a74669429e7182c6b38030da0dce9
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Thu Jun 7 19:52:53 2012 +0100

    Updated podlators to CPAN version 2.4.2
    
      [DELTA]
    
    2012-06-01  Russ Allbery  <[email protected]>
    
      * VERSION: podlators 2.4.2 released.
    
      * t/text-encoding.t: Remove the test of a POD document without an
      encoding.  We previously tested that this interpreted the document
      as ISO 8859-1, but Pod::Simple behavior has changed so that the
      test started failing, plus Pod::Simple now warns about a missing
      =encoding.  (#77553)
    
    2012-05-30  Russ Allbery  <[email protected]>
    
      * VERSION: podlators 2.4.1 released.
    
      * lib/Pod/Man.pm (parse_file): Override the Pod::Simple method to
      set output_fh to STDOUT if it's not already set.  (#77530)
      * lib/Pod/Text.pm (parse_file): Likewise.

M       Porting/Maintainers.pl
M       cpan/podlators/VERSION
M       cpan/podlators/lib/Pod/Man.pm
M       cpan/podlators/lib/Pod/Text.pm
M       cpan/podlators/scripts/pod2man.PL
M       cpan/podlators/scripts/pod2text.PL
M       cpan/podlators/t/basic.t
M       cpan/podlators/t/color.t
M       cpan/podlators/t/filehandle.t
M       cpan/podlators/t/man-heading.t
M       cpan/podlators/t/man-options.t
M       cpan/podlators/t/man-perlio.t
M       cpan/podlators/t/man-utf8.t
M       cpan/podlators/t/man.t
M       cpan/podlators/t/overstrike.t
M       cpan/podlators/t/pod-parser.t
M       cpan/podlators/t/termcap.t
M       cpan/podlators/t/text-encoding.t
M       cpan/podlators/t/text-options.t
M       cpan/podlators/t/text-perlio.t
M       cpan/podlators/t/text-utf8.t
M       cpan/podlators/t/text.t
M       pod/perlpodstyle.pod
M       t/porting/customized.dat

commit b4d79c5ffc9c7c281024d3e7cd6b703d9be0a70e
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Thu Jun 7 19:30:54 2012 +0100

    Updated Pod-Simple to CPAN version 3.22
    
      [DELTA]
    
    2012-05-27   David E. Wheeler <[email protected]>
      * Release 3.22
    
      Fix but where Pod::Simple would whine about non-ASCII bytes in
      code or comments. Now only does so for Pod (in the absence of an
      "=encoding" tag. Broken in 3.21. Grant McLean.
    
    2012-05-23   David E. Wheeler <[email protected]>
      * Release 3.21
    
      NOTE: COMPATABILITY CHANGE: The 'codes_in_verbatim' option in
      Pod::Simple::XHTML is no longer enabled by default. This brings it
      agreement with the other formatting classes, and eliminates
      unexpected behavior in XHTML-formatted Pod. Users who depended on
      this functionality can still get it by enabling
      'codes_in_verbatim' in their code.
    
      Fixed some typos in the documentation. Thanks to Jonathan Yu via
      the Debian packagers via Florian Ragwitz (RT #75532).
    
      Now emit a warning the first time a non-ASCII byte is encountered
      when no "=encoding" has been seen. Grant McLean.
    
      When a non-ASCII byte is encounted before an "=encoding" line has
      been seen, a heuristic (as described in perlpodspec) is applied to
      select UTF-8 encoding if the non-ASCII bytes form a valid UTF-8
      byte sequence, or Latin-1 otherwise. Grant McLean.
    
      Added 'handle_code' method to Pod::Simple::XHTML. This allows
      subclasses to override the handling of verbatim blocks, and makes
      for a more cohesive interface, to boot. Gisle Aas.
    
      Subsequent text segments are now joined together and passed as a
      single unit to text handling code. This makes it easier for custom
      handlers to process complete blocks of text in a single call to
      'handle_text', rather than in dribs and drabs. Gisle Aas.
    
      Replaced naive text wrapping code in Pod::Simple::DumpAsXML with
      Text::Wrap, which was already used for similar purposes elsewhere
      in Pod::Simple. Gisle Aas.

M       MANIFEST
M       Porting/Maintainers.pl
M       cpan/Pod-Simple/ChangeLog
M       cpan/Pod-Simple/README
M       cpan/Pod-Simple/lib/Pod/Simple.pm
M       cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm
M       cpan/Pod-Simple/lib/Pod/Simple/Checker.pm
M       cpan/Pod-Simple/lib/Pod/Simple/Debug.pm
M       cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm
M       cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm
M       cpan/Pod-Simple/lib/Pod/Simple/HTML.pm
M       cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm
M       cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm
M       cpan/Pod-Simple/lib/Pod/Simple/Methody.pm
M       cpan/Pod-Simple/lib/Pod/Simple/Progress.pm
M       cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm
M       cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm
M       cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm
M       cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm
M       cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm
M       cpan/Pod-Simple/lib/Pod/Simple/RTF.pm
M       cpan/Pod-Simple/lib/Pod/Simple/Search.pm
M       cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm
M       cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod
M       cpan/Pod-Simple/lib/Pod/Simple/Text.pm
M       cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm
M       cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm
M       cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm
M       cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm
M       cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm
M       cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm
M       cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm
M       cpan/Pod-Simple/t/corpus.t
M       cpan/Pod-Simple/t/corpus/2202jp.xml
M       cpan/Pod-Simple/t/corpus/2202jpx.xml
M       cpan/Pod-Simple/t/corpus/2202jpy.xml
M       cpan/Pod-Simple/t/corpus/8859_7.xml
M       cpan/Pod-Simple/t/corpus/cp1256.xml
A       cpan/Pod-Simple/t/corpus/encwarn01.txt
A       cpan/Pod-Simple/t/corpus/encwarn01.xml
A       cpan/Pod-Simple/t/corpus/encwarn02.txt
A       cpan/Pod-Simple/t/corpus/encwarn02.xml
M       cpan/Pod-Simple/t/corpus/fet_cont.xml
M       cpan/Pod-Simple/t/corpus/fet_dup.xml
M       cpan/Pod-Simple/t/corpus/iso6.xml
M       cpan/Pod-Simple/t/corpus/koi8r.xml
M       cpan/Pod-Simple/t/corpus/laozi38.xml
M       cpan/Pod-Simple/t/corpus/laozi38b.xml
M       cpan/Pod-Simple/t/corpus/laozi38p.xml
M       cpan/Pod-Simple/t/corpus/lat1fr.xml
M       cpan/Pod-Simple/t/corpus/lat1frim.xml
M       cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml
M       cpan/Pod-Simple/t/corpus/plain.xml
M       cpan/Pod-Simple/t/corpus/plain_explicit.xml
M       cpan/Pod-Simple/t/corpus/plain_latin1.xml
M       cpan/Pod-Simple/t/corpus/plain_utf8.xml
M       cpan/Pod-Simple/t/corpus/polish_utf8.xml
M       cpan/Pod-Simple/t/corpus/s2763_sjis.xml
M       cpan/Pod-Simple/t/corpus/thai_iso11.xml
M       cpan/Pod-Simple/t/x_nixer.t
M       cpan/Pod-Simple/t/xhtml01.t
A       cpan/Pod-Simple/t/xhtml20.t
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to