the canonical repository is now https://github.com/moose/MooseX-UndefTolerant
[gitmo/MooseX-UndefTolerant.git] / t / basic.t
index 17c4e17..e809247 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 use Test::More;
 use Test::Moose;
 
@@ -12,7 +15,6 @@ has 'bar' => (
     predicate => 'has_bar'
 );
 
-__PACKAGE__->meta->make_immutable;
 }
 
 package main;