[libsql-abstract-perl] branch master updated (fed4b77 -> 41a56a7)

gregor herrmann gregoa at debian.org
Sat Jun 7 12:49:38 UTC 2014


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

gregoa pushed a change to branch master
in repository libsql-abstract-perl.

      from  fed4b77   update changelog
      adds  b52c305   Imported Upstream version 1.78
       new  a73a2b2   Merge tag 'upstream/1.78'
       new  bb56526   New upstream release.
       new  bd9df2d   script/format-sql is gone. Drop our manpage and the d/rules fragments.
       new  ac1af01   debian/rules: fix more hashbangs in example scripts.
       new  2965904   Update (build) dependencies.
       new  41a56a7   releasing package libsql-abstract-perl version 1.78-1

The 6 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                       |   9 ++
 MANIFEST                      |   3 +-
 META.yml                      |  11 +-
 Makefile.PL                   |  17 +--
 debian/changelog              |   9 +-
 debian/control                |  13 +-
 debian/format-sql.pod         |  21 ---
 debian/rules                  |   8 +-
 examples/console.pl           |   3 +
 examples/dbic-console.pl      |   3 +
 examples/sqla-format          |  61 +++++++++
 inc/Module/Install/Scripts.pm |  29 ----
 lib/SQL/Abstract.pm           |   2 +-
 lib/SQL/Abstract/Test.pm      | 137 +++++++++++++------
 lib/SQL/Abstract/Tree.pm      | 307 ++++++++++++++++++++++--------------------
 script/format-sql             |  16 ---
 t/10test.t                    |  13 ++
 t/11parser.t                  | 116 ++++++++++++++++
 t/14roundtrippin.t            |   4 +
 19 files changed, 496 insertions(+), 286 deletions(-)
 delete mode 100644 debian/format-sql.pod
 create mode 100755 examples/sqla-format
 delete mode 100644 inc/Module/Install/Scripts.pm
 delete mode 100755 script/format-sql

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



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