Updating package for devel/p5-Module-Build from 0.34000 to 0.35000
Upstream changes: 0.35 - Thu Aug 27 09:12:02 EDT 2009 Bug fixes: - Fix t/destinations.t segfault on 5.6.2 0.34_06 - Sat Aug 22 21:58:26 EDT 2009 Bug fixes: - Multiple test fixes for OS2 [Ilya Zakharevich] - Generated.ppd files use :utf8 if possible (RT#48827) [Olivier Mengue] - Fixed preservation of custom install_paths on resume (RT#41166) [David Golden] - Warn instead of crashing when Pod::Man tries to create files with colons on vfat partitions on unix (RT#45544) [David Golden] 0.34_05 - Sun Aug 9 22:31:37 EDT 2009 Bug fixes: - When auto_configure_requires is true (the default), Module::Build will only add last 'major' version of Module:Build (e.g. 0.XX) to configure_requires to avoid specifying a minor development release not available on CPAN [David Golden] 0.34_04 - Sat Aug 8 11:02:24 EDT 2009 Other: - Added documentation warning that 'get_options' should be capitalized to avoid conflicting with future Module::Build options and changed the examples accordingly. 0.34_03 - Sat Aug 8 07:39:16 EDT 2009 Bug fixes: - Fixed failing xs.t if /tmp is mounted noexec (RT#47331) [David Golden] - Fixed failing debug.t on VMS (RT#48362) [Craig Berry] - Prevent par.t from dying on error in .zip extraction [David Golden] - Fixed potential runthrough.t failure on 5.6.2 [David Golden] Other: - Archive::Tar changed from 'requires' to 'recommends' so non-authors without IO::Zlib can still use Module::Build to install modules [reported by Matt Trout, fix by David Golden] 0.340201 - Sun Aug 9 22:11:04 EDT 2009 Other: - Version bump for Perl core for 5.10.1 release; no other changes 0.34_02 - Sun Jul 26 22:50:40 EDT 2009 Bug-fixes: - Bundled Module::Build::Version updated to bring into sync with CPAN version.pm 0.77 [John Peacock] 0.34_01 - Sat Jul 18 16:32:09 EDT 2009 Enhancements: - Added --debug flag to trace Build action execution (RT#47933) [David Golden] Bug-fixes: - Bundled Module::Build::Version version code updated to fix unsafe use of $@ (RT#47980) [John Peacock]
This commit is contained in:
parent
4dc98114c5
commit
3d8b317c7c
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.24 2009/07/18 21:53:59 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2009/09/12 17:59:13 sno Exp $
|
||||
|
||||
DISTNAME= Module-Build-0.34
|
||||
DISTNAME= Module-Build-0.35
|
||||
PKGNAME= p5-${DISTNAME}000
|
||||
SVR4_PKGNAME= p5mob
|
||||
CATEGORIES= devel perl5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.15 2009/07/18 21:53:59 sno Exp $
|
||||
$NetBSD: distinfo,v 1.16 2009/09/12 17:59:14 sno Exp $
|
||||
|
||||
SHA1 (Module-Build-0.34.tar.gz) = 51e8f3b46eb37bcf2e7eaec95f09f35da12b2b29
|
||||
RMD160 (Module-Build-0.34.tar.gz) = babc77a97765a4cea559c81f07f8f57546740562
|
||||
Size (Module-Build-0.34.tar.gz) = 258596 bytes
|
||||
SHA1 (Module-Build-0.35.tar.gz) = 9fc54e0337fa97b32502204f456b2d0d930d7753
|
||||
RMD160 (Module-Build-0.35.tar.gz) = ab1894a8c5c9233110eca25c891b18278bc2941e
|
||||
Size (Module-Build-0.35.tar.gz) = 263341 bytes
|
||||
|
|
Loading…
Reference in a new issue