Update to 3.5:
3.5 Wed Mar 7 20:50:48 CET 2012 - localise $^W, as this causes warnings with 5.16 when some lost soul uses -w. common::sense doesn't support $^W, but tries to shield module authors and programs from its ill effects. If you enable $^W, then you normally get to keep the pieces because you change semantics of other people's code.
This commit is contained in:
parent
f332d79c92
commit
37f092bf1a
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2011/08/10 06:44:29 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2012/04/22 10:51:17 wiz Exp $
|
||||
|
||||
DISTNAME= common-sense-3.4
|
||||
DISTNAME= common-sense-3.5
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2011/08/10 08:46:11 adam Exp $
|
||||
$NetBSD: distinfo,v 1.10 2012/04/22 10:51:17 wiz Exp $
|
||||
|
||||
SHA1 (common-sense-3.4.tar.gz) = 1f0a99a882c222b7b5000ccfaf5ea22dd28ca2b6
|
||||
RMD160 (common-sense-3.4.tar.gz) = 679bc9469a1df52c25f0ce88c5abd02d8b0f639e
|
||||
Size (common-sense-3.4.tar.gz) = 11717 bytes
|
||||
SHA1 (common-sense-3.5.tar.gz) = 9cacf866dd16655cd3951c53bd67803db7bb53f4
|
||||
RMD160 (common-sense-3.5.tar.gz) = 837a52c8335c66c158f2c3564c4afee305caa4f3
|
||||
Size (common-sense-3.5.tar.gz) = 12166 bytes
|
||||
|
|
Loading…
Reference in a new issue