this, sort of, works
[gitmo/MooseX-Antlers.git] / t / lib / One.pm
index 519e901..8ffaf7f 100644 (file)
@@ -8,4 +8,6 @@ sub get_called_foo { $called_foo }
 
 has foo => (is => 'rw', required => 1, trigger => sub { $called_foo++ });
 
+__PACKAGE__->meta->make_immutable;
+
 1;