Package::Transporter::Rule::Full_Match - Also match the package name


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

Index


NAME

Top

Package::Transporter::Rule::Full_Match - Also match the package name

SYNOPSIS

Top

	use Package::Transporter::Rule::Full_Match;
	my $rule = Package::Transporter::Rule::Full_Match
		->new($generator, $pkg_name, $sub_name, $argc_match);

DESCRIPTION

Top

An extension of the standard rule class with extra matching on the package name. Example: $pkg_name = 'ABC::(DEF|GHI)'. No longer covered by tests, so it might work or not.

ANYTHING ELSE

Top

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


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