NAME
MooX::Adopt::Class::Accessor::Fast - Hijack Class::Accessor::Fast in %INC;
SYNOPSYS
use MooX::Adopt::Class::Accessor::Fast;
use CAF::Using::Module;
#that's it! JustWorks
DESCRIPTION
This module attempts to hijack Class::Accessor::Fast in %INC and replace it with MooX::Emulate::Class::Accessor::Fast. Make sure it is loaded before the classes you have that use <Class::Accessor::Fast>. It is meant as a tool to help you migrate your project from Class::Accessor::Fast, to MooX::Emulate::Class::Accessor::Fast and ultimately, to Moo.
SEE ALSO
Moo, Class::Accessor, Class::Accessor::Fast, MooseX::Emulate::Class::Accessor::Fast
AUTHOR
Aran Clary Deltac <bluefeet@gmail.com>
Original code, tests, and documentation taken from MooseX::Emulate::Class::Accessor::Fast. Thanks!
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.