|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
Name: perl-MooseX-Types-LoadableClass
|
|
|
|
|
Version: 0.013
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.014
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: ClassName type constraint with coercion to load the class
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
URL: http://search.cpan.org/dist/MooseX-Types-LoadableClass/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-LoadableClass-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -25,6 +25,7 @@ BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
|
BuildRequires: perl(Moose)
|
|
|
|
|
BuildRequires: perl(Moose::Role)
|
|
|
|
|
BuildRequires: perl(Pod::Coverage)
|
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
# Optional tests:
|
|
|
|
@ -57,6 +58,9 @@ ClassName type constraint with coercion to load the class.
|
|
|
|
|
%{_mandir}/man3/MooseX*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 22 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 0.014-1
|
|
|
|
|
- Update to 0.014
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|