Module::Loader
NAME
Module::Loader
SYNOPSIS
use Module::Loader;
my $loader = Module::Loader.new(<My::Module>); my $compunit = $loader.compunit;
LICENSE
This file is licensed under the same terms as perl itself.
AUTHOR
Doug Schrag <[email protected]>
Module::Loader
use Module::Loader;
my $loader = Module::Loader.new(<My::Module>); my $compunit = $loader.compunit;
This file is licensed under the same terms as perl itself.
Doug Schrag <[email protected]>
Resoures
Learning
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.