[libdbd-csv-perl] branch master updated (d5f58e9 -> 45a7547)

gregor herrmann gregoa at debian.org
Mon Jun 30 17:32:24 UTC 2014


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

gregoa pushed a change to branch master
in repository libdbd-csv-perl.

      from  d5f58e9   update changelog
      adds  38ac97c   Imported Upstream version 0.4300
       new  1fdccf6   Merge tag 'upstream/0.4300'
       new  64e695f   New upstream release.
       new  8ef0087   Update years of copyright.
       new  d1fbd6d   Declare compliance with Debian Policy 3.9.5.
       new  45a7547   update changelog / add TODO

The 5 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:
 ChangeLog                                   |  11 ++
 MANIFEST                                    |   8 +
 MANIFEST.SKIP                               |   7 +-
 META.json                                   | 112 ++++++------
 META.yml                                    |  12 +-
 Makefile.PL                                 |  66 ++++++-
 README                                      |  24 ++-
 debian/changelog                            |  11 +-
 debian/control                              |   2 +-
 debian/copyright                            |   4 +-
 lib/Bundle/DBD/CSV.pm                       |  10 +-
 lib/DBD/CSV.pm                              |  37 ++--
 lib/DBD/CSV/GetInfo.pm                      | 257 ++++++++++++++++++++++++++++
 lib/DBD/CSV/TypeInfo.pm                     |  64 +++++++
 lib/DBI/Test/Case/DBD/CSV/t10_base.pm       |  56 ++++++
 lib/DBI/Test/Case/DBD/CSV/t11_dsnlist.pm    |  64 +++++++
 lib/DBI/Test/Case/DBD/CSV/t20_createdrop.pm |  68 ++++++++
 lib/DBI/Test/Case/DBD/CSV/t85_error.pm      |  83 +++++++++
 lib/DBI/Test/DBD/CSV/Conf.pm                |   9 +
 lib/DBI/Test/DBD/CSV/List.pm                |  16 ++
 t/41_nulls.t                                |  19 +-
 t/42_bindparam.t                            |   7 +
 t/44_listfields.t                           |  19 +-
 t/51_commit.t                               |  10 +-
 t/55_dir_search.t                           |   9 +-
 t/61_meta.t                                 |   1 -
 t/72_csv-schema.t                           |   9 +-
 t/73_csv-case.t                             |   2 +-
 t/80_rt.t                                   |   7 +
 29 files changed, 883 insertions(+), 121 deletions(-)
 create mode 100644 lib/DBD/CSV/GetInfo.pm
 create mode 100644 lib/DBD/CSV/TypeInfo.pm
 create mode 100644 lib/DBI/Test/Case/DBD/CSV/t10_base.pm
 create mode 100644 lib/DBI/Test/Case/DBD/CSV/t11_dsnlist.pm
 create mode 100644 lib/DBI/Test/Case/DBD/CSV/t20_createdrop.pm
 create mode 100644 lib/DBI/Test/Case/DBD/CSV/t85_error.pm
 create mode 100644 lib/DBI/Test/DBD/CSV/Conf.pm
 create mode 100644 lib/DBI/Test/DBD/CSV/List.pm

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



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