bump version to 0.18
[gitmo/MooseX-Singleton.git] / t / 003-immutable.t
index 39e45bd..e5a4047 100644 (file)
@@ -39,7 +39,7 @@ BEGIN {
 
         $self->bag->{$key} += $value;
     }
-
+__PACKAGE__->meta->make_immutable;
     ::warning_is sub { __PACKAGE__->meta->make_immutable }, '',
         'no warnings when calling make_immutable';
 }