[libsql-statement-perl] branch master updated (a56e5d2 -> a1fd292)

Xavier Guimard xguimard-guest at moszumanska.debian.org
Wed Oct 21 11:29:33 UTC 2015


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  a56e5d2   update changelog
      adds  8cd5efb   Imported Upstream version 1.407
       new  2d5f9bb   Merge tag 'upstream/1.407'
       new  6eb5172   Bump Standards-Version to 3.9.6
       new  0dbda63   Update d/copy years
       new  a1fd292   Update d/ch

The 4 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:
 .aspell.local.pws                |   60 --
 Changes                          | 1236 +++++++++++++++++---------------------
 MANIFEST                         |    7 +-
 MANIFEST.SKIP                    |   39 +-
 META.json                        |   61 +-
 META.yml                         |   48 +-
 Makefile.PL                      |  174 ++++--
 debian/changelog                 |   10 +-
 debian/control                   |    2 +-
 debian/copyright                 |    2 +-
 lib/SQL/Dialects/ANSI.pm         |    5 +-
 lib/SQL/Dialects/AnyData.pm      |    5 +-
 lib/SQL/Dialects/CSV.pm          |    5 +-
 lib/SQL/Dialects/Role.pm         |    4 +-
 lib/SQL/Eval.pm                  |   80 +--
 lib/SQL/Parser.pm                |  444 +++++++-------
 lib/SQL/Statement.pm             |  302 +++++-----
 lib/SQL/Statement/Embed.pod      |    8 +-
 lib/SQL/Statement/Function.pm    |    8 +-
 lib/SQL/Statement/Functions.pm   |  217 ++-----
 lib/SQL/Statement/GetInfo.pm     |    6 +-
 lib/SQL/Statement/Operation.pm   |   57 +-
 lib/SQL/Statement/Placeholder.pm |    8 +-
 lib/SQL/Statement/RAM.pm         |   26 +-
 lib/SQL/Statement/Roadmap.pod    |    4 +-
 lib/SQL/Statement/Structure.pod  |    2 +-
 lib/SQL/Statement/Syntax.pod     |    4 +-
 lib/SQL/Statement/Term.pm        |    7 +-
 lib/SQL/Statement/TermFactory.pm |   66 +-
 lib/SQL/Statement/Util.pm        |   30 +-
 t/01prepare.t                    |    3 +
 t/06virtual.t                    |  105 +---
 t/14parse.t                      |   48 ++
 xt/pod-cm.t                      |   13 -
 xt/pod.t                         |    4 -
 xt/pod_coverage.t                |   25 -
 36 files changed, 1426 insertions(+), 1699 deletions(-)
 delete mode 100644 .aspell.local.pws
 create mode 100644 t/14parse.t
 delete mode 100644 xt/pod-cm.t
 delete mode 100644 xt/pod.t
 delete mode 100644 xt/pod_coverage.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