[libfile-libmagic-perl] 03/12: Merge tag 'upstream/1.15'

gregor herrmann gregoa at debian.org
Sat Dec 5 20:43:52 UTC 2015


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

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

commit 9c083f5da728e3955cbbcf1ce61ebe95cb1c2daa
Merge: b20a4f6 43f38de
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 5 21:31:26 2015 +0100

    Merge tag 'upstream/1.15'
    
    Upstream version 1.15

 Changes                                     |  114 +++
 INSTALL.md                                  |   11 +
 LICENSE                                     |    8 +-
 LibMagic.xs                                 |  217 -----
 MANIFEST                                    |   50 +-
 META.json                                   |  772 +++++++++++++++++-
 META.yml                                    |  572 ++++++++++++-
 Makefile.PL                                 |  114 ++-
 README.md                                   |  343 +++++---
 config.log                                  |    2 -
 const-c.inc => const/inc.c                  |    0
 const-xs.inc => const/inc.xs                |    0
 cpanfile                                    |   48 ++
 dev-bin/regen-constants.pl                  |    4 +-
 dist.ini                                    |   76 +-
 example/Makefile                            |    8 -
 example/a.pl                                |   17 -
 example/b.pl                                |   22 -
 example/c.pl                                |    9 -
 example/pointersize.c                       |   24 -
 example/t2.pl                               |   10 -
 example/test-libmagic.c                     |   48 --
 inc/MyInstallGuide.pm                       |   17 +-
 inc/MyMakeMaker.pm                          |   97 ++-
 lib/File/LibMagic.pm                        |  290 +++++--
 lib/File/LibMagic.xs                        |  343 ++++++++
 lib/File/typemap                            |    2 +
 perlcriticrc                                |   58 ++
 perltidyrc                                  |   20 +
 ppport.h                                    | 1155 ++++++++++++++++++---------
 t/00-report-prereqs.dd                      |   58 ++
 t/00-report-prereqs.t                       |  183 +++++
 t/all-exports.t                             |   34 -
 t/author-00-compile.t                       |   62 ++
 t/author-eol.t                              |   50 ++
 t/author-mojibake.t                         |   17 +
 t/author-no-tabs.t                          |   50 ++
 t/author-pod-spell.t                        |   54 ++
 t/author-test-version.t                     |   32 +
 t/basic.t                                   |   10 -
 t/complete-interface-errors.t               |   77 --
 t/complete-interface.t                      |   80 --
 t/constructor-params.t                      |   68 ++
 t/easy-interface.t                          |   31 -
 t/lib/Test/AnyOf.pm                         |    9 +-
 t/lib/Test/Exports.pm                       |  175 ++++
 t/old-apis/all-exports.t                    |   26 +
 t/old-apis/complete-interface-errors.t      |   85 ++
 t/old-apis/complete-interface.t             |   18 +
 t/old-apis/easy-interface.t                 |   18 +
 t/oo-api.t                                  |  349 +++++---
 t/release-no-tabs.t                         |   22 -
 t/release-pod-coverage.t                    |   59 ++
 t/release-pod-linkcheck.t                   |   28 -
 t/{release-eol.t => release-portability.t}  |   10 +-
 t/release-synopsis.t                        |    7 +-
 t/{release-synopsis.t => release-tidyall.t} |   11 +-
 t/samples/tiny-pdf.gz                       |  Bin 0 -> 6848 bytes
 t/samples/tiny.pdf                          |  Bin 0 -> 7547 bytes
 t/version.t                                 |   12 +
 tidyall.ini                                 |   23 +
 weaver.ini                                  |   17 +
 62 files changed, 4637 insertions(+), 1489 deletions(-)

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



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