Disable BRs MooseX::MarkAsMethods and MooseX::Role::WithOverloading
This commit is contained in:
parent
4c845ddfa3
commit
ca4f49dcb3
@ -1,6 +1,6 @@
|
||||
Name: perl-namespace-autoclean
|
||||
Version: 0.19
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
Summary: Keep imports out of your namespace
|
||||
@ -38,10 +38,12 @@ BuildRequires: perl(Moo) >= 1.000007
|
||||
%endif
|
||||
BuildRequires: perl(Moose) >= 0.56
|
||||
BuildRequires: perl(Moose::Role)
|
||||
%if ! %{defined perl_bootstrap}
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
BuildRequires: perl(MooseX::MarkAsMethods)
|
||||
%endif
|
||||
BuildRequires: perl(MooseX::Role::WithOverloading) >= 0.09
|
||||
%endif
|
||||
BuildRequires: perl(Mouse)
|
||||
BuildRequires: perl(Sub::Name)
|
||||
# Runtime
|
||||
@ -80,6 +82,10 @@ perl Build.PL --installdirs=vendor
|
||||
%{_mandir}/man3/namespace::autoclean.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 15 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.19-2
|
||||
- Disable BRs MooseX::MarkAsMethods and MooseX::Role::WithOverloading to
|
||||
avoid circular deps when bootstrapping
|
||||
|
||||
* Thu Aug 14 2014 Paul Howarth <paul@city-fan.org> - 0.19-1
|
||||
- Update to 0.19
|
||||
- Bump dependency on B::Hooks::EndOfScope, to get the separation of pure-perl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user