don't try and apply modifiers during role composition
[gitmo/Moo.git] / t / moo.t
diff --git a/t/moo.t b/t/moo.t
index 4656944..2ba2a00 100644 (file)
--- a/t/moo.t
+++ b/t/moo.t
@@ -49,6 +49,8 @@ is_deeply(
   [ @MyClass3::ISA ], [ 'MyClass2' ], 'extends sets superclass'
 );
 
+{ package WhatTheFlyingFornication; sub wtff {} }
+
 {
   package MyClass4;