Update to 0.08
Upstream changes: 0.08 2013-07-09 - remove Test::Warnings dep 0.07 2013-07-08 - instead of silently ignoring conflicts that do not compile, issue a conflict warning. (RT#75486, Karen Etheridge) 0.06 2013-06-21 - make the runtime conflict warnings optional, since i'm not sure how stable of an idea this really is - use Exporter instead of Sub::Exporter 0.05-TRIAL 2011-01-17 - require 5.8.1, clean up a few things and add a few more tests 0.04-TRIAL 2011-01-13 - fix an issue with certain other perls 0.03-TRIAL 2011-01-13 - add runtime conflict warnings
This commit is contained in:
parent
b21e579ffc
commit
c2b088fc72
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2013/05/31 12:40:16 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2013/07/13 13:03:29 wen Exp $
|
||||
|
||||
DISTNAME= Dist-CheckConflicts-0.02
|
||||
DISTNAME= Dist-CheckConflicts-0.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/08/16 20:50:54 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/07/13 13:03:29 wen Exp $
|
||||
|
||||
SHA1 (Dist-CheckConflicts-0.02.tar.gz) = d9c7366073e558a682f22271cceb24e46e37bcc4
|
||||
RMD160 (Dist-CheckConflicts-0.02.tar.gz) = 54f9a92709b52e995d558b98d28d87721835907f
|
||||
Size (Dist-CheckConflicts-0.02.tar.gz) = 15461 bytes
|
||||
SHA1 (Dist-CheckConflicts-0.08.tar.gz) = 57ac0d45664101bea36b5d81577b83c63e50875e
|
||||
RMD160 (Dist-CheckConflicts-0.08.tar.gz) = 85ca323808b1793418ccca4e94c9c446227c9657
|
||||
Size (Dist-CheckConflicts-0.08.tar.gz) = 18922 bytes
|
||||
|
|
Loading…
Reference in a new issue