From 9b09302ef35757b8c79800a7bd4717b27f554900 Mon Sep 17 00:00:00 2001 From: gc7500 <13147070440@163.com> Date: Fri, 25 Jun 2021 15:57:17 +0000 Subject: [PATCH] update perl-UNIVERSAL-isa.spec. --- perl-UNIVERSAL-isa.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/perl-UNIVERSAL-isa.spec b/perl-UNIVERSAL-isa.spec index 5c52db0..a2767b1 100644 --- a/perl-UNIVERSAL-isa.spec +++ b/perl-UNIVERSAL-isa.spec @@ -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