NAME

Dancer::Plugin::SporeDefinitionControl

Dancer Plugin to control validity of route from a Spore configuration file

VERSION

Version 0.01

SYNOPSIS

to use it, you need to install this version of Dancer : - https://github.com/kolok/Dancer

or apply this patch on a git version : - https://github.com/kolok/Dancer/commit/b6c45ea908f8784a9d3e0764c5d4112a8e80bfac - https://github.com/kolok/Dancer/commit/cb7ed40802630e0fb2d73e3482292398f8a6854c - https://github.com/kolok/Dancer/commit/941630a890d35312f36ada60b42d2a53d5fcbe75 - https://github.com/kolok/Dancer/commit/9d9949101f624d0d506bd183f0070133d4bb74ee

in your Dancer project use this plugin and register :

package MyDancer::Server;

use Dancer::Plugin::SporeDefinitionControl;

check_spore_definition();

INITIALISATION

SUBROUTINES/METHODS

check_spore_definition

define spore validation to do on entered request

AUTHOR

Nicolas Oudard, <nicolas at oudard.org>

BUGS

Please report any bugs or feature requests to bug-dancer-plugin-sporedefinitioncontrol at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dancer-Plugin-SporeDefinitionControl. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

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

perldoc Dancer::Plugin::SporeDefinitionControl

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2010 Nicolas Oudard.

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.