Accepting request 241589 from devel:languages:perl

update to 0.19 (forwarded request 241588 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/241589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-namespace-autoclean?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2014-07-21 19:39:59 +00:00 committed by Git OBS Bridge
commit 4a8bad90f8
4 changed files with 41 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b91d67d56006ae5a58a43a3e0b917da4272a091e885bee29fbc9c25d6627293
size 23675

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d154822165368dfc4bad1b10b6347e5de8d29bde8aacecd1ae00c8c73c1510e
size 34256

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Jul 19 11:45:54 UTC 2014 - rpm@scorpio-it.net
- update to 0.19
- more comprehensive testing with Moo/Mouse/Moose
- fixed cleaning of constants
- 0.18 2014-06-14 20:12:59Z
- better method detection for Mouse (github #4, Graham Knop)
- 0.17 2014-06-10 20:13:14Z
- Add -except to import options. This allows you to explicitly not clean a
sub. (Dave Rolsky)
- 0.16 2014-05-27 04:50:22Z (TRIAL RELEASE)
- Changed the code to no longer _require_ Class::MOP. If your class is not a
Moose class then we don't load Class::MOP. This was particularly
problematic for Moo classes. Using namespace::autoclean with a Moo class
"upgraded" it to be a Moose class.
- Using this module just broke overloading in a class. Reported by Chris
Weyl. (RT#50938)
-------------------------------------------------------------------
Sun Feb 9 13:34:22 UTC 2014 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-namespace-autoclean
Version: 0.15
Version: 0.19
Release: 0
%define cpan_name namespace-autoclean
Summary: Keep imports out of your namespace
@ -29,15 +29,27 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(Module::Build::Tiny) >= 0.036
# for Test
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
BuildRequires: perl(constant)
BuildRequires: perl(overload)
BuildRequires: perl(version)
#
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
BuildRequires: perl(Class::MOP) >= 0.80
BuildRequires: perl(Module::Build::Tiny) >= 0.030
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Sub::Name)
BuildRequires: perl(List::Util)
BuildRequires: perl(Sub::Identify)
BuildRequires: perl(namespace::clean) >= 0.20
Requires: perl(B::Hooks::EndOfScope) >= 0.12
Requires: perl(Class::MOP) >= 0.80
Requires: perl(List::Util)
Requires: perl(Sub::Identify)
Requires: perl(namespace::clean) >= 0.20
%{perl_requires}