- Upstream update.

This commit is contained in:
corsepiu 2008-06-10 07:25:49 +00:00
parent 4b3f490f8a
commit 19d4df4f69
3 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
Class-Inspector-1.22.tar.gz
Class-Inspector-1.23.tar.gz

View File

@ -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.

View File

@ -1 +1 @@
74d1c6f817d859baab5999c53278887b Class-Inspector-1.22.tar.gz
28e1e697f5e8d838d62159966aac8a5d Class-Inspector-1.23.tar.gz