[libimage-info-perl] 01/02: Updated version 1.39 from 'upstream/1.39'

Salvatore Bonaccorso carnil at debian.org
Thu Nov 3 19:22:39 UTC 2016


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

carnil pushed a commit to branch master
in repository libimage-info-perl.

commit 2a5e77d430e23481c615f770338aacc78816f8cc
Merge: 2d74dee 6fc442c
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Nov 3 20:15:34 2016 +0100

    Updated version 1.39 from 'upstream/1.39'
    
    with Debian dir d7f28b66e31a9d13b157163c2a987a1f8f9b9061

 .gitignore                                  |  14 +
 CHANGES                                     | 261 +++++++++-
 CREDITS                                     |   4 +-
 MANIFEST                                    |  54 +-
 MANIFEST.SKIP                               |  10 +
 META.json                                   |  58 +++
 META.yml                                    |  39 +-
 Makefile.PL                                 | 104 +++-
 README                                      |  12 +-
 SIGNATURE                                   | 122 +++--
 TODO                                        |  11 +-
 dev/Info.pm.tmpl                            | 122 +++--
 dev/build.pl                                |  43 +-
 exifdump                                    |   4 +-
 img/bad-exif-1.jpg                          | Bin 0 -> 30078 bytes
 img/graph.svg                               |   1 +
 img/no-thumbnail.jpg                        | Bin 0 -> 37282 bytes
 img/segfault.tif                            | Bin 0 -> 290 bytes
 img/test-corruptchunk.jpg                   | Bin 0 -> 316 bytes
 img/test-gimp.xbm                           |   5 +
 img/test-multi0xff.jpg                      | Bin 0 -> 2935 bytes
 img/test-notrailer.gif                      | Bin 0 -> 49 bytes
 img/test-unknowncode.gif                    | Bin 0 -> 43 bytes
 img/test.ico                                | Bin 0 -> 3158 bytes
 img/test.svg                                |   4 +-
 img/test.wbmp                               | Bin 0 -> 12 bytes
 img/test0-fuji.jpg                          | Bin 0 -> 2934 bytes
 img/test1-fuji.jpg                          | Bin 0 -> 2907 bytes
 img/upside-down.bmp                         | Bin 0 -> 78 bytes
 img/xxe.svg                                 |  14 +
 img/ztxt.png                                | Bin 0 -> 958 bytes
 inc/Module/AutoInstall.pm                   | 768 ----------------------------
 inc/Module/Install.pm                       | 343 -------------
 inc/Module/Install/AutoInstall.pm           |  61 ---
 inc/Module/Install/Base.pm                  |  70 ---
 inc/Module/Install/Can.pm                   |  82 ---
 inc/Module/Install/Fetch.pm                 |  93 ----
 inc/Module/Install/Include.pm               |  34 --
 inc/Module/Install/Makefile.pm              | 245 ---------
 inc/Module/Install/Metadata.pm              | 371 --------------
 inc/Module/Install/Win32.pm                 |  64 ---
 inc/Module/Install/WriteAll.pm              |  40 --
 lib/Bundle/Image/Info/Everything.pm         |  67 +++
 lib/Bundle/Image/Info/PNG.pm                |  41 ++
 lib/Bundle/Image/Info/SVG.pm                |  42 ++
 lib/Bundle/Image/Info/XBM.pm                |  40 ++
 lib/Bundle/Image/Info/XPM.pm                |  40 ++
 lib/Image/Info.pm                           | 155 +++---
 lib/Image/Info/BMP.pm                       |  35 +-
 lib/Image/Info/GIF.pm                       |  68 ++-
 lib/Image/Info/ICO.pm                       |  77 +++
 lib/Image/Info/JPEG.pm                      |  57 ++-
 lib/Image/Info/PNG.pm                       |   7 +-
 lib/Image/Info/PPM.pm                       |  18 +-
 lib/Image/Info/SVG.pm                       | 143 +++---
 lib/Image/Info/SVG/XMLLibXMLReader.pm       | 100 ++++
 lib/Image/Info/{SVG.pm => SVG/XMLSimple.pm} | 109 +---
 lib/Image/Info/TIFF.pm                      |  12 +-
 lib/Image/Info/WBMP.pm                      | 116 +++++
 lib/Image/Info/XBM.pm                       |  19 +-
 lib/Image/Info/XPM.pm                       |  82 ++-
 lib/Image/TIFF.pm                           |  15 +-
 t/bad_exif.t                                |  19 +
 t/bmp.t                                     |  14 +-
 t/dim.t                                     |  27 -
 t/fuji_s1000fd_substr_outside_of_string.t   |  13 +
 t/ico.t                                     |  20 +
 t/jpg_corruptchunk.t                        |  16 +
 t/jpg_ignore_thumbnail.t                    |  12 +
 t/png.t                                     |  14 +-
 t/pod_cov.t                                 |  64 +--
 t/string.t                                  |  38 +-
 t/svg.t                                     |  38 +-
 t/tiff_segfault.t                           |  14 +
 t/tiny-pgm.t                                |  12 +-
 t/wbmp.t                                    |  17 +
 t/xbm.t                                     |  33 ++
 t/xpm.t                                     |  34 ++
 xt/kwalitee.t                               |  12 +
 xt/rt118099.t                               |  69 +++
 xt/strict.t                                 |  11 +
 xt/synopsis.t                               |  12 +
 82 files changed, 2024 insertions(+), 2761 deletions(-)

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



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