Subject: | Documentation should point out load order dependency |
In order to work as advertised, Catalyst::Plugin::Session::DynamicExpiry
must be loaded ahead of Catalyst::Plugin::Session, i.e. it must appear
before Session in use Catalyst qw/Session::DynamicExpiry Session
Session::Store Session::State/
It would be nice if the documentation would reflect this.
Thanks!