Package : perl-Package-DeprecationManager

Package details

Summary: Manage deprecation warnings for your distribution

Description:
This module allows you to manage a set of deprecations for one or more
modules.

When you import 'Package::DeprecationManager', you must provide a set of
'-deprecations' as a hash ref. The keys are "feature" names, and the values
are the version when that feature was deprecated.

In many cases, you can simply use the fully qualified name of a subroutine
or method as the feature name. This works for cases where the whole
subroutine is deprecated. However, the feature names can be any string.
This is useful if you don't want to deprecate an entire subroutine, just a
certain usage.


URL: https://metacpan.org/release/Package-DeprecationManager
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs