Files
perl-Module-Load-Util/perl-Module-Load-Util.spec
Dirk Stoecker 961a814a73 Accepting request 958446 from devel:languages:perl:autoupdate
- updated to 0.007
   see /usr/share/doc/packages/perl-Module-Load-Util/Changes
  0.007   2021-09-30  Released-By: PERLANCAR; Urgency: low
  	- No functional changes.
  	- [doc] Mention some applications/frameworks that use us.

OBS-URL: https://build.opensuse.org/request/show/958446
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Load-Util?expand=0&rev=4
2022-03-03 14:07:56 +00:00

69 lines
2.2 KiB
RPMSpec

#
# spec file for package perl-Module-Load-Util
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Module-Load-Util
Name: perl-Module-Load-Util
Version: 0.007
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Some utility routines related to module loading
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Regexp::Pattern::Perl::Module)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.98
Requires: perl(Regexp::Pattern::Perl::Module)
%{perl_requires}
%description
This module provides some utility routines related to module loading.
Currently what it offers now are the two functions
load_module_with_optional_args and instantiate_class_with_optional_args.
These functions are designed for use with command-line and/or plugin-based
applications, because you can specify module/class/plugin to load in a
flexible format, as a string or 2-element array. See wordlist (from
App::wordlist), tabledata (from App::tabledata), or ColorTheme for some of
the applications that use this module.
Please see the functions' documentation for more details.
%prep
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README
%license LICENSE
%changelog