summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-StackTrace
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-04 22:36:32 +0000
committerwiz <wiz@pkgsrc.org>2004-07-04 22:36:32 +0000
commit8bde37a8ebd17e031c0c23e7369f51b401bc03ed (patch)
tree332cafc40de5f651d61a82e81520767cbde667e2 /devel/p5-Devel-StackTrace
parentf5977d58bdcfec0690f3def0e0f8c5f16198a0d4 (diff)
downloadpkgsrc-8bde37a8ebd17e031c0c23e7369f51b401bc03ed.tar.gz
Update to 1.11:
1.11 Apr 12, 2004 - No code changes, just switching to including a Makefile.PL that uses ExtUtils::MakeMaker instead of one that sneakily uses Module::Build. Requested by Perrin Harkins. 1.10 Mar 10, 2004 - Silence a warning from the test code if Exception::Class isn't installed. Reported by Stefano Ruberti. - Localize $@ to avoid overwriting a previously set $@ while creating a Devel::StackTrace object. This caused a test failure in the Exception::Class tests when run with Perl 5.6.1, but not with 5.8.3. I don't really know how to test for it outside of Exception::Class. Reported by Jesse Erlbaum. 1.09 Feb 26, 2004 - The overload workaround blows up if a DBI handle is anywhere in the stack, because of a bad interaction between overload::Overloaded and DBI's custom dispatching. This release works around that. 1.08 Feb 23, 2004 - Some tests failed on Win32 because they were hardcoded to expect a file name with forward slashes. Reported by Steve Hay. 1.07 Feb 21, 2004 - This release includes a change to the overload handling that is necessary for cooperation with Exception::Class. 1.06 Feb 21, 2004 - Devel::StackTrace now uses overload::StrVal() to get the underlying string value of an overloaded object when creating a stack frame for display. This can be turned off by setting respect_overload to a true value. Suggested by Matt Sisk. 1.05 Feb 17, 2004 - Devel::StackTrace incorrectly reported that arguments were being passed to eval blocks (which isn't possible). Reported by Mark Dedlow. 1.04 Sep 25, 2003 - The special handling of Exception::Class::Base objects was broken. This was exposed by the fact that Exception::Class 1.15 now uses Devel::StackTrace in a slightly different way than it did previously.
Diffstat (limited to 'devel/p5-Devel-StackTrace')
-rw-r--r--devel/p5-Devel-StackTrace/Makefile6
-rw-r--r--devel/p5-Devel-StackTrace/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Devel-StackTrace/Makefile b/devel/p5-Devel-StackTrace/Makefile
index 8edffbe03cf..377bf36fcfd 100644
--- a/devel/p5-Devel-StackTrace/Makefile
+++ b/devel/p5-Devel-StackTrace/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2004/04/27 03:09:58 snj Exp $
+# $NetBSD: Makefile,v 1.8 2004/07/04 22:36:32 wiz Exp $
#
-DISTNAME= Devel-StackTrace-1.03
+DISTNAME= Devel-StackTrace-1.11
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dst
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://search.cpan.org/author/DROLSKY/Devel-StackTrace-1.03/
+HOMEPAGE= http://search.cpan.org/author/DROLSKY/Devel-StackTrace/
COMMENT= Perl5 module for stack trace and stack trace frame objects
USE_BUILDLINK3= YES
diff --git a/devel/p5-Devel-StackTrace/distinfo b/devel/p5-Devel-StackTrace/distinfo
index c5ffdafe573..a1ceb71f002 100644
--- a/devel/p5-Devel-StackTrace/distinfo
+++ b/devel/p5-Devel-StackTrace/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/09/19 09:33:33 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/07/04 22:36:32 wiz Exp $
-SHA1 (Devel-StackTrace-1.03.tar.gz) = 23231f49b273bbb8a93ab0f81ff472ed0a5a27bd
-Size (Devel-StackTrace-1.03.tar.gz) = 6468 bytes
+SHA1 (Devel-StackTrace-1.11.tar.gz) = 533eaebd3d1b7e36867abad3fb136a1f6129540c
+Size (Devel-StackTrace-1.11.tar.gz) = 9079 bytes