This commit is contained in:
Tom Callaway 2008-03-04 22:54:41 +00:00
parent 21e83ae1d2
commit eea35e3075

View File

@ -1,6 +1,6 @@
Name: perl-Sub-Identify
Version: 0.02
Release: 2%{?dist}.2
Release: 3%{?dist}
Summary: Retrieve names of code references
License: GPL+ or Artistic
Group: Development/Libraries
@ -46,6 +46,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%changelog
* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-3
- rebuild for new perl
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-2.2
- add BR: perl(Test::More)