Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37395811
en ru br
ALT Linux repos
S:0.026-alt1

Group :: Development/Perl
RPM: perl-Importer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define module_name Importer
# BEGIN SourceDeps(oneline):
BuildRequires: perl(Exporter.pm) perl(ExtUtils/MakeMaker.pm) perl(Test/More.pm) perl(base.pm)
# END SourceDeps(oneline)
BuildRequires: rpm-build-perl perl-devel perl-podlators

Name: perl-%module_name
Version: 0.025
Release: alt1
Summary: Alternative but compatible interface to modules that export symbols.
Group: Development/Perl
License: perl
Url: %CPAN %module_name

Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/%{module_name}-%{version}.tar.gz
BuildArch: noarch

%description
This module acts as a layer between the Exporter manpage and modules which consume
exports. It is feature-compatible with the Exporter manpage, plus some much needed
extras. You can use this to import symbols from any exporter that follows
the Exporter manpages specification. The exporter modules themselves do not need to use
or inherit from the the Exporter manpage module, they just need to set ` at EXPORT' and/or
other variables.
%prep
%setup -q -n %{module_name}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README.md LICENSE README Changes
%perl_vendor_privlib/I*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin