Module::Install::Base(3) | User Contributed Perl Documentation | Module::Install::Base(3) |
Module::Install::Base - Base class for Module::Install extensions
In a Module::Install extension:
use Module::Install::Base (); @ISA = qw(Module::Install::Base);
This module provide essential methods for all Module::Install extensions, in particular the common constructor "new" and method dispatcher "AUTOLOAD".
Module::Install
Audrey Tang <autrijus@autrijus.org>
Copyright 2003, 2004 by Audrey Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See <http://www.perl.com/perl/misc/Artistic.html>
2017-04-04 | perl v5.34.0 |