Module::Pod

NAME

Module::Pod

SYNOPSIS

use Module::Loader;
use Module::Pod;

my $l = Module::Loader.new(module => <Seq::Bounded>);
say describe-compunit($l.compunit);
say Module::Pod.new(:loader($l)).pod
use Module::Pod;

my $pod1 = pod-from-module(Module::Loader);

ATTRIBUTES

  • loader - An object of type Module::Loader, specifying the external module

METHODS

from the module, #| precompiling if necessary method pod() { nqp::atkey($.precomp-handle.unit, <$=pod>); }

EXPORTS

from the named module sub pod-from-module(Module::Loader::ModuleName $module) returns Positional is export { my $loader = Module::Loader.new(module => $module); Module::Pod.new(loader => $loader).pod; }

LICENSE

This file is licensed under the same terms as perl itself.

AUTHOR

Doug Schrag <[email protected]>

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.