[libapache-session-browseable-perl] branch master updated (1631d3c -> c9c07b0)

Xavier Guimard xguimard-guest at moszumanska.debian.org
Fri Apr 1 17:04:15 UTC 2016


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  1631d3c   update changelog
      adds  b537de4   Imported Upstream version 1.2.2
       new  28265f5   Merge tag 'upstream/1.2.2'
       new  ed4f414   Update copyright years
       new  c9c07b0   Update d/ch

The 3 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                                           |   4 +-
 Changes                                            |  10 ++
 MANIFEST                                           |   5 +-
 META.json                                          |  60 ++++---
 META.yml                                           |  55 +++---
 debian/changelog                                   |   9 +-
 debian/copyright                                   |   2 +-
 .../Session/{Browseable.pod => Browseable.pm}      |   9 +
 lib/Apache/Session/Browseable/DBI.pm               |  17 +-
 lib/Apache/Session/Browseable/File.pm              |  25 ++-
 lib/Apache/Session/Browseable/Informix.pm          |  14 +-
 lib/Apache/Session/Browseable/LDAP.pm              |  16 +-
 lib/Apache/Session/Browseable/MySQL.pm             |  14 +-
 lib/Apache/Session/Browseable/Oracle.pm            |  14 +-
 lib/Apache/Session/Browseable/Postgres.pm          |  14 +-
 lib/Apache/Session/Browseable/Redis.pm             |  16 +-
 lib/Apache/Session/Browseable/SQLite.pm            | 184 ++++++++++-----------
 lib/Apache/Session/Browseable/Store/DBI.pm         |   2 +-
 lib/Apache/Session/Browseable/Store/File.pm        |   2 +-
 lib/Apache/Session/Browseable/Store/Informix.pm    |   2 +-
 lib/Apache/Session/Browseable/Store/LDAP.pm        |   2 +-
 lib/Apache/Session/Browseable/Store/MySQL.pm       |   2 +-
 lib/Apache/Session/Browseable/Store/Oracle.pm      |   2 +-
 lib/Apache/Session/Browseable/Store/Postgres.pm    |   2 +-
 lib/Apache/Session/Browseable/Store/Redis.pm       |   2 +-
 lib/Apache/Session/Browseable/Store/SQLite.pm      |   4 +-
 lib/Apache/Session/Browseable/Store/Sybase.pm      |   2 +-
 lib/Apache/Session/Browseable/Sybase.pm            |   8 +-
 lib/Apache/Session/Browseable/_common.pm           |   2 +-
 lib/Apache/Session/Generate/SHA256.pm              |  43 +++++
 lib/Apache/Session/Serialize/JSON.pm               | 105 ++++++++++++
 ...te.t => test-browseable-functions-using-File.t} |  67 +++-----
 32 files changed, 452 insertions(+), 263 deletions(-)
 rename lib/Apache/Session/{Browseable.pod => Browseable.pm} (93%)
 create mode 100644 lib/Apache/Session/Generate/SHA256.pm
 create mode 100644 lib/Apache/Session/Serialize/JSON.pm
 copy t/{test-browseable-functions-using-SQLite.t => test-browseable-functions-using-File.t} (54%)

-- 
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