Skip to content

Commit

Permalink
Update to 3.40
Browse files Browse the repository at this point in the history
Upstream changes:
3.40 2019-10-23 Karl Williamson <[email protected]>
        - Fixed iusse #108, Roy Storey++
        - Make case sensitivity determination overridable by user, Kenneth
          Ölwing++
        - Add expand_verbatim_tabs() method, which also can turn off
          expansion, fixing #110
3.39 2019-06-30 Karl Williamson <[email protected]>
        - Fixed JustPod not opening file with :raw.  Spotted by Dave Mitchell.
          Fixed by James Keenan
        - Fixed garbage line looking like pod.  Spotted by Todd Rinaldo.
        - Finished fixing Issue 95 by adding note that = in column 1 can be
          misinterpreted as pod.

3.38 2019-05-30 Karl Williamson <[email protected]>
        - Removed some alien files that somehow got in the tar, including a copy
        of Pod::Escapes.  Spotted by Petr Pisar++

3.37 2019-05-30 Karl Williamson <[email protected]>
        - Suppressed some expected diagnostics under harness
        - Pod::Simple now depends on the 'if' module

3.36 2019-05-15 Karl Williamson <[email protected]>
        - Added Pod::Simple::JustPod to extract the pod lines from a file
        - Improved detection of input encoding CP1252 vs UTF-8
        - Fixed github issue #79, =cut event out of order
        - Fixed github issue #85, verbatim_indent doesn't work on HTML
        - Fixed github issue #89, css files refer to themselves
        - Fixed github issue #92, broken RTF with Unicode inputs
        - Extended RTF to handle Unicode code points above 0xFFFF
        - Nested L<> is now flagged as an error
        - Turned off negative repeat count does nothing warnings
        - Fixed/improved some docs about this distribution
  • Loading branch information
wen committed Nov 4, 2019
1 parent d0a7a8d commit e521c6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions textproc/p5-Pod-Simple/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.45 2019/08/11 13:23:36 wiz Exp $
# $NetBSD: Makefile,v 1.46 2019/11/04 13:15:37 wen Exp $

DISTNAME= Pod-Simple-3.35
DISTNAME= Pod-Simple-3.40
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}

Expand Down
10 changes: 5 additions & 5 deletions textproc/p5-Pod-Simple/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.22 2016/12/11 08:19:20 wen Exp $
$NetBSD: distinfo,v 1.23 2019/11/04 13:15:37 wen Exp $

SHA1 (Pod-Simple-3.35.tar.gz) = 345877614ef840d7b90fd6de4e9c729ba8ded8c9
RMD160 (Pod-Simple-3.35.tar.gz) = 24226b755649a131b366c51b8eba3c6ccba78a07
SHA512 (Pod-Simple-3.35.tar.gz) = 66a7a604875cf919419529624e83215693cb7485a3d16e57369debb59ae23bf51db4128e4f2845bce32f3ec94b5e02567bfb83a2e6f5caa19259509475125ef6
Size (Pod-Simple-3.35.tar.gz) = 280162 bytes
SHA1 (Pod-Simple-3.40.tar.gz) = 7cf34d28ceb34fa44c5d4fe060fdee4a061717a8
RMD160 (Pod-Simple-3.40.tar.gz) = afea3e55247ce6cb321467c974a24d603aa6b2a8
SHA512 (Pod-Simple-3.40.tar.gz) = 9817599f8f49856563df7db994adad0248aa12a3d499b32cc447ae775603a3874361bf679223a39b34dadd859091a533c2a0632e070b1b225979c46f66dbcb59
Size (Pod-Simple-3.40.tar.gz) = 304730 bytes

0 comments on commit e521c6c

Please sign in to comment.