Subject: | Documentation Error: Config parameter case |
Hello,
The POD docs indicate that a lowercase name in configuration is needed but that was
removed from dancer for plugins in a more recent release.
This needs to be changed:
plugins:
mobiledevice:
mobile_layout: 'mobile'
To:
plugins:
MobileDevice:
mobile_layout: 'mobile'
Thanks for a great module!