Package::Transporter::Standard - The class behind $_[0]


Package-Transporter documentation  | view source Contained in the Package-Transporter distribution.

Index


NAME

Top

Package::Transporter::Standard - The class behind $_[0]

SYNOPSIS

Top

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

DESCRIPTION

Top

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

PUBLIC INTERFACE REFERENCE

Top

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

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

Top

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


Package-Transporter documentation  | view source Contained in the Package-Transporter distribution.