- 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:
Stephan Kulow 2014-07-28 10:09:00 +00:00 committed by Git OBS Bridge
parent 4e1db8592d
commit 7c5223529d
4 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Role-Tiny
Version: 1.003002
Version: 1.003003
Release: 0
%define cpan_name Role-Tiny
Summary: Roles. Like a nouvelle cuisine portion size slice of Moose.
@ -31,6 +31,7 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Fatal) >= 0.003
BuildRequires: perl(Test::More) >= 0.96
Recommends: perl(Class::Method::Modifiers) >= 1.05
%{perl_requires}
%description