NAME
Alien::Base - Base classes for Alien:: modules
SYNOPSIS
package Alien::MyLibrary;
use strict;
use warnings;
use parent 'Alien::Base';
1;
DESCRIPTION
Alien::Base comprises base classes to help in the construction of Alien::
modules. Modules in the Alien namespace are used to locate and install (if necessary) external libraries needed by other Perl modules.
This is the documentation for the Alien::Base module itself. To learn more about the system as a whole please see Alien::Base::Authoring.
SEE ALSO
SOURCE REPOSITORY
http://github.com/jberger/Alien-Base
AUTHOR
Joel Berger, <joel.a.berger@gmail.com>
CONTRIBUTORS
- David Mertens (run4flat)
- Mark Nunberg (mordy, mnunberg)
- Christian Walde (Mithaldu)
- Brian Wightman (MidLifeXis)
COPYRIGHT AND LICENSE
Copyright (C) 2012-2014 by Joel Berger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 228:
You forgot a '=back' before '=head1'