Accepting request 397468 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/397468
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-Simple?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2016-05-25 07:39:32 +00:00
committed by Git OBS Bridge
parent adf06b7207
commit d64e49a79b
4 changed files with 18 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon May 23 12:23:50 UTC 2016 - coolo@suse.com
- updated to 3.16
see /usr/share/doc/packages/perl-Object-Simple/Changes
3.16 (2016-05-14)
- function exporintg of new, attr is DEPRECATED!
- The syntax of multiple key-value arguments is DEPRECATED!
has x => 1, y => 2;
__PACAKGE__->attr(x => 1, y => 2);
3.16
- fix licence(This is same as Mojolicious)
-------------------------------------------------------------------
Mon Apr 4 10:09:03 UTC 2016 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Object-Simple
Version: 3.15
Version: 3.16
Release: 0
%define cpan_name Object-Simple
Summary: Simple class builder(Mojo::Base porting)