|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Class-Load-XS
|
|
|
|
|
Version: 0.09
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: XS implementation of parts of Class::Load
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
URL: http://search.cpan.org/dist/Class-Load-XS/
|
|
|
|
@ -66,6 +66,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/Class::Load::XS.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-2
|
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Nov 13 2014 Paul Howarth <paul@city-fan.org> - 0.09-1
|
|
|
|
|
- Updated to 0.09
|
|
|
|
|
- Optimized some perl API calls
|
|
|
|
|