companieshouse / MojoX-Plugin-AnyCache

Mojolicious cache plugin
Other
0 stars 3 forks source link

Serialiser isn't loaded before use #3

Closed ian-kent closed 10 years ago

ian-kent commented 10 years ago

require statement in MojoX::Plugin::AnyCache::Backend for serialiser actually requires the backend class again - line 16:

eval "require $self->config->{backend};";