In some corner cases, Test::Vars would try to look inside the body of a stub sub ("sub foo;") and then blow up. This could be triggered by declaring a stub sub and then an attribute with a reader of the same name in a Moose::Role, for example. Reported by Andy Jack.