Description
Adapter-pattern wrappers can translate one object interface into another in Perl applications. Developers use this module when existing classes need to fit a different API contract without changing their original implementation. It is design-pattern support for object-oriented code.