Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / lib / Role / Interface.pm
index 2c0badf..f081f32 100644 (file)
@@ -1,7 +1,4 @@
 package Role::Interface;
-# 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;
 
 requires "meth2";