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

gregoa pushed a change to branch master
in repository libtest-database-perl.

      from  1b07c63   update changelog
       new  789452f   Imported Upstream version 1.112
       new  082f751   New upstream release.
       new  54c122c   Update (build) dependencies.
       new  2f07774   Drop pod-encoding.patch, fixed upstream.
       new  bbc91bb   Update years of upstream copyright.
       new  74464b3   Add /me to Uploaders.
       new  f7eead4   Declare compliance with Debian Policy 3.9.5.
       new  6082661   releasing package libtest-database-perl version 1.112-1

The 8 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:
 Build.PL                            |  31 ---
 Changes                             |  16 ++
 LICENSE                             | 379 ++++++++++++++++++++++++++++++++++++
 MANIFEST                            |  18 +-
 META.yml                            |  70 +++----
 Makefile.PL                         |  96 +++++++--
 debian/changelog                    |  12 +-
 debian/control                      |  23 ++-
 debian/copyright                    |  11 +-
 debian/patches/pod-encoding.patch   |  19 --
 debian/patches/series               |   1 -
 dist.ini                            |  48 +++++
 lib/Test/Database.pm                |  92 +++++----
 lib/Test/Database/Driver.pm         | 123 +++++++-----
 lib/Test/Database/Driver/CSV.pm     |   3 +-
 lib/Test/Database/Driver/DBM.pm     |   3 +-
 lib/Test/Database/Driver/Pg.pm      |   3 +-
 lib/Test/Database/Driver/SQLite.pm  |   3 +-
 lib/Test/Database/Driver/SQLite2.pm |   3 +-
 lib/Test/Database/Driver/mysql.pm   |   9 +-
 lib/Test/Database/Handle.pm         |  48 +++--
 lib/Test/Database/Tutorial.pod      |  66 +++----
 lib/Test/Database/Util.pm           |  11 +-
 t/00-load.t                         |  14 +-
 t/000-report-versions-tiny.t        |  90 +++++++++
 t/08-handle.t                       |   8 +-
 t/09-handle-dsn.t                   |   2 +-
 t/10-drivers.t                      |   7 +-
 t/25-sql.t                          |  25 ++-
 t/release-distmeta.t                |  16 ++
 t/release-pod-coverage.t            |  22 +++
 t/release-pod-syntax.t              |  16 ++
 32 files changed, 974 insertions(+), 314 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 LICENSE
 delete mode 100644 debian/patches/pod-encoding.patch
 delete mode 100644 debian/patches/series
 create mode 100644 dist.ini
 create mode 100644 t/000-report-versions-tiny.t
 create mode 100644 t/release-distmeta.t
 create mode 100644 t/release-pod-coverage.t
 create mode 100644 t/release-pod-syntax.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to