[libpdf-table-perl] branch master updated (d59aa4d -> 59dda7c)

Thomas Goirand zigo at moszumanska.debian.org
Mon Jan 22 13:43:49 UTC 2018


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

zigo pushed a change to branch master
in repository libpdf-table-perl.

      from  d59aa4d   update changelog
      adds  9774269   New upstream version 0.9.14
       new  f8efdb7   Merge tag 'upstream/0.9.14'
       new  59dda7c   New upstream release. Add an EPOCH, since upstream moved from 0.9.6003 to 0.9.14.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                   |  107 +-
 MANIFEST                                  |   14 +-
 MANIFEST.SKIP                             |   21 +
 META.json                                 |   47 +
 META.yml                                  |   42 +-
 Makefile.PL                               |    3 +-
 README.md                                 |   55 +-
 debian/changelog                          |    8 +-
 examples/header.pl                        |   54 ++
 examples/header_repeat_with_cell_props.pl |   78 ++
 examples/row_height.pl                    |   45 +
 examples/sample1.pl                       |  236 ++---
 examples/table_of_lorem.pdf               |  Bin 16364 -> 11792 bytes
 lib/PDF/Table.pm                          | 1511 +++++++++++++++++++----------
 t/Basics.t                                |  116 +++
 t/PDF-Table.t                             |  116 +--
 t/lib/PDFAPI2Mock.pm                      |   81 ++
 t/lib/TestData.pm                         |   16 +
 t/manifest.t                              |   11 +
 t/pod.t                                   |    4 +
 t/table.t                                 |   41 +
 util/pod2cpanhtml.pl                      |   29 +
 22 files changed, 1832 insertions(+), 803 deletions(-)
 create mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 create mode 100755 examples/header.pl
 create mode 100755 examples/header_repeat_with_cell_props.pl
 create mode 100755 examples/row_height.pl
 create mode 100644 t/Basics.t
 create mode 100644 t/lib/PDFAPI2Mock.pm
 create mode 100644 t/lib/TestData.pm
 create mode 100644 t/manifest.t
 create mode 100644 t/pod.t
 create mode 100644 t/table.t
 create mode 100644 util/pod2cpanhtml.pl

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



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