[liblatex-driver-perl] 01/11: Merge tag 'upstream/0.200.4'

gregor herrmann gregoa at debian.org
Tue May 13 18:40:41 UTC 2014


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

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

commit 68f0be92cc70cbc3f6e81ad1e089143af11ee36b
Merge: 99cfa41 b56f069
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 13 20:03:11 2014 +0200

    Merge tag 'upstream/0.200.4'
    
    Upstream version 0.200.4

 Changes                                          | 255 ++++----
 MANIFEST                                         |  50 +-
 MANIFEST.SKIP                                    |  11 +
 META.json                                        |  47 --
 META.yml                                         |  26 +-
 MYMETA.json                                      |  47 --
 MYMETA.yml                                       |  28 -
 Makefile.PL                                      | 208 +------
 README                                           | 509 ++++++++++++----
 README.md                                        |   4 +
 SIGNATURE                                        |  77 ---
 TODO                                             |  14 +-
 inc/Module/Install.pm                            | 470 +++++++++++++++
 inc/Module/Install/AuthorRequires.pm             |  38 ++
 inc/Module/Install/AuthorTests.pm                |  59 ++
 inc/Module/Install/Base.pm                       |  83 +++
 inc/Module/Install/Can.pm                        |  81 +++
 inc/Module/Install/External.pm                   |  66 +++
 inc/Module/Install/Fetch.pm                      |  93 +++
 inc/Module/Install/Makefile.pm                   | 414 +++++++++++++
 inc/Module/Install/Metadata.pm                   | 722 +++++++++++++++++++++++
 inc/Module/Install/ReadmeFromPod.pm              | 138 +++++
 inc/Module/Install/Scripts.pm                    |  29 +
 inc/Module/Install/Win32.pm                      |  64 ++
 inc/Module/Install/WriteAll.pm                   |  63 ++
 lib/LaTeX/Driver.pm                              | 124 ++--
 lib/LaTeX/{Driver.pm => Driver.pm.new}           |  44 +-
 lib/LaTeX/Driver/Paths.pm                        |  71 ---
 {scripts => script}/README                       |   0
 {scripts => script}/latex2dvi                    |   0
 {scripts => script}/latex2pdf                    |   0
 {scripts => script}/latex2ps                     |   0
 t/02-brokendocs.t                                |   6 +-
 t/10-simpledoc.t                                 |  10 +-
 t/11-references.t                                |   6 +-
 t/12-includes.t                                  |   6 +-
 t/13-tableofcontents.t                           |   6 +-
 t/14-makeindex.t                                 |   6 +-
 t/15-bibtex.t                                    |  10 +-
 t/20-complexdoc.t                                |   6 +-
 t/30-output-to-variable.t                        |   9 +-
 t/31-input-from-variable.t                       |  10 +-
 t/{20-complexdoc.t => 40-pkg-longtable.t}        |  26 +-
 t/testdata/12-includes/testinc.aux               |  19 +
 t/testdata/20-complexdoc/testinc.aux             |  20 +
 t/testdata/40-pkg-longtable/40-pkg-longtable.tex | 118 ++++
 t/testdata/README                                |   3 +
 47 files changed, 3225 insertions(+), 871 deletions(-)

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



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