Help for this page

Select Code to Download


  1. or download this
    package Class::BuildMethods;
    
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    #!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';