|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
Name: perl-Moose-Autobox
|
|
|
|
|
Version: 0.12
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 0.15
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
# lib/Moose/Autobox.pm -> GPL+ or Artistic
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
Summary: Autoboxed wrappers for native Perl datatypes
|
|
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Moose-Autobox-%{version}.tar.gz
|
|
|
|
|
Url: http://search.cpan.org/dist/Moose-Autobox
|
|
|
|
@ -19,6 +19,7 @@ BuildRequires: perl(Moose::Role)
|
|
|
|
|
BuildRequires: perl(parent)
|
|
|
|
|
BuildRequires: perl(Perl6::Junction) >= 1.40000
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(Syntax::Keyword::Junction::All)
|
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.21
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.89
|
|
|
|
|
|
|
|
|
@ -55,6 +56,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 11 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 0.15-1
|
|
|
|
|
- Update to 0.15
|
|
|
|
|
|
|
|
|
|
* Mon Sep 01 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.12-8
|
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
|
|