[Rt-commit] r5465 - in Class-Accessor-Named: .

jesse at bestpractical.com jesse at bestpractical.com
Sun Jun 25 22:03:22 EDT 2006


Author: jesse
Date: Sun Jun 25 22:03:20 2006
New Revision: 5465

Modified:
   Class-Accessor-Named/   (props changed)
   Class-Accessor-Named/lib/Class/Accessor/Named.pm

Log:
 r35296 at truegrounds:  jesse | 2006-06-25 14:38:13 -0500
 * Added a note about using Hook::LexWrap and why it's bad.


Modified: Class-Accessor-Named/lib/Class/Accessor/Named.pm
==============================================================================
--- Class-Accessor-Named/lib/Class/Accessor/Named.pm	(original)
+++ Class-Accessor-Named/lib/Class/Accessor/Named.pm	Sun Jun 25 22:03:20 2006
@@ -55,6 +55,12 @@
 
 =head1 BUGS AND LIMITATIONS
 
+This module uses L<Hook::Lexwrap> to alter the behaviour of
+L<Class::Accessor> and L<Class::Accessor::Fast>. Due to the nature of
+L<Hook::LexWrap>, this B<will> skew your profiling a tiny bit. We could
+probably do a little more internals diving and eliminate the dependency
+and the deficiency. Patches welcome.
+
 
 Please report any bugs or feature requests to
 C<bug-class-accessor-named at rt.cpan.org>, or through the web interface at


More information about the Rt-commit mailing list