Ubuntu Manpages

Dancer::Deprecation

handle deprecation messages

  Dancer::Deprecation->deprecated(
    feature => 'sub_name',
    version => '1.3000',
    reason  => '...',
  );

METHODS

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