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

use strict;
use warnings;

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

sub is_omitable {
    return 1;
}

1;