Name: perl-Dispatch-Class Version: 0.02 Release: 1%{?dist} Summary: Dispatch on the type (class) of an argument License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/dist/Dispatch-Class Source0: http://www.cpan.org/modules/by-module/Dispatch/Dispatch-Class-%{version}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(:VERSION) >= 5.6.0 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time BuildRequires: perl(Exporter::Tiny) BuildRequires: perl(parent) BuildRequires: perl(Scalar::Util) # Tests BuildRequires: perl(IO::Handle) BuildRequires: perl(Test::More) %description This module offers a (mostly) simple way to check the class of an object and handle specific cases specially. %prep %setup -q -n Dispatch-Class-%{version} %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{make_build} %install %{make_install} %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jan 29 2025 Michal Josef Spacek 0.02-1 - Specfile autogenerated by cpanspec 1.78.