The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package # Hide this from CPAN
    Skip_if_Perl_5_18;

use Test::More;

if ($] >= 5.018) {
    plan skip_all => 'This feature of Regexp::Grammars known to be incompatible with 5.18';
}


1; # Magic true value required at end of module