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

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

      from  95b7980   update changelog
      adds  1b0d686   Imported Upstream version 1.04
       new  4827a85   Merge tag 'upstream/1.04'
       new  a191e75   Drop copyright stanza for copy of Module::Install
       new  6d6a165   Move perl to Build-Depends from Build-Depends-Indep
       new  6a87f37   Drop explicit Depends on perl covered by ${perl:Depends}
       new  f5f7ff2   Bump Debhelper compat level to 9
       new  cca89a0   Declare compliance with Debian Policy 3.9.5
       new  a737712   Sort fields in debian/control file
       new  88f86e1   Update debian/changelog file

The 8 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                              |  72 +++
 Changes                               |   5 +
 LICENSE                               | 378 ++++++++++++++
 MANIFEST                              |  21 +-
 META.json                             | 151 ++++++
 META.yml                              | 112 ++++-
 Makefile                              | 901 ++++++++++++++++++++++++++++++++++
 Makefile.PL                           |  96 ----
 README                                |   0
 lib/JSON/RPC.pm => README.md          |  69 +--
 cpanfile                              |  17 +
 debian/changelog                      |  17 +-
 debian/compat                         |   2 +-
 debian/control                        |  17 +-
 debian/copyright                      |   6 -
 inc/Module/Install.pm                 | 470 ------------------
 inc/Module/Install/Base.pm            |  83 ----
 inc/Module/Install/Can.pm             | 154 ------
 inc/Module/Install/Fetch.pm           |  93 ----
 inc/Module/Install/Makefile.pm        | 418 ----------------
 inc/Module/Install/Metadata.pm        | 722 ---------------------------
 inc/Module/Install/Repository.pm      |  88 ----
 inc/Module/Install/Win32.pm           |  64 ---
 inc/Module/Install/WriteAll.pm        |  63 ---
 lib/JSON/RPC.pm                       |  32 +-
 lib/JSON/RPC/Dispatch.pm              |  70 ++-
 lib/JSON/RPC/Legacy/Client.pm         |  20 +-
 lib/JSON/RPC/Legacy/Procedure.pm      |   2 +-
 lib/JSON/RPC/Legacy/Server.pm         |   6 +-
 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                |  16 +-
 lib/JSON/RPC/Procedure.pm             |   4 +
 t/002_basic.t                         |  68 +++
 t/003_parser.t                        |  65 +++
 36 files changed, 1918 insertions(+), 2390 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 Makefile
 delete mode 100644 Makefile.PL
 delete mode 100644 README
 copy lib/JSON/RPC.pm => README.md (77%)
 create mode 100644 cpanfile
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Repository.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to