package Aspect::Library; use strict; use warnings; our $VERSION = '1.02'; 1; __END__ =pod =head1 NAME Aspect::Library - Base class for all reusable aspects =head1 DESCRIPTION B provides a base class for all reusable aspects, regardless of implementation. It was created as part of the L namespace reorganisation. It provides no functionality, and only acts as a method for identifying L libraries. The original first generation of libraries are implemented via the L class and are deeply tied to it. For the second generation API this lower level base class is provided to provide a mechanism for identifying all reusable library aspects, from either the L API or independently. =head1 AUTHORS Adam Kennedy Eadamk@cpan.orgE =head1 COPYRIGHT Copyright 2009 - 2012 Adam Kennedy. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut