|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Test-SubCalls
|
|
|
|
|
Version: 1.09
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
Release: 13%{?dist}
|
|
|
|
|
Summary: Track the number of times subs are called
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -29,10 +29,9 @@ BuildRequires: perl(Test::Pod) >= 1.26
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
There are a number of different situations (like testing caching
|
|
|
|
|
code) where you want to want to do a number of tests, and then verify
|
|
|
|
|
that some underlying subroutine deep within the code was called a
|
|
|
|
|
specific number of times.
|
|
|
|
|
There is a number of different situations (like testing caching code) where
|
|
|
|
|
you want to do a number of tests, and then verify that some underlying
|
|
|
|
|
subroutine deep within the code was called a specific number of times.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Test-SubCalls-%{version}
|
|
|
|
@ -59,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/Test::SubCalls.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 21 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-13
|
|
|
|
|
- Update description
|
|
|
|
|
|
|
|
|
|
* Wed Oct 24 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-12
|
|
|
|
|
- Specify all dependencies.
|
|
|
|
|
|
|
|
|
|