| Package-Transporter documentation | view source | Contained in the Package-Transporter distribution. |
Package::Transporter::Rule::Full_Match - Also match the package name
use Package::Transporter::Rule::Full_Match; my $rule = Package::Transporter::Rule::Full_Match ->new($generator, $pkg_name, $sub_name, $argc_match);
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.
Please see the documentation of the upstream package Package::Transporter.
| Package-Transporter documentation | view source | Contained in the Package-Transporter distribution. |