Module::Compile::SimpleU(s3e)r Contributed Perl DocumentaMtoidounle::Compile::Simple(3)
NNAAMMEE
Module::Compile::Simple - Even Simpler Perl Module Compilation
SSYYNNOOPPSSIISS
package Foo;
use Module::Compile::Simple;
transform($source);
In Ba_r_.pm
package Bar;
use Foo;
no Foo
DDEESSCCRRIIPPTTIIOONN
"Module::Compile::Simple" makes it easier to write Module::Compile mod-
ules, doing compile-time source filtering.
After using "Module::Compile::Simple", apply transformation on $source.
TTOODDOO
Make this work:
use Module::Compile::Simple '$source';
SSEEEE AALLSSOO
Module::Compile
AAUUTTHHOORRSS
Chia-liang Kao <clkao@clkao.org>
CCOOPPYYRRIIGGHHTT
Copyright (c) 2006. Chia-liang Kao. All rights reserved.
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>
perl v5.8.5 2006-03-29 Module::Compile::Simple(3)