Help for this page
package Class::BuildMethods; use strict; ... } 1;
#!perl use Test::More qw/no_plan/; ... ok $@, 'Trying to use unknown constraint for methods should fail'; like $@, qr/\QUnknown constraint keys (no_such_key) for Bogus::Package +::name/, '... with an appropriate error message';