Package::Transporter::Generator::Potential::Auto_Autoload - strip subroutines while loading a package


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

Index


NAME

Top

Package::Transporter::Generator::Potential::Auto_Autoload - strip subroutines while loading a package

SYNOPSIS

Top

	use strict;
	use Package::Transporter sub{eval shift}, sub {
		my $generator = $_[0]->create_generator('::Auto_Autoload', 'URI');
		$_[0]->register_potential($generator, 'FOR_ANY');
	};

	use URI;
	my $uri = URI->new('http:://www.perl.org');

	exit(0);

DESCRIPTION

Top

Strip subroutines from a package on-the-fly and keep them for autoloading. Like a source filter. This module hardly has a practical value. It is not meant to replace

ANYTHING ELSE

Top

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


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