Change 17245 by jhi@alpha on 2002/06/14 19:13:16
Attribute::Handlers has been adopted by Arthur.
Affected files ...
.... //depot/perl/pod/perldelta.pod#453 edit
Differences ...
==== //depot/perl/pod/perldelta.pod#453 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod#452~17240~ Fri Jun 14 07:25:38 2002
+++ perl/pod/perldelta.pod Fri Jun 14 12:13:16 2002
@@ -737,7 +737,8 @@
=item *
-C<Attribute::Handlers> allows a class to define attribute handlers.
+C<Attribute::Handlers>, originally by Damian Conway and now maintained
+by Arthur Bergman, allows a class to define attribute handlers.
package MyPack;
use Attribute::Handlers;
End of Patch.