Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / lib / Moose / Meta / Attribute / Custom / Trait / Bar.pm
diff --git a/t/lib/Moose/Meta/Attribute/Custom/Trait/Bar.pm b/t/lib/Moose/Meta/Attribute/Custom/Trait/Bar.pm
deleted file mode 100644 (file)
index 7ee2b71..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package Mouse::Meta::Attribute::Custom::Trait::Bar;
-# This is automatically generated by author/import-moose-test.pl.
-# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
-use t::lib::MooseCompat;
-
-sub register_implementation { 'My::Trait::Bar' }
-
-
-package My::Trait::Bar;
-
-use Mouse::Role;
-
-1;