Updating package for CPAN module PadWalker in devel/p5-PadWalker from
1.9.2nb2 (upstream: 1.92) to 1.9.6 (upstream: 1.96). upstream changes: 1.96 Fri 24 Aug 2012 13:03:31 BST - Restore compatibility with Perl 5.8 Thanks again to Father Chrysostomous 1.95 Thu 23 Aug 2012 11:42:21 BST - Pad changes in 5.17.4-to-be This is a patch from Father Chrysostomous. See https://rt.cpan.org/Public/Bug/Display.html?id=79154 1.94 Tue 26 Jun 2012 09:51:27 BST - Make one of the tests a bit more flexible, to accommodate a subtle change in behaviour caused by a recent change to perl (viz a0d2bbd5c47035a4f7369e4fddd46b502764d86e). 1.93 Sun 5 Feb 2012 15:52:57 GMT - Correct the version number in META.yml (https://rt.cpan.org/Ticket/Display.html?id=59459) Do this by using MakeMaker to auto-generate META.yml, to prevent similar problems in future. This is possible because the new MakeMaker parameter MIN_PERL_VERSION was added in MakeMaker 6.47_01; the fact that this didn't used to exist is the reason we managed META.yml by hand till now.
This commit is contained in:
parent
5168b7d5a4
commit
5ed1fbc5b1
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2011/08/14 12:26:27 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2012/09/13 15:58:11 sno Exp $
|
||||
|
||||
DISTNAME= PadWalker-1.92
|
||||
PKGNAME= p5-PadWalker-1.9.2
|
||||
PKGREVISION= 2
|
||||
DISTNAME= PadWalker-1.96
|
||||
PKGNAME= p5-${DISTNAME:S/96/9.6/}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RO/ROBIN/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2010/07/18 11:40:20 seb Exp $
|
||||
$NetBSD: distinfo,v 1.4 2012/09/13 15:58:11 sno Exp $
|
||||
|
||||
SHA1 (PadWalker-1.92.tar.gz) = 5f1250a7e619c232463f506d36a27a66a9bb6497
|
||||
RMD160 (PadWalker-1.92.tar.gz) = e32303118d6bebe2a7485d16ca470cac5cebb9e4
|
||||
Size (PadWalker-1.92.tar.gz) = 14573 bytes
|
||||
SHA1 (PadWalker-1.96.tar.gz) = 575b34adf54879e1306afeff20ad2af8c68402a4
|
||||
RMD160 (PadWalker-1.96.tar.gz) = 325a086ae464ed8143818c655a7f4fec34364f09
|
||||
Size (PadWalker-1.96.tar.gz) = 15272 bytes
|
||||
|
|
Loading…
Reference in a new issue