Name: perl-CGI-Expand Version: 2.05 Release: 1%{?dist} Summary: Convert flat hash to nested data using TT2's dot convention License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/dist/CGI-Expand Source0: http://www.cpan.org/modules/by-module/CGI/CGI-Expand-%{version}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Run-time BuildRequires: perl(Carp) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Tests BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) %description Converts a CGI query into structured data using a dotted name convention similar to TT2. %prep %setup -q -n CGI-Expand-%{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 * Sat Dec 07 2024 Michal Josef Spacek 2.05-1 - Specfile autogenerated by cpanspec 1.78.