| Dancer documentation | view source | Contained in the Dancer distribution. |
Dancer::Deprecation - handle deprecation messages
Dancer::Deprecation->deprecated(
feature => 'sub_name',
version => '1.3000',
reason => '...',
);
List of possible parameters:
You can call the method with no arguments, and a default message using informations from caller will be build for you.
This module is free software and is distributed under the same terms as Perl itself.
This module has been written by Alexis Sukrieh <sukria@sukria.net>
| Dancer documentation | view source | Contained in the Dancer distribution. |