The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::Base2 - Intermediate base class for Aliens

VERSION

version 0.19

SYNOPSIS

 package Alien::MyLib;
 
 use strict;
 use warnings;
 use base qw( Alien::Base2 );
 
 1;

DESCRIPTION

Note: This class is going to go away! Do not use it.

This is an experimental subclass of Alien::Base for use with Alien::Build. The intention is for this class to eventually go away, and thus only of use for Alien developers working on the bleeding edge. If you want to use some of the advanced features of Alien::Build please make sure you hang out on the #native IRC channel for Alien developers.

SEE ALSO

Alien::Base
Alien::Build

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.