[libfile-libmagic-perl] 01/06: Merge tag 'upstream/0.99'

gregor herrmann gregoa at debian.org
Tue Aug 27 21:32:03 UTC 2013


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 287307eebb48d4b9989d0eef2bfda0eecf001360
Merge: 919ceb3 a547fb3
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 27 23:10:11 2013 +0200

    Merge tag 'upstream/0.99'
    
    Upstream version 0.99
    
    Conflicts:
    	const-c.inc
    	const-xs.inc
    
    (removed by us, again in upstream --> add them back)

 Changes                                  |   68 +-
 INSTALL                                  |   44 +
 LICENSE                                  |  379 ++
 LibMagic.pm                              |  339 --
 LibMagic.xs                              |    4 +-
 MANIFEST                                 |   40 +-
 META.json                                |   64 +
 META.yml                                 |   32 +
 Makefile.PL                              |  137 +-
 README                                   |  192 +-
 README.64-bit                            |    8 -
 const-c.inc                              |  211 +
 const-xs.inc                             |   90 +
 dev-bin/regen-constants.pl               |   32 +
 dist.ini                                 |   57 +
 example/a.pl                             |   13 +-
 example/b.pl                             |   15 +-
 example/t2.pl                            |    2 +-
 example/test-libmagic.c                  |    4 +-
 inc/Devel/CheckLib.pm                    |  173 +-
 inc/MyMakeMaker.pm                       |   43 +
 lib/File/LibMagic.pm                     |  355 ++
 ppport.h                                 | 7258 ++++++++++++++++++++++++++++++
 t/1.t                                    |   17 -
 t/3-complete-errors.t                    |   63 -
 t/4-all.t                                |   22 -
 t/6-oo.t                                 |   76 -
 t/all-exports.t                          |   34 +
 t/basic.t                                |   10 +
 t/complete-interface-errors.t            |   77 +
 t/{3-complete.t => complete-interface.t} |   35 +-
 t/{2-easy.t => easy-interface.t}         |   18 +-
 t/lib/Test/AnyOf.pm                      |   41 +
 t/oo-api.t                               |  152 +
 t/release-cpan-changes.t                 |   19 +
 t/release-eol.t                          |   16 +
 t/release-no-tabs.t                      |   16 +
 t/release-pod-linkcheck.t                |   28 +
 t/release-pod-syntax.t                   |   15 +
 t/release-synopsis.t                     |   16 +
 40 files changed, 9491 insertions(+), 724 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