[libsvg-perl] 03/11: Merge tag 'upstream/2.64'

gregor herrmann gregoa at debian.org
Fri Jun 12 16:32:02 UTC 2015


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

gregoa pushed a commit to branch master
in repository libsvg-perl.

commit 6ff690940a10689964a7f20750432dd88b3792e6
Merge: 9102ff2 0a0bd2b
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 12 18:25:47 2015 +0200

    Merge tag 'upstream/2.64'
    
    Upstream version 2.64

 .perlcriticrc                |   52 +-
 .perltidyrc                  |    6 +
 .tidyallrc                   |    7 +
 Changes                      |   21 +
 MANIFEST                     |    7 +
 META.json                    |    4 +-
 META.yml                     |   14 +-
 README                       |   62 +--
 examples/ellipse.pl          |   25 +
 examples/svg.psgi            |   33 ++
 lib/SVG.pm                   |  571 ++++++++++++---------
 lib/SVG/DOM.pm               |  478 ++++++++---------
 lib/SVG/Element.pm           | 1162 +++++-------------------------------------
 lib/SVG/Extension.pm         |  224 ++++----
 lib/SVG/XML.pm               |  141 ++---
 t/01-loadsvg.t               |    8 +-
 t/03-render.t                |   11 +-
 t/04-inline.t                |   12 +-
 t/05-processinginstruction.t |   89 +++-
 t/06-doctype.t               |   31 +-
 t/07-extension.t             |   10 +-
 t/08-looknfeel.t             |    8 +-
 t/09-script.t                |   22 +-
 t/10-autoload.t              |    9 +-
 t/11-customtags.t            |   13 +-
 t/12-elementid.t             |    6 +-
 t/13-duplicateids.t          |   17 +-
 t/14-attributes.t            |    8 +-
 t/15-parentage.t             |   41 +-
 t/16-siblings.t              |   12 +-
 t/17-tagtypes.t              |   12 +-
 t/18-filter.t                |   26 +-
 t/19-style.t                 |   14 +-
 t/20-anchor.t                |   44 +-
 t/21-polygon.t               |   35 +-
 t/22-xlink.t                 |   12 +-
 t/23-xmlescape.t             |   21 +-
 t/30-shapes.t                |   70 +++
 t/96-perl-critic.t           |   25 +
 t/98-tidyall.t               |   12 +
 t/99_test_pod_coverage.t     |    5 +-
 41 files changed, 1406 insertions(+), 1974 deletions(-)

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



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