freebsd-ports/devel/p5-MooseX-Emulate-Class-Accessor-Fast/pkg-descr
Sergey Skvortsov 1ab9cc5938 Add p5-MooseX-Emulate-Class-Accessor-Fast 0.00802, emulate
Class::Accessor::Fast behavior using Moose attributes.
2009-05-13 06:01:55 +00:00

8 lines
461 B
Text

MooseX::Emulate::Class::Accessor::Fast attempts to emulate the behavior
of Class::Accessor::Fast as accurately as possible using the Moose
attribute system. The public API of Class::Accessor::Fast is wholly
supported, but the private methods are not. If you are only using the
public methods (as you should) migration should be a matter of switching
your "use base" line to a "with" line.
WWW: http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast/