[libjson-rpc-perl] branch master updated (79af706 -> 0a9747d)

gregor herrmann gregoa at debian.org
Mon Oct 13 19:25:43 UTC 2014


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

gregoa pushed a change to branch master
in repository libjson-rpc-perl.

      from  79af706   update changelog
       new  9b682b5   Add debian/upstream/metadata
       new  54b546a   Update debian/changelog
      adds  61cb996   first commit
      adds  5e27fb5   init commit
      adds  44df4a4   _legacyをJSON::RPC::Legacyに変更 JSONRPCをJSON::RPCに変更
      adds  7d47a17   fix namespace
      adds  b68aee7   fix varsion
      adds  b458adf   use JSON.pm instead of ::XS
      adds  9fc6b89   add docs
      adds  643116f   more docs
      adds  a9e88bd   typo
      adds  079c0c0   tweaks
      adds  c6a2252   Merge branch 'master' of github.com:lestrrat/JSON-RPC
      adds  c712aa0   oops, too much lexical
      adds  ad7230e   Merge branch 'master' of github.com:lestrrat/JSON-RPC
      adds  02e7ded   ハンドラをクラス名だけでなく、オブジェクトインスタンスでも動作するように変更
      adds  2f3cb22   for test coverage
      adds  37a4885   add case for method not found
      adds  73e0cc8   Merge branch 'master' of github.com:lestrrat/JSON-RPC
      adds  91c780d   add test post_req
      adds  360e0fc   delete LWP, H::R::Common
      adds  844eb22   use subtest to differentiate
      adds  5ecfb70   add, dispatcher error case fix, error cond
      adds  788da47   add test, invalid method error s/bloken/broken/
      adds  c4c7947   delete handler
      adds  d6702da   more docs
      adds  28331dd   rename to handle_psgi
      adds  42a24f9   remove Handler
      adds  ad18dfb   add a change log
      adds  27c9437   add a warning
      adds  9e7a88b   put a big ass warning for old JSON::RPC users
      adds  4527d4d   version++. This be the dev release
      adds  e6e0920   s/Dispatcher/Dispatch/, as there's already a module by the same name
      adds  a90e71d   doc tweaks
      adds  8a6ab03   version++
      adds  637a9cc   set the repository while we're at it
      adds  dda5daa   change env var JSONRPC_DEBUG to PERL_JSONRPC_DEBUG, add docs
      adds  faa22f5   docs
      adds  05254ac   add docs
      adds  b47fe17   add docs
      adds  4b3a545   version++
      adds  622247e   remove Class::Load
      adds  49bf4f9   version++
      adds  c8716ca   add JSON::RPC::Test
      adds  1ff0aec   Fixed Plack::Response. Added finalize.
      adds  ce40b77   Merge pull request #1 from 0xAF/master
      adds  701360a   obligatory M::I boilerplate
      adds  8c63ec6   Fix tests
      adds  77c789c   version++
      adds  dbc8d07   add making additional error response data.
      adds  42cd27e   Merge pull request #2 from ka2u/additional-error-data
      adds  a1fc1f3   add docs
      adds  01df541   version++
      adds  f4099f1   checkin a new .travis.yml
      adds  8523f78   install Module::Install stuff first
      adds  87d7e75   quote
      adds  474ebc7   hmm, is extlib required?
      adds  90eb57b   use install
      adds  fee6043   remove -v
      adds  9b400b0   add a MANIFEST.SKIP
      adds  e479df9   typo fixes
      adds  cccfc01   typo fixes
      adds  3e7418b   typo fix
      adds  76e6fe2   Merge pull request #3 from dsteinbrunner/patch-1
      adds  3808082   use Minilla
      adds  4d387d9   Remove check for is_success on the call subroutine so that http 400 and 500 errors are returned.
      adds  3d0b191   Merge pull request #4 from ThePeePs/master
      adds  cec9815   Merge branch 'master' of github.com:lestrrat/JSON-RPC
      adds  8ae3edb   Code fix for notification handling w/o tests
      adds  bb8e6b3   Update Dispatch.pm
      adds  ae6c713   Unit tests for notifications handling
      adds  5b91f8c   Update Dispatch.pm
      adds  bb773fd   Update RPC.pm
      adds  88728d5   Update Procedure.pm
      adds  7849a9a   Regenerated README.md
      adds  4a6e2ec   Merge pull request #8 from Sco768/fix-notifications
      adds  7c4670b   Checking in changes prior to tagging of version 1.04.
      adds  101be8c   Handle Batch responses
      adds  56df2fe   Add a test case
      adds  a5665aa   Merge pull request #9 from ar-tama/topic/handle_batch_request
      adds  85f2ed5   Checking in changes prior to tagging of version 1.05.
      adds  af1b10d   Checking in changes prior to tagging of version 1.06.
      adds  16785d4   Imported Upstream version 1.06
       new  b64bf09   Merge tag 'upstream/1.06'
       new  ba071d2   Update debian/changelog
       new  d51dcca   remove boilerplate comments from debian/watch
       new  d2716d0   Update years of upstream and packaging copyright.
       new  14e9927   Declare compliance with Debian Policy 3.9.6.
       new  49bd2e5   Update (build) dependencies.
       new  d257d58   debian/rules: tell dh(1) to use Module::Build
       new  1cef0b5   Mark package as autopkgtest-able.
       new  0a9747d   releasing package libjson-rpc-perl version 1.06-1

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                              |  2 +-
 Changes                               |  7 +++++++
 META.json                             | 32 ++++++++++++++++---------------
 META.yml                              | 36 ++++++++++++++---------------------
 debian/changelog                      | 14 ++++++++++++--
 debian/control                        | 23 ++++++++++++++--------
 debian/copyright                      |  4 ++--
 debian/rules                          |  2 +-
 debian/tests/pkg-perl/skip-syntax     |  2 ++
 debian/upstream/metadata              |  7 +++++++
 debian/watch                          |  2 --
 lib/JSON/RPC.pm                       |  2 +-
 lib/JSON/RPC/Dispatch.pm              | 11 +++++++++--
 lib/JSON/RPC/Legacy/Client.pm         |  2 +-
 lib/JSON/RPC/Legacy/Procedure.pm      |  2 +-
 lib/JSON/RPC/Legacy/Server.pm         |  2 +-
 lib/JSON/RPC/Legacy/Server/Apache2.pm |  2 +-
 lib/JSON/RPC/Legacy/Server/CGI.pm     |  2 +-
 lib/JSON/RPC/Legacy/Server/Daemon.pm  |  2 +-
 lib/JSON/RPC/Parser.pm                | 25 ++++++++++++++----------
 t/002_basic.t                         | 29 ++++++++++++++++++++++++++++
 t/003_parser.t                        | 13 ++++---------
 22 files changed, 142 insertions(+), 81 deletions(-)
 create mode 100644 debian/tests/pkg-perl/skip-syntax
 create mode 100644 debian/upstream/metadata

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



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