The start of a working implementation. Several things left to be
[gitmo/MooseX-ClassAttribute.git] / t / 02-immutable.t
diff --git a/t/02-immutable.t b/t/02-immutable.t
new file mode 100644 (file)
index 0000000..c91ce95
--- /dev/null
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+use lib 't/lib';
+
+use SharedTests;
+
+HasClassAttribute->meta()->make_immutable();
+
+SharedTests::run_tests();