The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#
# This file is part of Dancer-Plugin-Browser
#
# This software is copyright (c) 2013 by Natal Ngétal.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
package Dancer::Plugin::Browser;
{
  $Dancer::Plugin::Browser::VERSION = '1.130570';
}

use strict;
use warnings;
use Dancer ':syntax';
use Dancer::Plugin;

#ABSTRACT: Easy to detect browser.


1;

__END__

=pod

=head1 NAME

Dancer::Plugin::Browser - Easy to detect browser.

=head1 VERSION

version 1.130570

=encoding utf8

=head1 CONTRIBUTING

This module is developed on Github at:

L<http://github.com/hobbestigrou/Dancer-Plugin-Browser>

Feel free to fork the repo and submit pull requests

=head1 BUGS

Please report any bugs or feature requests in github.

=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Dancer::Plugin::Browser

=head1 SEE ALSO

L<Dancer>
L<HTTP::BrowserDetect>

=head1 AUTHOR

Natal Ngétal

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Natal Ngétal.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut