update perl-UNIVERSAL-isa.spec.
This commit is contained in:
parent
9256d1c565
commit
9b09302ef3
@ -20,21 +20,20 @@ Requires: perl(Scalar::Util)
|
|||||||
Requires: perl(strict)
|
Requires: perl(strict)
|
||||||
Requires: perl(warnings)
|
Requires: perl(warnings)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Whenever you use "isa" in UNIVERSAL as a function, a kitten using
|
perl-UNIVERSAL-isa - Hack around module authors using UNIVERSAL::isa as a function
|
||||||
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.
|
|
||||||
%package help
|
%package help
|
||||||
Summary : Attempt to recover from people calling UNIVERSAL::isa as a function
|
Summary : Attempt to recover from people calling UNIVERSAL::isa as a function
|
||||||
Provides: perl-UNIVERSAL-isa-doc
|
Provides: perl-UNIVERSAL-isa-doc
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
Whenever you use "isa" in UNIVERSAL as a function, a kitten using
|
perl-UNIVERSAL-isa - Hack around module authors using UNIVERSAL::isa as a function
|
||||||
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.
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n UNIVERSAL-isa-%{version}
|
%setup -q -n UNIVERSAL-isa-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PERL_MM_OPT=""
|
export PERL_MM_OPT=""
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user