[libchi-perl] branch master updated (108aaf5 -> a3d3801)

Christopher Hoskin christopher.hoskin at gmail.com
Sun May 24 08:53:21 UTC 2015


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

grinorcole-guest pushed a change to branch master
in repository libchi-perl.

      from  108aaf5   update changelog
      adds  7aa7c06   Imported Upstream version 0.59
       new  73f005d   Merge tag 'upstream/0.59'
       new  b127f05   new upstream release 0.59
       new  a3d3801   dch -r; ready for review

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:
 Changes                                      |  21 ++-
 LICENSE                                      |   2 +-
 MANIFEST                                     |   2 +
 META.json                                    |   7 +-
 META.yml                                     |  63 ++++----
 Makefile.PL                                  |  67 ++++----
 README                                       | 229 +++++++++++++++++++++++++++
 debian/changelog                             |   7 +-
 debian/control                               |  10 +-
 debian/copyright                             |   3 +-
 debian/tests/pkg-perl/skip-syntax            |   3 +
 lib/CHI.pm                                   |  22 +--
 lib/CHI/Benchmarks.pod                       |   2 +-
 lib/CHI/CacheObject.pm                       |   6 +-
 lib/CHI/Constants.pm                         |   6 +-
 lib/CHI/Driver.pm                            | 111 ++++++-------
 lib/CHI/Driver/Base/CacheContainer.pm        |   6 +-
 lib/CHI/Driver/CacheCache.pm                 |   6 +-
 lib/CHI/Driver/Development.pod               |  10 +-
 lib/CHI/Driver/FastMmap.pm                   |   6 +-
 lib/CHI/Driver/File.pm                       |   6 +-
 lib/CHI/Driver/Memory.pm                     |  21 +--
 lib/CHI/Driver/Metacache.pm                  |  10 +-
 lib/CHI/Driver/Null.pm                       |   6 +-
 lib/CHI/Driver/RawMemory.pm                  |   8 +-
 lib/CHI/Driver/Role/HasSubcaches.pm          |  28 ++--
 lib/CHI/Driver/Role/IsSizeAware.pm           |   9 +-
 lib/CHI/Driver/Role/IsSubcache.pm            |   4 +-
 lib/CHI/Driver/Role/Universal.pm             |   4 +-
 lib/CHI/Serializer/JSON.pm                   |   4 +-
 lib/CHI/Serializer/Storable.pm               |   6 +-
 lib/CHI/Stats.pm                             |   6 +-
 lib/CHI/Test.pm                              |   4 +-
 lib/CHI/Test/Class.pm                        |   4 +-
 lib/CHI/Test/Driver/NonMoose.pm              |   4 +-
 lib/CHI/Test/Driver/Readonly.pm              |   4 +-
 lib/CHI/Test/Driver/Role/CheckKeyValidity.pm |   4 +-
 lib/CHI/Test/Driver/Writeonly.pm             |   4 +-
 lib/CHI/Test/Util.pm                         |   4 +-
 lib/CHI/Types.pm                             | 123 +++++++-------
 lib/CHI/Util.pm                              |   8 +-
 lib/CHI/t/Bugs.pm                            |   4 +-
 lib/CHI/t/Config.pm                          |  21 +--
 lib/CHI/t/Constants.pm                       |  20 +--
 lib/CHI/t/Driver.pm                          |  43 +++--
 lib/CHI/t/Driver/CacheCache.pm               |   4 +-
 lib/CHI/t/Driver/FastMmap.pm                 |   4 +-
 lib/CHI/t/Driver/File.pm                     |  16 +-
 lib/CHI/t/Driver/File/DepthZero.pm           |   4 +-
 lib/CHI/t/Driver/Memory.pm                   |  23 ++-
 lib/CHI/t/Driver/NonMoose.pm                 |   4 +-
 lib/CHI/t/Driver/RawMemory.pm                |  13 +-
 lib/CHI/t/Driver/Subcache.pm                 |   4 +-
 lib/CHI/t/Driver/Subcache/l1_cache.pm        |   4 +-
 lib/CHI/t/Driver/Subcache/mirror_cache.pm    |   4 +-
 lib/CHI/t/GetError.pm                        |   4 +-
 lib/CHI/t/Initialize.pm                      |   4 +-
 lib/CHI/t/Null.pm                            |   4 +-
 lib/CHI/t/RequiredModules.pm                 |   4 +-
 lib/CHI/t/Sanity.pm                          |   4 +-
 lib/CHI/t/SetError.pm                        |   4 +-
 lib/CHI/t/Subcache.pm                        |   4 +-
 lib/CHI/t/Subclass.pm                        |  10 +-
 lib/CHI/t/Util.pm                            |   4 +-
 perltidy.LOG                                 |  24 +++
 t/release-dependent.t                        |   1 -
 66 files changed, 661 insertions(+), 434 deletions(-)
 create mode 100644 README
 create mode 100644 debian/tests/pkg-perl/skip-syntax
 create mode 100644 perltidy.LOG

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



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