Attribute::Handlers has been adopted by Arthur.
Jarkko Hietaniemi [Fri, 14 Jun 2002 19:13:16 +0000 (19:13 +0000)]
p4raw-id: //depot/perl@17245

pod/perldelta.pod

index c00b362..3a9026f 100644 (file)
@@ -737,7 +737,8 @@ See L<perlmod>
 
 =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;