r18632 - in /branches/upstream/libsvg-perl/current: ./ examples/ lib/ lib/SVG/ t/ test/

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Apr 15 16:20:34 UTC 2008


Author: gregoa-guest
Date: Tue Apr 15 16:20:33 2008
New Revision: 18632

URL: http://svn.debian.org/wsvn/?sc=1&rev=18632
Log:
[svn-upgrade] Integrating new upstream version, libsvg-perl (2.40)

Added:
    branches/upstream/libsvg-perl/current/LICENSE
    branches/upstream/libsvg-perl/current/t/
    branches/upstream/libsvg-perl/current/t/01-loadsvg.t   (with props)
    branches/upstream/libsvg-perl/current/t/02-simpledoc.t   (with props)
    branches/upstream/libsvg-perl/current/t/03-render.t   (with props)
    branches/upstream/libsvg-perl/current/t/04-inline.t   (with props)
    branches/upstream/libsvg-perl/current/t/05-processinginstruction.t   (with props)
    branches/upstream/libsvg-perl/current/t/06-doctype.t   (with props)
    branches/upstream/libsvg-perl/current/t/07-extension.t   (with props)
    branches/upstream/libsvg-perl/current/t/08-looknfeel.t   (with props)
    branches/upstream/libsvg-perl/current/t/09-script.t   (with props)
    branches/upstream/libsvg-perl/current/t/10-autoload.t   (with props)
    branches/upstream/libsvg-perl/current/t/11-customtags.t   (with props)
    branches/upstream/libsvg-perl/current/t/12-elementid.t   (with props)
    branches/upstream/libsvg-perl/current/t/13-duplicateids.t   (with props)
    branches/upstream/libsvg-perl/current/t/14-attributes.t   (with props)
    branches/upstream/libsvg-perl/current/t/15-parentage.t   (with props)
    branches/upstream/libsvg-perl/current/t/16-siblings.t   (with props)
    branches/upstream/libsvg-perl/current/t/17-tagtypes.t   (with props)
    branches/upstream/libsvg-perl/current/t/18-filter.t   (with props)
    branches/upstream/libsvg-perl/current/t/19-style.t   (with props)
    branches/upstream/libsvg-perl/current/t/20-anchor.t   (with props)
    branches/upstream/libsvg-perl/current/t/21-polygon.t   (with props)
    branches/upstream/libsvg-perl/current/t/22-xlink.t   (with props)
    branches/upstream/libsvg-perl/current/t/23-xmlescape.t   (with props)
    branches/upstream/libsvg-perl/current/t/24-doubleuse.t   (with props)
    branches/upstream/libsvg-perl/current/t/98_all_pod.t
    branches/upstream/libsvg-perl/current/t/99_test_pod_coverage.t
Removed:
    branches/upstream/libsvg-perl/current/examples/svgtest2.pl
    branches/upstream/libsvg-perl/current/test/
    branches/upstream/libsvg-perl/current/test.pl
Modified:
    branches/upstream/libsvg-perl/current/Changes
    branches/upstream/libsvg-perl/current/MANIFEST
    branches/upstream/libsvg-perl/current/META.yml
    branches/upstream/libsvg-perl/current/Makefile.PL
    branches/upstream/libsvg-perl/current/README
    branches/upstream/libsvg-perl/current/lib/SVG.pm
    branches/upstream/libsvg-perl/current/lib/SVG/Element.pm
    branches/upstream/libsvg-perl/current/lib/SVG/Extension.pm
    branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libsvg-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/Changes?rev=18632&op=diff

Added: branches/upstream/libsvg-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/LICENSE?rev=18632&op=file

Modified: branches/upstream/libsvg-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/MANIFEST?rev=18632&op=diff

Modified: branches/upstream/libsvg-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/META.yml?rev=18632&op=diff

Modified: branches/upstream/libsvg-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/Makefile.PL?rev=18632&op=diff

Modified: branches/upstream/libsvg-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/README?rev=18632&op=diff

Modified: branches/upstream/libsvg-perl/current/lib/SVG.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/lib/SVG.pm?rev=18632&op=diff

Modified: branches/upstream/libsvg-perl/current/lib/SVG/Element.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/lib/SVG/Element.pm?rev=18632&op=diff

Modified: branches/upstream/libsvg-perl/current/lib/SVG/Extension.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/lib/SVG/Extension.pm?rev=18632&op=diff

Modified: branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm?rev=18632&op=diff

Added: branches/upstream/libsvg-perl/current/t/01-loadsvg.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/01-loadsvg.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/02-simpledoc.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/02-simpledoc.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/03-render.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/03-render.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/04-inline.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/04-inline.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/05-processinginstruction.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/05-processinginstruction.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/06-doctype.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/06-doctype.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/07-extension.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/07-extension.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/08-looknfeel.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/08-looknfeel.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/09-script.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/09-script.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/10-autoload.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/10-autoload.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/11-customtags.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/11-customtags.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/12-elementid.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/12-elementid.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/13-duplicateids.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/13-duplicateids.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/14-attributes.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/14-attributes.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/15-parentage.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/15-parentage.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/16-siblings.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/16-siblings.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/17-tagtypes.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/17-tagtypes.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/18-filter.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/18-filter.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/19-style.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/19-style.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/20-anchor.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/20-anchor.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/21-polygon.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/21-polygon.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/22-xlink.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/22-xlink.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/23-xmlescape.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/23-xmlescape.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/24-doubleuse.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/24-doubleuse.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/98_all_pod.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/98_all_pod.t?rev=18632&op=file

Added: branches/upstream/libsvg-perl/current/t/99_test_pod_coverage.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsvg-perl/current/t/99_test_pod_coverage.t?rev=18632&op=file




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