update perl-UNIVERSAL-isa.spec.

This commit is contained in:
gc7500 2021-06-25 15:57:17 +00:00 committed by Gitee
parent 9256d1c565
commit 9b09302ef3

View File

@ -20,21 +20,20 @@ Requires: perl(Scalar::Util)
Requires: perl(strict)
Requires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Whenever you use "isa" in UNIVERSAL as a function, a kitten using
Test::MockObject dies. Normally, the kittens would be helpless, but if they
use UNIVERSAL::isa (the module whose docs you are reading), the kittens can
live long and prosper.
perl-UNIVERSAL-isa - Hack around module authors using UNIVERSAL::isa as a function
%package help
Summary : Attempt to recover from people calling UNIVERSAL::isa as a function
Provides: perl-UNIVERSAL-isa-doc
%description help
Whenever you use "isa" in UNIVERSAL as a function, a kitten using
Test::MockObject dies. Normally, the kittens would be helpless, but if they
use UNIVERSAL::isa (the module whose docs you are reading), the kittens can
live long and prosper.
perl-UNIVERSAL-isa - Hack around module authors using UNIVERSAL::isa as a function
%prep
%setup -q -n UNIVERSAL-isa-%{version}
%build
export PERL_MM_OPT=""
%{__perl} Makefile.PL INSTALLDIRS=vendor