| Name: | perl-Package-DeprecationManager |
|---|---|
| Version: | 0.17 |
| Release: | 5.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 35959 |
| License: | Artistic 2.0 |
| RPM: | perl-Package-DeprecationManager-0.17-5.el9.noarch.rpm |
| Source RPM: | perl-Package-DeprecationManager-0.17-5.el9.src.rpm |
| Build Date: | Thu Feb 03 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Package-DeprecationManager |
| 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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 0.17 - Remove use of namespace::autoclean - BR: perl-generators - Simplify find command using -delete - Author and Release Tests moved to xt/ so don't bother trying to run them
- Perl 5.24 re-rebuild of bootstrapped packages
- Perl 5.24 rebuild
- Update to 0.16
- The subs installed into the caller are now named with Sub::Name; this makes
these subs appear to be part of the caller, as opposed to an import, which
is what we want, since each installed sub is constructed uniquely for a
given package
- Update patches as needed