Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / lib / Bar7 / Meta / Trait.pm
diff --git a/t/lib/Bar7/Meta/Trait.pm b/t/lib/Bar7/Meta/Trait.pm
deleted file mode 100644 (file)
index 4c246ab..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-package Bar7::Meta::Trait;
-# This is automatically generated by author/import-moose-test.pl.
-# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
-use t::lib::MooseCompat;
-use Mouse::Role;
-
-around _immutable_options => sub { };
-
-no Mouse::Role;
-
-1;