NAME
    Dancer::Plugin::CORS - A plugin for using cross origin resource sharing

VERSION
    Version 0.11

DESCRIPTION
    Cross origin resource sharing is a feature used by modern web browser to
    bypass cross site scripting restrictions. A webservice can provide those
    rules from which origin a client is allowed to make cross-site requests.
    This module helps you to setup such rules.

AUTHOR
    David Zurborg, `<zurborg@cpan.org>'

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

        perldoc Dancer::Plugin::CORS

    You can also look for information at:

    * Redmine: Homepage of this module
        http://development.david-zurb.org/projects/libdancer-plugin-cors-per
        l

    * RT: CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dancer-Plugin-CORS

    * AnnoCPAN: Annotated CPAN documentation
        http://annocpan.org/dist/Dancer-Plugin-CORS

    * CPAN Ratings
        http://cpanratings.perl.org/d/Dancer-Plugin-CORS

    * Search CPAN
        http://search.cpan.org/dist/Dancer-Plugin-CORS/

COPYRIGHT & LICENSE
    Copyright 2014 David Zurborg, all rights reserved.

    This program is released under the following license: open-source