Dancer::Deprecation
handle deprecation messages
- Provided by: libdancer-perl (Version: 1.3120+dfsg-1)
- Report a bug
handle deprecation messages
Dancer::Deprecation->deprecated(
feature => 'sub_name',
version => '1.3000',
reason => '...',
);
deprecated
List of possible parameters:
You can call the method with no arguments, and a default message using information from "caller" will be built 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>
Package::DeprecationManager