diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
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 * |