[perl-namespace-autoclean] Update to 0.22

Paul Howarth pghmcfc at fedoraproject.org
Tue Nov 4 18:42:21 UTC 2014


commit 035c2dea58143a1a5d0db72d6a1c61e2cfea9075
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Nov 4 18:33:11 2014 +0000

    Update to 0.22
    
    - New upstream release 0.22
      - Drop testing of MooseX::MarkAsMethods, now that Moose 2.1400 has better
        overload handling

 perl-namespace-autoclean.spec |   11 +++++++----
 sources                       |    2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/perl-namespace-autoclean.spec b/perl-namespace-autoclean.spec
index 9d48d9d..415b5a4 100644
--- a/perl-namespace-autoclean.spec
+++ b/perl-namespace-autoclean.spec
@@ -1,5 +1,5 @@
 Name:       perl-namespace-autoclean
-Version:    0.20
+Version:    0.22
 Release:    1%{?dist}
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -38,12 +38,10 @@ BuildRequires:  perl(Moo) >= 1.000007
 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::Install)
 BuildRequires:  perl(Sub::Name)
 # Runtime
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -81,6 +79,11 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/namespace::autoclean.3pm*
 
 %changelog
+* Tue Nov  4 2014 Paul Howarth <paul at city-fan.org> - 0.22-1
+- Update to 0.22
+  - Drop testing of MooseX::MarkAsMethods, now that Moose 2.1400 has better
+    overload handling
+
 * Tue Sep 23 2014 Paul Howarth <paul at city-fan.org> - 0.20-1
 - Update to 0.20
   - Moose earlier than 2.0300 had a broken ->does method, which called methods
diff --git a/sources b/sources
index 8306ca6..5d33c52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d135cec631465e25316537828fcf0fba  namespace-autoclean-0.20.tar.gz
+df5230afe646dcdb83261d1d6f6fb4f7  namespace-autoclean-0.22.tar.gz



More information about the perl-devel mailing list