Update to 1.31.
This commit is contained in:
parent
e9f6a7c165
commit
da307c5c5b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Class-Inspector-1.28.tar.gz
|
||||
/Class-Inspector-1.31.tar.gz
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Name: perl-Class-Inspector
|
||||
Version: 1.28
|
||||
Release: 15%{?dist}
|
||||
Version: 1.31
|
||||
Release: 1%{?dist}
|
||||
Summary: Get information about a class and its structure
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Class-Inspector/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-%{version}.tar.gz
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildArch: noarch
|
||||
@ -15,13 +15,8 @@ BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec) >= 0.80
|
||||
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Test::Pod) >= 1.44
|
||||
BuildRequires: perl(Test::CPAN::Meta) >= 0.17
|
||||
BuildRequires: perl(Perl::MinimumVersion) >= 1.27
|
||||
BuildRequires: perl(Test::MinimumVersion) >= 0.101080
|
||||
%endif
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
|
||||
%description
|
||||
Class::Inspector allows you to get information about a loaded class.
|
||||
@ -54,6 +49,9 @@ make test AUTOMATED_TESTING=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 29 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.31-1
|
||||
- Update to 1.31.
|
||||
|
||||
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.28-15
|
||||
- Perl 5.24 re-rebuild of bootstrapped packages
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user