| Inline-Module documentation | view source | Contained in the Inline-Module distribution. |
Inline::Module - Inline Other Modules in Your Modules
package Foo;
use Inline::Module 'Bar';
use Inline::Module Baz => qw'func1 func2';
This module takes another module and compiles it inline.
Ingy döt Net <ingy@cpan.org>
Copyright (c) 2006. Ingy döt Net. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Inline-Module documentation | view source | Contained in the Inline-Module distribution. |