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::Gone - make a rule ineffective

SYNOPSIS

        use Package::Transporter::Rule;
        $rule->release;

DESCRIPTION

This class changes the public methods of a rule object, so that it's practically ineffective. The ->release method of the standard rule object empties the data of it and changes the class to Package::Transporter::Rule::Gone.

Making a rule ineffective is cheaper than finding and removing it from the tree in Pre_Selection.

ANYTHING ELSE

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