The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Package::Transporter::Package - the class behind $_[0]

SYNOPSIS

See the $_[0] in the documentation of Package::Transporter.

DESCRIPTION

Package::Transporter::Package does all the package-specific work like creating an individual AUTOLOAD subroutine or managing the visit point.

PUBLIC INTERFACE REFERENCE

The following methods belong to the public interface of Package::Transporter::Package.

name - the name of the associated package
search - the search path
set_visit_point - set the visit point
transport - transport \$code to the visit point
create_generator - convenient way to get ::Generator->new(..)
register_potential - convenient way to issue a potential rule
register_drain - convenient way to issue a potential rule
implement_potential - like a manual call to AUTOLOAD; however, no parameters are passed and no actual subroutine call is done.

ANYTHING ELSE

Please see the documentation of the upstream package Package::Transporter.