From: Jarkko Hietaniemi Date: Fri, 14 Jun 2002 19:13:16 +0000 (+0000) Subject: Attribute::Handlers has been adopted by Arthur. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4c5bf7201dee2db1d8914909e3505577af77d235;p=p5sagit%2Fp5-mst-13.2.git Attribute::Handlers has been adopted by Arthur. p4raw-id: //depot/perl@17245 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c00b362..3a9026f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -737,7 +737,8 @@ See L =item * -C allows a class to define attribute handlers. +C, originally by Damian Conway and now maintained +by Arthur Bergman, allows a class to define attribute handlers. package MyPack; use Attribute::Handlers;