forked from pool/perl-MooseX-Method-Signatures
- updated to 0.43
* Bump dependency on MooseX::Types to 0.35 to resolve issues with recent
MooseX::Types releases.
* Mark failing test due to Eval::Closure/Devel::Declare issues as TODO until
things are fixed, to at least allow recent versions to install without
errors.
* Add explicit dependency on Eval::Closure, in an effort to get more
diagnostics from failing cpantesters reports. No functionality changes.
* Loosen a regexp in a test, to handle the new format emitted by Carp 1.25.
* The test suite now uses Test::Fatal instead of Test::Exception (Karen
Etheridge).
* Bump dependency on MooseX::Types::Structured to 0.24, which contains
more detailed error messages as well as some performance enhancements.
* Require B::Hooks::EndOfScope 0.10 and Module::Runtime 0.012, fixing various
perl 5.8 breakages.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Method-Signatures?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
c98d20f15f
commit
4623b88c2d
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MooseX-Method-Signatures
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,22 +17,24 @@
|
||||
|
||||
|
||||
Name: perl-MooseX-Method-Signatures
|
||||
Version: 0.37
|
||||
Version: 0.43
|
||||
Release: 0
|
||||
%define cpan_name MooseX-Method-Signatures
|
||||
Summary: Method declarations with type constraints and no source filter
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/MooseX-Method-Signatures/
|
||||
Source: http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.07
|
||||
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.10
|
||||
BuildRequires: perl(Context::Preserve)
|
||||
BuildRequires: perl(Devel::Declare) >= 0.005011
|
||||
BuildRequires: perl(Devel::Declare::Context::Simple)
|
||||
BuildRequires: perl(Eval::Closure)
|
||||
BuildRequires: perl(Module::Runtime) >= 0.012
|
||||
BuildRequires: perl(Moose) >= 0.89
|
||||
BuildRequires: perl(Moose::Meta::Class)
|
||||
BuildRequires: perl(Moose::Meta::Method)
|
||||
@@ -40,12 +42,10 @@ BuildRequires: perl(Moose::Role)
|
||||
BuildRequires: perl(Moose::Util)
|
||||
BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||
BuildRequires: perl(MooseX::LazyRequire) >= 0.06
|
||||
BuildRequires: perl(MooseX::Meta::Method::Authorized)
|
||||
BuildRequires: perl(MooseX::Meta::Method::Transactional)
|
||||
BuildRequires: perl(MooseX::Meta::TypeConstraint::ForceCoercion)
|
||||
BuildRequires: perl(MooseX::Types) >= 0.19
|
||||
BuildRequires: perl(MooseX::Types) >= 0.35
|
||||
BuildRequires: perl(MooseX::Types::Moose) >= 0.19
|
||||
BuildRequires: perl(MooseX::Types::Structured) >= 0.20
|
||||
BuildRequires: perl(MooseX::Types::Structured) >= 0.24
|
||||
BuildRequires: perl(MooseX::Types::Util)
|
||||
BuildRequires: perl(Parse::Method::Signatures) >= 1.003014
|
||||
BuildRequires: perl(Parse::Method::Signatures::Param::Named)
|
||||
@@ -54,10 +54,11 @@ BuildRequires: perl(Parse::Method::Signatures::TypeConstraint)
|
||||
BuildRequires: perl(Parse::Method::Signatures::Types)
|
||||
BuildRequires: perl(Sub::Name)
|
||||
BuildRequires: perl(Task::Weaken)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::CheckDeps) >= 0.002
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::Moose)
|
||||
BuildRequires: perl(Test::More) >= 0.89
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(aliased)
|
||||
BuildRequires: perl(metaclass)
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
@@ -68,11 +69,13 @@ BuildRequires: perl(namespace::clean)
|
||||
#BuildRequires: perl(TestClass)
|
||||
#BuildRequires: perl(TestClassTrait)
|
||||
#BuildRequires: perl(TestClassWithMxTypes)
|
||||
Requires: perl(aliased)
|
||||
Requires: perl(B::Hooks::EndOfScope) >= 0.07
|
||||
#BuildRequires: perl(Test::Pod)
|
||||
Requires: perl(B::Hooks::EndOfScope) >= 0.10
|
||||
Requires: perl(Context::Preserve)
|
||||
Requires: perl(Devel::Declare) >= 0.005011
|
||||
Requires: perl(Devel::Declare::Context::Simple)
|
||||
Requires: perl(Eval::Closure)
|
||||
Requires: perl(Module::Runtime) >= 0.012
|
||||
Requires: perl(Moose) >= 0.89
|
||||
Requires: perl(Moose::Meta::Class)
|
||||
Requires: perl(Moose::Meta::Method)
|
||||
@@ -80,11 +83,10 @@ Requires: perl(Moose::Util)
|
||||
Requires: perl(Moose::Util::TypeConstraints)
|
||||
Requires: perl(MooseX::LazyRequire) >= 0.06
|
||||
Requires: perl(MooseX::Meta::TypeConstraint::ForceCoercion)
|
||||
Requires: perl(MooseX::Types) >= 0.19
|
||||
Requires: perl(MooseX::Types) >= 0.35
|
||||
Requires: perl(MooseX::Types::Moose) >= 0.19
|
||||
Requires: perl(MooseX::Types::Structured) >= 0.20
|
||||
Requires: perl(MooseX::Types::Structured) >= 0.24
|
||||
Requires: perl(MooseX::Types::Util)
|
||||
Requires: perl(namespace::autoclean)
|
||||
Requires: perl(Parse::Method::Signatures) >= 1.003014
|
||||
Requires: perl(Parse::Method::Signatures::Param::Named)
|
||||
Requires: perl(Parse::Method::Signatures::Param::Placeholder)
|
||||
@@ -92,6 +94,8 @@ Requires: perl(Parse::Method::Signatures::TypeConstraint)
|
||||
Requires: perl(Parse::Method::Signatures::Types)
|
||||
Requires: perl(Sub::Name)
|
||||
Requires: perl(Task::Weaken)
|
||||
Requires: perl(aliased)
|
||||
Requires: perl(namespace::autoclean)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user