Summary: Canary to check perl compatibility for Schmorp's modules
Name: perl-Canary-Stability
Version: 2012
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Canary-Stability/
Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Canary-Stability-%{version}.tar.gz
%define sha1 Canary-Stability=9d3c5476081da9200ef59cacafea55bd011b6d8a
Vendor: VMware, Inc.
Distribution: Photon
BuildArch: noarch
BuildRequires: perl
Requires: perl
%description
This module is used by Schmorp's modules during configuration stage to test
the installed perl for compatibility with his modules.
%prep
%setup -q -n Canary-Stability-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}/*
%check
make test
%clean
rm -rf %{buildroot}
%files
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Wed Apr 05 2017 Robert Qi <qij@vmware.com> 2012-1
- Initial version.