module_name => 'MooseX::StrictConstructor',
license => 'perl',
requires => {
- 'Moose' => '0.74',
- 'Test::More' => '0',
+ 'Moose' => '0.74',
+ },
+ build_requires => {
+ 'Test::More' => '0.88',
},
create_makefile_pl => 'passthrough',
create_readme => 1,
use strict;
use warnings;
-use Test::More tests => 15;
+use Test::More;
{
$@, qr/unknown attribute.+: agent/,
'ImmutableTricky still blows up on unknown params other than spy'
);
+
+done_testing();