Commit graph

15 commits

Author SHA1 Message Date
wiz
7ab3de8ca3 Update to 1.12:
1.12  Sep 30, 2005

- Newer versions of Perl use Unix-style filenames when reporting the
filename in caller(), which breaks Exception::Class tests on other
platforms, and is just kind of funky.  This module now calls
File::Spec->canonpath() to clean up the filename in each frame.
Reported by Garret Goebel.
2005-11-22 22:03:26 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
wiz
8bde37a8eb 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.
2004-07-04 22:36:32 +00:00
snj
7bdebf2480 Convert to buildlink3. 2004-04-27 03:09:57 +00:00
wiz
74b2318981 Update to 1.03:
1.03  Jan 22, 2003

- Special handling of Exception::Class::Base objects when stringifying
references.  This avoids infinite recursion between the two classes.

Requested by p5-Exception-Class package (hi he!).
2003-09-19 09:33:33 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
cjep
841903b203 Lint: shorten SVR4_PKGNAME 2003-04-27 14:31:52 +00:00
mjl
887dd83071 Import of p5-Devel-StackTrace 1.02
The Devel::StackTrace module contains two classes, Devel::StackTrace and
Devel::StackTraceFrame. The goal of this object is to encapsulate the
information that can found through using the caller() function, as well
as providing a simple interface to this data.
2003-01-02 15:03:18 +00:00