From: Jarkko Hietaniemi Date: Wed, 5 Jun 2002 19:08:00 +0000 (+0000) Subject: Mention Carp enhancements. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e367fc0371df2b47100fe2aa7b628a58a9398604;p=p5sagit%2Fp5-mst-13.2.git Mention Carp enhancements. p4raw-id: //depot/perl@17019 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 191a4e1..bd5da63 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 *