Skip to content

Commit

Permalink
Update to 1.500
Browse files Browse the repository at this point in the history
Upstream changes:
1.500     2013-11-22T15:05:31Z

    - Format url fragments (in links to perldoc sections)
      according to the destination site (perldoc_url_prefix).
      This makes links to sections work where they probably never did before.
      They are also customizable.

    - Use multiple backticks to delimit code spans
      that contain literal backticks.

1.401     2013-11-06T05:30:55Z

    - Require Pod::Parser 1.51 for bug fixes.

1.400     2013-11-05T14:18:19Z

    [Output Changes]
    - Change perldoc urls to point to metacpan.

    [Bug Fixes]
    - Recognize numbered pod items that do not have a period.
      Thanks to Yasutaka ATARASHI for the pull request (gh-4).
    - Remove extraneous blank line between verbatim paragraphs.
      Thanks to Graham Ollis for the pull request (gh-5).
    - Do not escape markdown characters inside links (or file paths).
      Thanks to Taiki Kawakami for the pull request (gh-6).
  • Loading branch information
wen committed Nov 24, 2013
1 parent 7e114c8 commit 5c51427
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/p5-Pod-Markdown/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2013/08/26 00:54:50 wen Exp $
# $NetBSD: Makefile,v 1.2 2013/11/24 04:23:01 wen Exp $
#

DISTNAME= Pod-Markdown-1.322
DISTNAME= Pod-Markdown-1.500
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-Pod-Markdown/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/08/26 00:54:50 wen Exp $
$NetBSD: distinfo,v 1.2 2013/11/24 04:23:01 wen Exp $

SHA1 (Pod-Markdown-1.322.tar.gz) = 83d93f5ce300e8e67210bd72ded52fbea9d4865b
RMD160 (Pod-Markdown-1.322.tar.gz) = 07b63633140bbf51e170d5cb5a71a725b810033c
Size (Pod-Markdown-1.322.tar.gz) = 27763 bytes
SHA1 (Pod-Markdown-1.500.tar.gz) = bc676969ecf1482217c9bdb6b5bb5bc9d92c8fc6
RMD160 (Pod-Markdown-1.500.tar.gz) = ef3e485a17a590e336294390c000ad19c70d5ce2
Size (Pod-Markdown-1.500.tar.gz) = 35721 bytes

0 comments on commit 5c51427

Please sign in to comment.