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