Inline::Module - Inline Other Modules in Your Modules


Inline-Module documentation  | view source Contained in the Inline-Module distribution.

Index


NAME

Top

Inline::Module - Inline Other Modules in Your Modules

SYNOPSIS

Top

    package Foo;

    use Inline::Module 'Bar';
    use Inline::Module Baz => qw'func1 func2';

DESCRIPTION

Top

This module takes another module and compiles it inline.

AUTHOR

Top

Ingy döt Net <ingy@cpan.org>

COPYRIGHT

Top


Inline-Module documentation  | view source Contained in the Inline-Module distribution.