Aspect::Library - Base class for all reusable aspects


Aspect documentation Contained in the Aspect distribution.

Index


Code Index:

NAME

Top

Aspect::Library - Base class for all reusable aspects

DESCRIPTION

Top

Aspect::Library provides a base class for all reusable aspects, regardless of implementation.

It was created as part of the Aspect namespace reorganisation. It provides no functionality, and only acts as a method for identifying Aspect libraries.

The original first generation of libraries are implemented via the Aspect::Modular 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 Aspect::Modular API or independently.

AUTHORS

Top

Adam Kennedy <adamk@cpan.org>

COPYRIGHT

Top


Aspect documentation Contained in the Aspect distribution.

package Aspect::Library;

use strict;
use warnings;

our $VERSION = '1.01';

1;

__END__