Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
perl-Package-DeprecationManager - Manage deprecation warnings for your distribution
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.
Packages
Latest: perl-Package-DeprecationManager-0.13-1.el6.fio.src.rpm
Changelog:
- * 2011-02-25 - Steve Huff <shuff[AT]vecna[DOTORG]> - 0.10-1
- Initial package.