Update to 0.21:

- Clean up perl_src path using Cwd::realpath().  Only affects usage
   as part of the perl core.

 - Protect $., $@, $!, $^E, and $? from any clobbering that might
   occur in our DESTROY method. [Zefram]

 - From bleadperl, a patch to clean up debug symbol files (.pdb for
   VC++, .tds for BCC) when running have_compiler(). [Steve Hay &
   Steve Peters]
This commit is contained in:
wiz 2007-11-29 17:31:11 +00:00
parent 56e87f32cb
commit fbb64a597e
2 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2007/07/29 16:26:08 joerg Exp $
# $NetBSD: Makefile,v 1.4 2007/11/29 17:31:11 wiz Exp $
DISTNAME= ExtUtils-CBuilder-0.19
DISTNAME= ExtUtils-CBuilder-0.21
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5ecb
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2007/06/09 23:31:25 abs Exp $
$NetBSD: distinfo,v 1.3 2007/11/29 17:31:11 wiz Exp $
SHA1 (ExtUtils-CBuilder-0.19.tar.gz) = 5150d9d75e40d76d9277329ad383eef491deee4a
RMD160 (ExtUtils-CBuilder-0.19.tar.gz) = 581c49951c1757fd521624866fbac93f58862b40
Size (ExtUtils-CBuilder-0.19.tar.gz) = 19260 bytes
SHA1 (ExtUtils-CBuilder-0.21.tar.gz) = 7dd599fed247fbec0e377dce6ac348786647dd0e
RMD160 (ExtUtils-CBuilder-0.21.tar.gz) = 44efeba1cc90d3ccdeae13688b850372f423b6df
Size (ExtUtils-CBuilder-0.21.tar.gz) = 20668 bytes