Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / lib / Moose / Meta / Attribute / Custom / Foo.pm
diff --git a/t/lib/Moose/Meta/Attribute/Custom/Foo.pm b/t/lib/Moose/Meta/Attribute/Custom/Foo.pm
deleted file mode 100644 (file)
index a602d90..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package Mouse::Meta::Attribute::Custom::Foo;
-# 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;
-
-1;