Accepting request 332219 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/332219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Flickr-API?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2015-09-20 13:49:11 +00:00
committed by Git OBS Bridge
parent 25ecb42194
commit 2eadcba8c6
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Sep 20 08:53:35 UTC 2015 - coolo@suse.com
- updated to 1.19
see /usr/share/doc/packages/perl-Flickr-API/Changes
1.19, 2015-09-16
* adding Flickr::API::People
* adding t/09-people.t to test People module
* fixed Reflection.pm for argument lists that is only 1 deep.
* added test to 07-reflection for method that does not have argument
array, but rather just a single argument
* moved flickr deprecated authentication from $api->{flickr} to
$api->{fauth} to make better use of $api->{flickr} for subclassing.
* added a number of status reporting methods to API.pm
* add _propagate_status to Response.pm
* add script/flickr_make_test_values.pl for more in-depth testing
-------------------------------------------------------------------
Sun Aug 23 08:49:35 UTC 2015 - coolo@suse.com