NAME
Dancer::Plugin::Browser - easy to have info of the browser.
SYNOPSIS
use Dancer;
use Dancer::Plugin::Browser;
get '/' => sub {
my $browser = browser_detect();
if ( browser->windows && browser->ie && browser->major() < 6 ) {
return "You have big failed, change your os, browser, and come back late.";
}
};
dance;
DESCRIPTION
Provides an easy to have info of the browser. keyword within your Dancer application.
AUTHOR
Natal Ngétal, <hobbestigrou@erakis.im>
CONTRIBUTING
This module is developed on Github at:
http://github.com/hobbestigrou/Dancer-Plugin-Browser
Feel free to fork the repo and submit pull requests
BUGS
Please report any bugs or feature requests in github.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Dancer::Plugin::Browser
LICENSE AND COPYRIGHT
Copyright 2010 Natal Ngétal.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
SEE ALSO
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 48:
Non-ASCII character seen before =encoding in 'Ngétal,'. Assuming UTF-8