- Upstream update.
This commit is contained in:
parent
4b3f490f8a
commit
19d4df4f69
@ -1 +1 @@
|
||||
Class-Inspector-1.22.tar.gz
|
||||
Class-Inspector-1.23.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Class-Inspector
|
||||
Version: 1.22
|
||||
Version: 1.23
|
||||
Release: 1%{?dist}
|
||||
Summary: Get information about a class and its structure
|
||||
License: GPL+ or Artistic
|
||||
@ -17,6 +17,11 @@ BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::MinimumVersion) >= 0.007
|
||||
|
||||
%if 0%{?fedora} < 10
|
||||
# FIXME: Missing in FC < 10
|
||||
BuildRequires: perl(Test::CPAN::Meta) >= 0.07
|
||||
%endif
|
||||
|
||||
%description
|
||||
Class::Inspector allows you to get information about a loaded class.
|
||||
Most or all of this information can be found in other ways, but they aren't
|
||||
@ -51,6 +56,9 @@ make test AUTOMATED_TESTING=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 10 2008 Ralf Corsépius <rc040203@freenet.de> - 1.23-1
|
||||
- Upstream update.
|
||||
|
||||
* Tue Mar 11 2008 Ralf Corsépius <rc040203@freenet.de> - 1.22-1
|
||||
- Upstream update.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user