Name: | perl-UNIVERSAL-can |
---|---|
Version: | 1.20140328 |
Release: | 21.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 28408 |
License: | GPL+ or Artistic |
RPM: | perl-UNIVERSAL-can-1.20140328-21.el9.noarch.rpm |
Source RPM: | perl-UNIVERSAL-can-1.20140328-21.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/UNIVERSAL-can |
Summary: | Hack around people calling UNIVERSAL::can() as a function |
Description: | The UNIVERSAL class provides a few default methods so that all objects can use them. Object orientation allows programmers to override these methods in subclasses to provide more specific and appropriate behavior. Some authors call methods in the UNIVERSAL class on potential invocants as functions, bypassing any possible overriding. This is wrong and you should not do it. Unfortunately, not everyone heeds this warning and their bad code can break your good code. |
- Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Perl 5.34 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Spec tidy-up - Use author-independent source URL - Classify buildreqs by usage - Simplify find command using -delete - Don't need to remove empty directories from the buildroot - Fix permissions verbosely - Package LICENSE file - Make %files list more explicit