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::Rule::Full_Match - also match the package name

SYNOPSIS

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

DESCRIPTION

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

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