The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Enbld::Target::Attribute::AllowedCondition;

use strict;
use warnings;

use parent qw/Enbld::Target::AttributeExtension::Word/;

sub is_omitable {
    return 1;
}

1;