[libflickr-api-perl] 03/15: Merge tag 'upstream/1.16'

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 25 20:58:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libflickr-api-perl.

commit 93ddfc8346a5b54f3ce37b2e6eddd31db644e6d8
Merge: d53f550 9f169d4
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Jul 25 15:38:11 2015 -0300

    Merge tag 'upstream/1.16'
    
    Upstream version 1.16
    
    # gpg: Signature made Sat 25 Jul 2015 03:37:07 PM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"

 Changes                                 |   35 ++
 LICENSE                                 |  190 ++++++
 MANIFEST                                |   21 +-
 META.json                               |   59 ++
 META.yml                                |   61 +-
 Makefile.PL                             |   68 +-
 README                                  |   84 ++-
 examples/flickr_method_test_echo.pl     |  121 ++++
 examples/flickr_method_test_login.pl    |  141 +++++
 examples/flickr_oauth_authentication.pl |  200 ++++++
 lib/Flickr/API.pm                       | 1026 +++++++++++++++++++++++++++----
 lib/Flickr/API/Request.pm               |  128 +++-
 lib/Flickr/API/Response.pm              |  140 ++++-
 script/flickr_dump_stored_config.pl     |  108 ++++
 script/flickr_make_stored_config.pl     |  395 ++++++++++++
 t/01-test.t                             |   40 +-
 t/02-flickr_api.t                       |   67 ++
 t/02-oauth_api.t                        |  159 +++++
 t/03-flickr_api.t                       |  108 ++++
 t/03-oauth_consumer.t                   |   70 +++
 t/04-flickr_authuri.t                   |   46 ++
 t/04-oauth_requesttoken.t               |   81 +++
 t/05-flickr_authentication.t            |  140 +++++
 t/05-oauth_authentication.t             |  154 +++++
 t/06-flickr-authenticated-methods.t     |   89 +++
 t/06-oauth-authenticated-methods.t      |   91 +++
 26 files changed, 3579 insertions(+), 243 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libflickr-api-perl.git



More information about the Pkg-perl-cvs-commits mailing list