NAME

Inline::Wrapper::Module - Internal object wrapper for individual Inline modules.

SYNOPSIS

use Inline::Wrapper::Module;

DESCRIPTION

Inline::Wrapper::Module is used internally by Inline::Wrapper, and should not be used directly. It will croak if you attempt to do so.

It is a descendent class of Inline::Wrapper.

METHODS

new()

Takes the same arguments as Inline::Wrapper::New, but also requires a module_name argument.

Don't use this, it will croak if you try to use it directly.

initialize()

Initialize the object instance.

DESTROY()

Destructor to clean up the object instance, and the private code module namespace created.

SEE ALSO

Inline::Wrapper::Module

The Inline documentation.

The Inline::FAQ list.

The examples/ directory of this module's distribution.

ACKNOWLEDGEMENTS

Thank you, kennethk and ikegami for your assistance on perlmonks.

http://perlmonks.org/index.pl?node_id=732598

AUTHOR

Please kindly read through this documentation and the examples/ thoroughly, before emailing me with questions. Your answer is likely in here.

Also make sure that your issue is actually with Inline::Wrapper and not with Inline itself.

Jason McManus (INFIDEL) -- infidel@cpan.org

LICENSE

Copyright (c) Jason McManus

This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.