Accepting request 734977 from devel:languages:perl:autoupdate

- updated to 2.001001
   see /usr/share/doc/packages/perl-Role-Tiny/Changes
  2.001001 - 2019-10-01
    - added tests for make_role
  
  2.001_000 - 2019-09-19
    - refactored method tracking to allow easier extending (such as by Moo)
    - added make_role method to make a package into a role, but without
      exporting any subs into it
    - refactored sub exporting to allow extensions to do different things with
      the subs
  
  2.000_009 - 2019-09-06
    - fix composing roles into packages that have stub subs in them
    - treat constants consistently with all other subs, no matter where they are
      defined

OBS-URL: https://build.opensuse.org/request/show/734977
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Role-Tiny?expand=0&rev=28
This commit is contained in:
Tina Müller 2019-10-07 10:53:34 +00:00 committed by Git OBS Bridge
parent fa2c660634
commit 6af05a723f
4 changed files with 25 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Oct 4 09:34:44 UTC 2019 - <timueller+perl@suse.de>
- updated to 2.001001
see /usr/share/doc/packages/perl-Role-Tiny/Changes
2.001001 - 2019-10-01
- added tests for make_role
2.001_000 - 2019-09-19
- refactored method tracking to allow easier extending (such as by Moo)
- added make_role method to make a package into a role, but without
exporting any subs into it
- refactored sub exporting to allow extensions to do different things with
the subs
2.000_009 - 2019-09-06
- fix composing roles into packages that have stub subs in them
- treat constants consistently with all other subs, no matter where they are
defined
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 6 05:28:13 UTC 2019 - Stephan Kulow <coolo@suse.com> Tue Aug 6 05:28:13 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-Role-Tiny Name: perl-Role-Tiny
Version: 2.000008 Version: 2.001001
Release: 0 Release: 0
%define cpan_name Role-Tiny %define cpan_name Role-Tiny
Summary: Roles: a nouvelle cuisine portion size slice of Moose Summary: Roles: a nouvelle cuisine portion size slice of Moose