stop variable getting detached in lazy test
[gitmo/Moo.git] / xt / moose-method-modifiers.t
index af9492d..5a6b796 100644 (file)
@@ -21,6 +21,7 @@ use Moo::HandleMoose;
 
    package Bar;
    use Moose;
+   with 'ModifyFoo';
 
    sub foo { }
 }