- updated to 1.003003
- overloads specified as method names rather than subrefs are now applied properly - allow superclass to provide conflicting methods (RT#91054) - use ->is_role internally to check if a package is a role - document that Role::Tiny applies strict and fatal warnings OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Role-Tiny?expand=0&rev=8
This commit is contained in:
parent
4e1db8592d
commit
7c5223529d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7eded275f400aad4eb3624ab395ab9132e299a46d75a21299e6c95e271643676
|
|
||||||
size 25518
|
|
3
Role-Tiny-1.003003.tar.gz
Normal file
3
Role-Tiny-1.003003.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b712cadb6eecb7777278be79b5ffc55b613c0e75b9872dba474179cbc91b02cd
|
||||||
|
size 28179
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 28 10:08:32 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.003003
|
||||||
|
- overloads specified as method names rather than subrefs are now applied
|
||||||
|
properly
|
||||||
|
- allow superclass to provide conflicting methods (RT#91054)
|
||||||
|
- use ->is_role internally to check if a package is a role
|
||||||
|
- document that Role::Tiny applies strict and fatal warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 4 09:13:59 UTC 2013 - coolo@suse.com
|
Fri Oct 4 09:13:59 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Role-Tiny
|
# spec file for package perl-Role-Tiny
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Role-Tiny
|
Name: perl-Role-Tiny
|
||||||
Version: 1.003002
|
Version: 1.003003
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Role-Tiny
|
%define cpan_name Role-Tiny
|
||||||
Summary: Roles. Like a nouvelle cuisine portion size slice of Moose.
|
Summary: Roles. Like a nouvelle cuisine portion size slice of Moose.
|
||||||
@ -31,6 +31,7 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::Fatal) >= 0.003
|
BuildRequires: perl(Test::Fatal) >= 0.003
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
|
Recommends: perl(Class::Method::Modifiers) >= 1.05
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user