[libapache-session-browseable-perl] branch master updated (fccfba8 -> 78fc952)

Xavier Guimard xguimard-guest at alioth.debian.org
Sun Sep 1 11:12:52 UTC 2013


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

xguimard-guest pushed a change to branch master
in repository libapache-session-browseable-perl.

      from  fccfba8   releasing version 0.9-1
      adds  e59f4d7   Imported Upstream version 1.0.1
       new  ae68461   Merge tag 'upstream/1.0.1'
       new  4fe805c   Update debian/copyright years
       new  4ea3f37   Add libdbd-sqlite3-perl and libdbi-perl ind B-D-I and libdbi-perl in suggested deps
       new  0ee6d13   Add libdbd-mysql-perl, libnet-ldap-perl and libredis-perl in B-D-I
       new  78fc952   Update d/ch (+version 1.0.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:
 Build.PL                                      |   13 +
 Changes                                       |   14 +
 LICENSE                                       |  383 +++++++++++++++++++++++++
 MANIFEST                                      |   15 +-
 META.json                                     |  131 +++++++++
 META.yml                                      |  104 +++++--
 Makefile.PL                                   |   18 --
 README                                        |   23 +-
 debian/changelog                              |   10 +
 debian/control                                |   22 +-
 debian/copyright                              |    2 +-
 lib/Apache/Session/Browseable.pod             |   15 +-
 lib/Apache/Session/Browseable/DBI.pm          |  111 +++++--
 lib/Apache/Session/Browseable/File.pm         |   29 +-
 lib/Apache/Session/Browseable/LDAP.pm         |  103 ++++---
 lib/Apache/Session/Browseable/Redis.pm        |   32 ++-
 lib/Apache/Session/Browseable/SQLite.pm       |   95 ++++++
 lib/Apache/Session/Browseable/Store/DBI.pm    |    5 +-
 lib/Apache/Session/Browseable/Store/File.pm   |    3 +-
 lib/Apache/Session/Browseable/Store/Redis.pm  |   11 +-
 lib/Apache/Session/Browseable/Store/SQLite.pm |  184 ++++++++++++
 lib/Apache/Session/Browseable/_common.pm      |   74 +++++
 t/Apache-Session-Browseable-DBI.t             |   10 +
 t/Apache-Session-Browseable-File.t            |    8 +
 t/Apache-Session-Browseable-LDAP.t            |   13 +
 t/Apache-Session-Browseable-Redis.t           |   13 +
 t/Apache-Session-Browseable-SQLite.t          |   51 ++++
 t/Apache-Session-Browseable-Store-DBI.t       |   10 +
 t/Apache-Session-Browseable-common.t          |   12 +
 t/test-browseable-functions-using-SQLite.t    |  145 ++++++++++
 30 files changed, 1482 insertions(+), 177 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 create mode 100644 lib/Apache/Session/Browseable/SQLite.pm
 create mode 100644 lib/Apache/Session/Browseable/Store/SQLite.pm
 create mode 100644 lib/Apache/Session/Browseable/_common.pm
 create mode 100644 t/Apache-Session-Browseable-DBI.t
 create mode 100644 t/Apache-Session-Browseable-File.t
 create mode 100644 t/Apache-Session-Browseable-LDAP.t
 create mode 100644 t/Apache-Session-Browseable-Redis.t
 create mode 100644 t/Apache-Session-Browseable-SQLite.t
 create mode 100644 t/Apache-Session-Browseable-Store-DBI.t
 create mode 100644 t/Apache-Session-Browseable-common.t
 create mode 100644 t/test-browseable-functions-using-SQLite.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-session-browseable-perl.git



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