Catalyst::Plugin::Browser - Browser Detection
use Catalyst qw[Browser];
if ( $c->request->browser->windows && $c->request->browser->ie ) {
# do something
}
Extends Catalyst::Request with browser detection.
Returns an instance of the HTTP::BrowserDetect manpage, which lets you get information of the client's user agent.
the HTTP::BrowserDetect manpage, the Catalyst::Request manpage.
Christian Hansen, ch@ngmedia.com
Marcus Ramberg, mramberg@cpan.org
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.