Revert "Lazy load Moose::Error::Default"
authorDave Rolsky <autarch@urth.org>
Sun, 19 Jul 2009 16:57:35 +0000 (11:57 -0500)
committerDave Rolsky <autarch@urth.org>
Sun, 19 Jul 2009 16:57:35 +0000 (11:57 -0500)
commit77f1441155c791b0cd453cf2aa361c61333eef87
tree530b9d5bf477ce4320abde31f891316cdd3c5c58
parentc179d548a2336b7030c1801d44d1d26663d20676
Revert "Lazy load Moose::Error::Default"

This reverts commit d4b0f089e5fc9ddbd38a0bd369bb170c5c62eaef.

This sort of lazy loading hurts anyone using Moose in a long-running
environment like FastCGI or mod_perl, since it means that the module
ends up being loaded once per process, as opposed to being loaded once
and shared across multiple procs.
lib/Moose/Meta/Class.pm