Updating devel/p5-Config-IniFiles from 2.54 to 2.56
Upstream changes: Version 2.56: ( Thu Dec 31 06:55:01 IST 2009 ) ------------------------------------------------ * Hopefully fixed the skip() in t/07misc.t - https://rt.cpan.org/Public/Bug/Display.html?id=53238 - It was skip($num, $label) instead of skip($label, $num) and it lacked a "SKIP:" label. Version 2.55: ( Tue Dec 22 17:42:59 IST 2009 ) ------------------------------------------------ * Refactoring the tests: - Converted t/05hash.t to Test::More and modernised it. - Converted t/06oo.t to Test::More and modernised it. - Testing: extracted t/lib/Config/IniFiles/TestPaths.pm. - Converted t/10delta.t to Test::More and modernised it. - Add the t_unlink method.
This commit is contained in:
parent
0878d739d6
commit
f732a6b275
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.24 2009/11/22 12:19:45 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2010/02/02 17:37:39 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Config-IniFiles-2.54
|
||||
DISTNAME= Config-IniFiles-2.56
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5cif
|
||||
CATEGORIES= devel perl5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2009/11/22 12:19:45 seb Exp $
|
||||
$NetBSD: distinfo,v 1.13 2010/02/02 17:37:39 sno Exp $
|
||||
|
||||
SHA1 (Config-IniFiles-2.54.tar.gz) = 62435de8ec698ca43f9f8e1485f797150573a0b8
|
||||
RMD160 (Config-IniFiles-2.54.tar.gz) = 13b5f39819eebd97369d338b1c8730bb982f4628
|
||||
Size (Config-IniFiles-2.54.tar.gz) = 50702 bytes
|
||||
SHA1 (Config-IniFiles-2.56.tar.gz) = 5f717351086fcedcfe99ff79151dc33ac63e7c7a
|
||||
RMD160 (Config-IniFiles-2.56.tar.gz) = c349d89342aedffbe12385f226c7243e9cb1fee3
|
||||
Size (Config-IniFiles-2.56.tar.gz) = 51802 bytes
|
||||
|
|
Loading…
Reference in a new issue