Skip Menu |

This queue is for tickets about the Pod-Coverage CPAN distribution.

Report information
The Basics
Id: 33747
Status: open
Priority: 0/
Queue: Pod-Coverage

People
Owner: Nobody in particular
Requestors: cpan [...] zoffix.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Wishlist for Class::Data::Accessor created methods
The module does not detect methods created with ummm, "non-standard" means. For example it doesn't detect Class::Data::Accessor created methods: use base qw(Class::Data::Accessor); __PACKAGE__->mk_classaccessors( qw( sock error connection_id response raw_response request ) ); I understand that there are a bunch of method generating modules but it would be nice to see support for some of them.. I can help if you want :)