Bug 100655 - [NEW PORT] devel/p5-Class-Accessor-Named: Better profiling output for Class::Accessor
Summary: [NEW PORT] devel/p5-Class-Accessor-Named: Better profiling output for Class::...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-21 08:00 UTC by gslin
Modified: 2006-07-24 07:16 UTC (History)
1 user (show)

See Also:


Attachments
p5-Class-Accessor-Named-0.003.shar (3.35 KB, text/plain)
2006-07-21 08:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-07-21 08:00:37 UTC
Class::Accessor is a great way to automate the tedious task of
generating accessors and mutators. One small drawback is that due to
the details of the implemenetation, you only get one __ANON__ entry in
profiling output. That entry contains all your accessors, which can be
a real pain if you're attempting to figure out which of your accessors
is being called six billion times. This module is a development aid
which uses Hook::LexWrap and Sub::Name to talk your accessors into
identifying themselves. While it shouldn't add much additional runtime
overhead (as it acts only Class::Accessor's generator functions), it
has not been designed for production deployment.

WWW:	http://search.cpan.org/dist/Class-Accessor-Named/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-21 08:00:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-24 07:16:24 UTC
State Changed
From-To: open->closed

New port added with minor Makefile modification. 
Thank you.