- BR: perl(Test::MinimumVersion) >= 0.008
This commit is contained in:
parent
f1fbd6566c
commit
3cd013dd6f
@ -1,6 +1,6 @@
|
||||
Name: perl-Class-Inspector
|
||||
Version: 1.24
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Get information about a class and its structure
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -17,6 +17,7 @@ BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::CPAN::Meta) >= 0.12
|
||||
BuildRequires: perl(Perl::MinimumVersion) >= 1.20
|
||||
BuildRequires: perl(Test::MinimumVersion) >= 0.008
|
||||
|
||||
%description
|
||||
Class::Inspector allows you to get information about a loaded class.
|
||||
@ -52,6 +53,9 @@ make test AUTOMATED_TESTING=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 17 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.24-2
|
||||
- BR: perl(Test::MinimumVersion) >= 0.008
|
||||
|
||||
* Mon May 11 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.24-1
|
||||
- Upstream update.
|
||||
- Remove Class-Inspector-1.23.diff.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user