Summary: Incredibly simple helpers for testing code with exceptions Name: perl-Test-Fatal Version: 0.003 Release: 2%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Test-Fatal/ Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-%{version}.tar.gz Patch0: Test-Fatal-0.003-versions.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Try::Tiny) >= 0.07 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Test::Fatal is an alternative to the popular Test::Exception. It does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing. It exports one routine by default: exception. %prep %setup -q -n Test-Fatal-%{version} # No need to have bleeding edge versions of modules really %patch0 -p1 %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %check make test RELEASE_TESTING=1 %clean rm -rf %{buildroot} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null %{_fixperms} %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/Test/ %{_mandir}/man3/Test::Fatal.3pm* %changelog * Wed Feb 09 2011 Fedora Release Engineering - 0.003-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Oct 29 2010 Paul Howarth 0.003-1 - Update to 0.003 - More tests for false exceptions, especially on 5.13 - Update versions patch * Thu Oct 28 2010 Paul Howarth 0.002-1 - Update to 0.002 - Add tests for handling of false exceptions - Fix precedence error in documentation - Update versions patch * Wed Oct 27 2010 Paul Howarth 0.001-2 - Sanitize spec for Fedora submission * Tue Oct 26 2010 Paul Howarth 0.001-1 - Initial RPM version