[libsql-statement-perl] branch master updated (5c19276 -> 8d992aa)

Xavier Guimard xguimard-guest at moszumanska.debian.org
Wed Oct 25 21:06:15 UTC 2017


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

xguimard-guest pushed a change to branch master
in repository libsql-statement-perl.

      from  5c19276   update changelog
      adds  8a1f9de   New upstream version 1.412
       new  3913e4e   Update upstream source from tag 'upstream/1.412'
       new  ccf9c6c   Declare compliance with Debian Policy 4.1.1
       new  b2e8758   Remove minimal dependency for libdbd-anydata-perl
       new  b9b2a83   Remove minimal dependency for libdbd-csv-perl
       new  09d9a3f   Remove minimal dependency for libdbd-csv-perl
       new  65c12cf   Remove spelling patch
       new  24f7402   Update d/copy years
       new  8d992aa   Update d/ch

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:
 Changes                          | 17 +++++++-
 MANIFEST                         |  3 ++
 META.json                        | 10 ++---
 META.yml                         |  6 +--
 Makefile.PL                      |  4 +-
 debian/changelog                 | 13 ++++++-
 debian/control                   | 12 +++---
 debian/copyright                 |  4 +-
 debian/patches/series            |  1 -
 debian/patches/spelling.patch    | 18 ---------
 lib/SQL/Dialects/ANSI.pm         |  6 +--
 lib/SQL/Dialects/AnyData.pm      |  6 +--
 lib/SQL/Dialects/CSV.pm          |  6 +--
 lib/SQL/Dialects/Role.pm         |  6 +--
 lib/SQL/Eval.pm                  |  6 +--
 lib/SQL/Parser.pm                | 84 ++++++++++++++++++++--------------------
 lib/SQL/Statement.pm             |  6 +--
 lib/SQL/Statement/Function.pm    | 10 ++---
 lib/SQL/Statement/Functions.pm   |  8 ++--
 lib/SQL/Statement/GetInfo.pm     |  6 +--
 lib/SQL/Statement/Operation.pm   |  6 +--
 lib/SQL/Statement/Placeholder.pm |  6 +--
 lib/SQL/Statement/RAM.pm         |  6 +--
 lib/SQL/Statement/Term.pm        |  6 +--
 lib/SQL/Statement/TermFactory.pm |  6 +--
 lib/SQL/Statement/Util.pm        |  6 +--
 t/02execute.t                    |  4 +-
 t/{14parse.t => 15parse.t}       |  9 +----
 t/16parse.t                      | 53 +++++++++++++++++++++++++
 t/99backtick.t                   | 74 +++++++++++++++++++++++++++++++++++
 30 files changed, 270 insertions(+), 138 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 copy t/{14parse.t => 15parse.t} (72%)
 create mode 100644 t/16parse.t
 create mode 100644 t/99backtick.t

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



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