[libdbix-searchbuilder-perl] branch master updated (aaba58f -> 66cbb6d)

gregor herrmann gregoa at debian.org
Sat Sep 21 21:53:08 UTC 2013


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

gregoa pushed a change to branch master
in repository libdbix-searchbuilder-perl.

      from  aaba58f   Remove trailing whitespace
      adds  04a432a   Imported Upstream version 1.65
       new  a226477   Merge tag 'upstream/1.65'
       new  485a424   New upstream release.
       new  4796a65   Update years of packaging copyright.
       new  6d9f676   Declare compliance with Debian Policy 3.9.4.
       new  66cbb6d   releasing package libdbix-searchbuilder-perl version 1.65-1

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:
 Changes                                 |   50 ++++
 MANIFEST                                |    5 +
 META.yml                                |    3 +-
 Makefile.PL                             |    2 +
 SIGNATURE                               |   49 ++--
 debian/changelog                        |   10 +-
 debian/control                          |    2 +-
 debian/copyright                        |   12 +-
 lib/DBIx/SearchBuilder.pm               |  375 ++++++++++++++++++++----------
 lib/DBIx/SearchBuilder/Handle.pm        |  151 +++++++++++--
 lib/DBIx/SearchBuilder/Handle/Oracle.pm |   11 +
 lib/DBIx/SearchBuilder/Handle/Pg.pm     |   11 +
 lib/DBIx/SearchBuilder/Handle/SQLite.pm |    7 +
 lib/DBIx/SearchBuilder/Handle/mysql.pm  |   11 +-
 lib/DBIx/SearchBuilder/Record.pm        |   66 ++++--
 lib/DBIx/SearchBuilder/Util.pm          |   47 ++++
 t/01records.t                           |   11 +-
 t/01searches.t                          |  136 ++++++++++-
 t/02null_order.t                        |  201 ++++++++++++++++
 t/02records_datetime.t                  |   58 +++--
 t/02records_dt_interval.t               |  186 +++++++++++++++
 t/02records_integers.t                  |   56 +++--
 t/02searches_function.t                 |  377 +++++++++++++++++++++++++++++++
 t/02searches_joins.t                    |   87 ++++++-
 t/03transactions.t                      |   25 +-
 t/20set_edge_cases.t                    |  144 ++++++++++++
 26 files changed, 1855 insertions(+), 238 deletions(-)
 create mode 100644 lib/DBIx/SearchBuilder/Util.pm
 create mode 100644 t/02null_order.t
 create mode 100644 t/02records_dt_interval.t
 create mode 100644 t/02searches_function.t
 create mode 100644 t/20set_edge_cases.t

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



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