@ -1,6 +1,6 @@
Name: perl-Class-C3
Version: 0.27
Release: 3 %{?dist}
Version: 0.28
Release: 1 %{?dist}
Summary: Pragma to use the C3 method resolution order algorithm
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Class-C3/
@ -15,14 +15,12 @@ BuildRequires: perl(Algorithm::C3) >= 0.07
BuildRequires: perl(Scalar::Util) >= 1.10
# Test suite
BuildRequires: perl(base)
BuildRequires: perl(File::Glob)
BuildRequires: perl(lib)
BuildRequires: perl(NEXT)
BuildRequires: perl(File::Glob)
BuildRequires: perl(Sub::Name)
BuildRequires: perl(Test::Exception) >= 0.15
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
# MRO::Compat itself requires Class::C3
%if 0%{!?perl_bootstrap:1}
BuildRequires: perl(MRO::Compat)
@ -70,10 +68,16 @@ make test
%doc Changes README t/
%{perl_vendorlib}/c3.pm
%{perl_vendorlib}/Class/
%{_mandir}/man3/Class::C3.3pm *
%{_mandir}/man3/Class::C3::next.3pm *
%{_mandir}/man3/Class::C3.3*
%{_mandir}/man3/Class::C3::next.3*
%changelog
* Tue Apr 14 2015 Paul Howarth <paul@city-fan.org> - 0.28-1
- Update to 0.28
- Change link to Dylan paper to use archive.org, as the original link has
gone offline (CPAN RT#99756)
- Pod tests moved to xt/ so drop build requirements for them
* Mon Sep 08 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.27-3
- Perl 5.20 re-rebuild of bootstrapped packages