[libxml-rpc-fast-perl] branch master updated (89c8a80 -> b91f933)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 28 18:10:36 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libxml-rpc-fast-perl.

      from  89c8a80   Remove cpants.pl in dh_auto_install
      adds  972aef6   Imported Upstream version 0.8
       new  a37188d   Merge tag 'upstream/0.8'
       new  7016ff8   Update d/changelog
       new  bde42c4   Remove cpants.pl removal rule during installation
       new  ef4fa38   Add patch fixing spelling error
       new  b91f933   Releasing libxml-rpc-fast-perl version 0.8-1

The 5 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:
 .cvsignore => .gitignore                |   2 +-
 Changes                                 |  10 +
 MANIFEST                                |  18 +-
 MANIFEST.SKIP                           |  32 ++
 META.yml                                |  28 +-
 MYMETA.json                             | 100 ++++
 META.yml => MYMETA.yml                  |  36 +-
 Makefile.PL                             |  44 +-
 README                                  |  28 +-
 lib/XML/RPC/Fast.pm => README.pod       | 243 +--------
 author_test.sh                          |   3 -
 cpants.pl                               |  37 --
 debian/changelog                        |   9 +
 debian/patches/fix-spelling-error.patch |  17 +
 debian/patches/series                   |   1 +
 debian/rules                            |   6 -
 inc/Module/AutoInstall.pm               | 138 +++++-
 inc/Module/Install.pm                   | 220 +++++----
 inc/Module/Install/AutoInstall.pm       |  36 +-
 inc/Module/Install/Base.pm              |  11 +-
 inc/Module/Install/Can.pm               |   2 +-
 inc/Module/Install/Fetch.pm             |   2 +-
 inc/Module/Install/Include.pm           |   2 +-
 inc/Module/Install/Makefile.pm          | 230 +++++++--
 inc/Module/Install/Metadata.pm          | 288 +++++++----
 inc/Module/Install/Win32.pm             |   2 +-
 inc/Module/Install/WriteAll.pm          |   7 +-
 lib/XML/RPC/Enc.pm                      |   2 +-
 lib/XML/RPC/Enc/LibXML.pm               |  89 +++-
 lib/XML/RPC/Fast.pm                     |  30 +-
 lib/XML/RPC/UA/{LWP.pm => Curl.pm}      |  59 ++-
 makeall.sh                              |  25 -
 t/00-load.t                             |   6 +-
 t/02-enc.t                              |  57 ++-
 t/90-examples.t                         |  22 -
 t/97-changes.t                          |  15 -
 t/98-fixme.t                            |  21 -
 t/98-metayml.t                          |  15 -
 t/99-kwalitee.t                         |  19 -
 xt/99-dist.t                            |  22 +
 xt/Old.pm                               | 840 --------------------------------
 xt/xr.pl                                | 141 ------
 42 files changed, 1124 insertions(+), 1791 deletions(-)
 rename .cvsignore => .gitignore (85%)
 create mode 100644 MANIFEST.SKIP
 create mode 100644 MYMETA.json
 copy META.yml => MYMETA.yml (50%)
 copy lib/XML/RPC/Fast.pm => README.pod (55%)
 delete mode 100755 author_test.sh
 delete mode 100644 cpants.pl
 create mode 100644 debian/patches/fix-spelling-error.patch
 create mode 100644 debian/patches/series
 copy lib/XML/RPC/UA/{LWP.pm => Curl.pm} (50%)
 delete mode 100755 makeall.sh
 delete mode 100644 t/90-examples.t
 delete mode 100644 t/97-changes.t
 delete mode 100644 t/98-fixme.t
 delete mode 100644 t/98-metayml.t
 delete mode 100644 t/99-kwalitee.t
 create mode 100644 xt/99-dist.t
 delete mode 100644 xt/Old.pm
 delete mode 100644 xt/xr.pl

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



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