Test::More

This commit is contained in:
Tom Callaway 2007-10-17 03:42:12 +00:00
parent 903e63a845
commit 21e83ae1d2

View File

@ -1,6 +1,6 @@
Name: perl-Sub-Identify
Version: 0.02
Release: 2%{?dist}.1
Release: 2%{?dist}.2
Summary: Retrieve names of code references
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-%{versi
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -45,6 +46,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%changelog
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-2.2
- add BR: perl(Test::More)
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-2.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)