diff --git a/perl-Sub-Identify.spec b/perl-Sub-Identify.spec index 251bf4c..e31aefe 100644 --- a/perl-Sub-Identify.spec +++ b/perl-Sub-Identify.spec @@ -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 0.02-2.2 +- add BR: perl(Test::More) + * Tue Oct 16 2007 Tom "spot" Callaway 0.02-2.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker)