1
0

Accepting request 426808 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/426808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Tiny?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2016-09-13 01:46:37 +00:00 committed by Git OBS Bridge
parent 38b429e438
commit 8b194e39dc
4 changed files with 23 additions and 6 deletions

View File

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

3
Class-Tiny-1.006.tar.gz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Sep 11 05:05:48 UTC 2016 - coolo@suse.com
- updated to 1.006
see /usr/share/doc/packages/perl-Class-Tiny/Changes
1.006 2016-09-10 14:47:49-04:00 America/New_York
- No changes since 1.005
1.005 2016-09-06 12:12:06-04:00 America/New_York (TRIAL RELEASE)
[INTERNAL]
- Optimize generated accessors (5% to 25% faster depending on
combination of read vs write and default vs no-default).
-------------------------------------------------------------------
Wed Nov 11 09:49:33 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Tiny
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX 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-Class-Tiny
Version: 1.004
Version: 1.006
Release: 0
%define cpan_name Class-Tiny
Summary: Minimalist class construction
@ -58,7 +58,7 @@ of code. Here is a list of features:
* 'DESTROY' calls 'DEMOLISH' for each class from child to parent
Multiple-inheritance is possible, with superclass order determined via
mro::get_linear_isa|mro/Functions.
mro::get_linear_isa.
It uses no non-core modules for any recent Perl. On Perls older than v5.10
it requires MRO::Compat. On Perls older than v5.14, it requires