summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-05 19:08:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-05 19:08:00 +0000
commite367fc0371df2b47100fe2aa7b628a58a9398604 (patch)
treecde0218e9eb43230cbf9fcded4993257f435773d /pod
parent03730085c2dd1dad3746025cc5ceff001a15589c (diff)
downloadperl-e367fc0371df2b47100fe2aa7b628a58a9398604.tar.gz
Mention Carp enhancements.
p4raw-id: //depot/perl@17019
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 191a4e1d60..bd5da6362d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1073,6 +1073,12 @@ There is a make target "test.deparse" for trying this out.
=item *
+Carp has now better interface documentation, and the @CARP_NOT
+interface has been added to get optional control over where errors
+are reported independently of @ISA.
+
+=item *
+
Class::Struct can now define the classes in compile time.
=item *