use strict;
use warnings;
-use Test::More 'no_plan';
+use Test::More tests => 4;
use Moose::Util::TypeConstraints;
#!/usr/bin/env perl
-use Test::More qw(no_plan);
+use Test::More tests => 10;
{
my $package = qq{
$@ ? ::fail($@) : ::pass('017600 octal default works');
my $obj = Test::Moose::Go::Boom5->new;
::is( $obj->id, '0 but true', 'value is still the same' );
-}
\ No newline at end of file
+}
use strict;
use warnings;
-use Test::More 'no_plan';
+use Test::More tests => 3;
{
package A;
use strict;
use warnings;
-use Test::More 'no_plan';
+use Test::More tests => 39;
use Test::Exception;
sub req_or_has ($$) {
use strict;
use warnings;
-use Test::More 'no_plan';
+use Test::More tests => 20;
# if make_immutable is removed from the following code the tests pass
use strict;
use warnings;
-use Test::More 'no_plan';
+use Test::More tests => 1;
use Test::Exception;