Subject: | Using nonexistent role gobbles up all memory |
If a Moops class uses a role that does not exist, then for some reason the application will run out of memory and crash. Minimal example to reproduce:
use Moops;
class Foo with DoesNotExist;
Tested with Moops 0.033 on perl 5.18.2 and perl 5.20.1