- updated to 1.003001
- allow composing roles simultaneously that mutually require each other (RT#82711) - Fix _concrete_methods_of returning non-CODE entries - fix broken implementation of method conflict resolution (Perlmonks#1041015) - add is_role method for checking if a given package is a role - drop minimum perl version - code tests just fine on 5.6.1 and 5.6.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Role-Tiny?expand=0&rev=4
This commit is contained in:
parent
491f05bea9
commit
09ec329727
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3905f99efd3b604a5de83265914aaa0ead1dcb45c6e38b58c24a2de0309e5bee
|
|
||||||
size 21889
|
|
3
Role-Tiny-1.003001.tar.gz
Normal file
3
Role-Tiny-1.003001.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c96cf850c410248bca3570204fed25c9b85111f4b6a1b78abe21c801c61efe6
|
||||||
|
size 24815
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 05:36:47 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.003001
|
||||||
|
- allow composing roles simultaneously that mutually require each other
|
||||||
|
(RT#82711)
|
||||||
|
- Fix _concrete_methods_of returning non-CODE entries
|
||||||
|
- fix broken implementation of method conflict resolution
|
||||||
|
(Perlmonks#1041015)
|
||||||
|
- add is_role method for checking if a given package is a role
|
||||||
|
- drop minimum perl version - code tests just fine on 5.6.1 and 5.6.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 26 11:22:59 UTC 2013 - coolo@suse.com
|
Wed Jun 26 11:22:59 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Role-Tiny
|
Name: perl-Role-Tiny
|
||||||
Version: 1.002005
|
Version: 1.003001
|
||||||
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.
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Role-Tiny/
|
Url: http://search.cpan.org/dist/Role-Tiny/
|
||||||
Source: http://www.cpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user