Update to 0.92. From the changelog:
- remove invalid Spiffy dependency provided by YAML (GitHub pull req 23) - Force escaping of single '-' (GitHub pull req 22) - Revert Mo from 0.38 to 0.31 - zefram++ reported it breaking cpan client - Fixed tests to work under parallel testing -- kentnl - Switched to dzil release process - Fixed YAML loading on perl 5.8 (broken in YAML 0.85) by removing 5.10-specific regex construct. -- hobbs++ - Using latest Test::Builder tp fix https://rt.cpan.org/Public/Bug/Display.html?id=90847 - Revert YAML::Mo for https://rt.cpan.org/Public/Bug/Display.html?id=90817 - Fix for https://rt.cpan.org/Ticket/Display.html?id=19838 where synopsis in YAML::Dumper doesn't work as exptected. - Thorsten++ https://rt.cpan.org/Public/Bug/Display.html?id=90593 - Upgrade to latest Mo
This commit is contained in:
parent
c78624bd8e
commit
55c5091433
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.30 2014/05/29 23:37:48 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2014/06/09 19:59:16 schmonz Exp $
|
||||
|
||||
DISTNAME= YAML-0.84
|
||||
DISTNAME= YAML-0.92
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= perl5 textproc
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.16 2012/09/12 10:24:51 sno Exp $
|
||||
$NetBSD: distinfo,v 1.17 2014/06/09 19:59:16 schmonz Exp $
|
||||
|
||||
SHA1 (YAML-0.84.tar.gz) = 44e9dff8ff5d134317863ce0e1b1705fb38563bc
|
||||
RMD160 (YAML-0.84.tar.gz) = 5468cdba394767588846128a3c47db05c0160bea
|
||||
Size (YAML-0.84.tar.gz) = 121150 bytes
|
||||
SHA1 (YAML-0.92.tar.gz) = 686a05503d591d518b689148c4e4f81c6f59a4dd
|
||||
RMD160 (YAML-0.92.tar.gz) = 0f062734c4bffffae42f30ca4436050e5e61b591
|
||||
Size (YAML-0.92.tar.gz) = 103279 bytes
|
||||
|
|
Loading…
Reference in a new issue