r69123 - in /branches/upstream/libchi-perl/current: ./ inc/ lib/ lib/CHI/ lib/CHI/Driver/ lib/CHI/Driver/Base/ lib/CHI/Driver/Role/ lib/CHI/Serializer/ lib/CHI/Test/ lib/CHI/Test/Driver/ lib/CHI/Test/Driver/Role/ lib/CHI/t/ lib/CHI/t/Driver/ lib/CHI/t/Driver/File/ lib/CHI/t/Driver/Subcache/ t/ t/permcache/ t/permcache/Default/ t/permcache/Default/0/ t/permcache/Default/0/4/ t/permcache/Default/1/ t/permcache/Default/1/a/ t/permcache/Default/2/ t/permcache/Default/2/3/ t/permcache/Default/6/ t/permcache/Default/6/3/ t/permcache/Default/7/ t/permcache/Default/7/7/ t/permcache/Default/8/ t/permcache/Default/8/1/ t/permcache/Default/b/ t/permcache/Default/b/6/ xt/

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Sat Feb 19 18:15:52 UTC 2011


Author: chrisb
Date: Sat Feb 19 18:15:20 2011
New Revision: 69123

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69123
Log:
[svn-upgrade] new version libchi-perl (0.39)

Added:
    branches/upstream/libchi-perl/current/INSTALL
    branches/upstream/libchi-perl/current/META.json
    branches/upstream/libchi-perl/current/t/author-03-pod.t
    branches/upstream/libchi-perl/current/t/author-RequiredModules.t
    branches/upstream/libchi-perl/current/t/author-file-driver.t
    branches/upstream/libchi-perl/current/t/author-no-data-serializer.t   (with props)
    branches/upstream/libchi-perl/current/t/permcache/
    branches/upstream/libchi-perl/current/t/permcache/Default/
    branches/upstream/libchi-perl/current/t/permcache/Default/0/
    branches/upstream/libchi-perl/current/t/permcache/Default/0/4/
    branches/upstream/libchi-perl/current/t/permcache/Default/0/4/1.dat   (with props)
    branches/upstream/libchi-perl/current/t/permcache/Default/0/4/empty.dat   (with props)
    branches/upstream/libchi-perl/current/t/permcache/Default/1/
    branches/upstream/libchi-perl/current/t/permcache/Default/1/a/
    branches/upstream/libchi-perl/current/t/permcache/Default/1/a/+20+21+22+23+24+25+26+27+28+29+2a+2b+2c-+2e+2f09+3a+3b+3c=+3e+3f+40AZ+5b+5c+5d+5e_+60az+7b+7c+7d~+f0.dat   (with props)
    branches/upstream/libchi-perl/current/t/permcache/Default/2/
    branches/upstream/libchi-perl/current/t/permcache/Default/2/3/
    branches/upstream/libchi-perl/current/t/permcache/Default/2/3/+0a.dat   (with props)
    branches/upstream/libchi-perl/current/t/permcache/Default/6/
    branches/upstream/libchi-perl/current/t/permcache/Default/6/3/
    branches/upstream/libchi-perl/current/t/permcache/Default/6/3/0.dat   (with props)
    branches/upstream/libchi-perl/current/t/permcache/Default/7/
    branches/upstream/libchi-perl/current/t/permcache/Default/7/7/
    branches/upstream/libchi-perl/current/t/permcache/Default/7/7/+20.dat   (with props)
    branches/upstream/libchi-perl/current/t/permcache/Default/8/
    branches/upstream/libchi-perl/current/t/permcache/Default/8/1/
    branches/upstream/libchi-perl/current/t/permcache/Default/8/1/a.dat   (with props)
    branches/upstream/libchi-perl/current/t/permcache/Default/b/
    branches/upstream/libchi-perl/current/t/permcache/Default/b/6/
    branches/upstream/libchi-perl/current/t/permcache/Default/b/6/medium.dat   (with props)
    branches/upstream/libchi-perl/current/t/set_permcache.pl   (with props)
    branches/upstream/libchi-perl/current/t/smoke-Driver-CacheCache.t   (with props)
    branches/upstream/libchi-perl/current/t/smoke-Driver-FastMmap.t   (with props)
    branches/upstream/libchi-perl/current/t/smoke-Driver-File-DepthZero.t   (with props)
    branches/upstream/libchi-perl/current/t/smoke-Driver-File.t   (with props)
    branches/upstream/libchi-perl/current/t/smoke-Driver-NonMoose.t
    branches/upstream/libchi-perl/current/t/smoke-Driver-Subcache-l1_cache.t
    branches/upstream/libchi-perl/current/t/smoke-Driver-Subcache-mirror_cache.t
    branches/upstream/libchi-perl/current/t/smoke-Null.t
Removed:
    branches/upstream/libchi-perl/current/inc/
    branches/upstream/libchi-perl/current/xt/
Modified:
    branches/upstream/libchi-perl/current/Changes
    branches/upstream/libchi-perl/current/LICENSE
    branches/upstream/libchi-perl/current/MANIFEST
    branches/upstream/libchi-perl/current/META.yml
    branches/upstream/libchi-perl/current/Makefile.PL
    branches/upstream/libchi-perl/current/lib/CHI.pm
    branches/upstream/libchi-perl/current/lib/CHI/CacheObject.pm
    branches/upstream/libchi-perl/current/lib/CHI/Constants.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver/Base/CacheContainer.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver/CacheCache.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver/FastMmap.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver/File.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver/Memory.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver/Metacache.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver/Null.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/HasSubcaches.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/IsSizeAware.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/IsSubcache.pm
    branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/Universal.pm
    branches/upstream/libchi-perl/current/lib/CHI/Serializer/JSON.pm
    branches/upstream/libchi-perl/current/lib/CHI/Serializer/Storable.pm
    branches/upstream/libchi-perl/current/lib/CHI/Stats.pm
    branches/upstream/libchi-perl/current/lib/CHI/Test.pm
    branches/upstream/libchi-perl/current/lib/CHI/Test/Class.pm
    branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/NonMoose.pm
    branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/Readonly.pm
    branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/Role/CheckKeyValidity.pm
    branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/Writeonly.pm
    branches/upstream/libchi-perl/current/lib/CHI/Test/Util.pm
    branches/upstream/libchi-perl/current/lib/CHI/Types.pm
    branches/upstream/libchi-perl/current/lib/CHI/Util.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Bugs.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Constants.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Driver.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Driver/CacheCache.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Driver/FastMmap.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Driver/File.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Driver/File/DepthZero.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Memory.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Driver/NonMoose.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Subcache.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Subcache/l1_cache.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Subcache/mirror_cache.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/GetError.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Initialize.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Null.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/RequiredModules.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Sanity.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/SetError.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Subcache.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Subclass.pm
    branches/upstream/libchi-perl/current/lib/CHI/t/Util.pm

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libchi-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/Changes?rev=69123&op=diff

Added: branches/upstream/libchi-perl/current/INSTALL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/INSTALL?rev=69123&op=file

Modified: branches/upstream/libchi-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/LICENSE?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/MANIFEST?rev=69123&op=diff

Added: branches/upstream/libchi-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/META.json?rev=69123&op=file

Modified: branches/upstream/libchi-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/META.yml?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/Makefile.PL?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/CacheObject.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/CacheObject.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Constants.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Constants.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver/Base/CacheContainer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver/Base/CacheContainer.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver/CacheCache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver/CacheCache.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver/FastMmap.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver/FastMmap.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver/File.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver/Memory.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver/Memory.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver/Metacache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver/Metacache.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver/Null.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver/Null.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/HasSubcaches.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/HasSubcaches.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/IsSizeAware.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/IsSizeAware.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/IsSubcache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/IsSubcache.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/Universal.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Driver/Role/Universal.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Serializer/JSON.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Serializer/JSON.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Serializer/Storable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Serializer/Storable.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Stats.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Stats.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Test.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Test.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Test/Class.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Test/Class.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/NonMoose.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/NonMoose.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/Readonly.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/Readonly.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/Role/CheckKeyValidity.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/Role/CheckKeyValidity.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/Writeonly.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Test/Driver/Writeonly.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Test/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Test/Util.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Types.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/Util.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Bugs.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Bugs.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Constants.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Constants.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Driver.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Driver.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Driver/CacheCache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Driver/CacheCache.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Driver/FastMmap.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Driver/FastMmap.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Driver/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Driver/File.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Driver/File/DepthZero.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Driver/File/DepthZero.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Memory.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Memory.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Driver/NonMoose.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Driver/NonMoose.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Subcache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Subcache.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Subcache/l1_cache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Subcache/l1_cache.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Subcache/mirror_cache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Driver/Subcache/mirror_cache.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/GetError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/GetError.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Initialize.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Initialize.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Null.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Null.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/RequiredModules.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/RequiredModules.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Sanity.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Sanity.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/SetError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/SetError.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Subcache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Subcache.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Subclass.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Subclass.pm?rev=69123&op=diff

Modified: branches/upstream/libchi-perl/current/lib/CHI/t/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/lib/CHI/t/Util.pm?rev=69123&op=diff

Added: branches/upstream/libchi-perl/current/t/author-03-pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/author-03-pod.t?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/author-RequiredModules.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/author-RequiredModules.t?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/author-file-driver.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/author-file-driver.t?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/author-no-data-serializer.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/author-no-data-serializer.t?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/permcache/Default/0/4/1.dat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/permcache/Default/0/4/1.dat?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/permcache/Default/0/4/empty.dat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/permcache/Default/0/4/empty.dat?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/permcache/Default/1/a/+20+21+22+23+24+25+26+27+28+29+2a+2b+2c-+2e+2f09+3a+3b+3c=+3e+3f+40AZ+5b+5c+5d+5e_+60az+7b+7c+7d~+f0.dat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/permcache/Default/1/a/%2B20%2B21%2B22%2B23%2B24%2B25%2B26%2B27%2B28%2B29%2B2a%2B2b%2B2c-%2B2e%2B2f09%2B3a%2B3b%2B3c%3D%2B3e%2B3f%2B40AZ%2B5b%2B5c%2B5d%2B5e_%2B60az%2B7b%2B7c%2B7d%7E%2Bf0.dat?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/permcache/Default/2/3/+0a.dat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/permcache/Default/2/3/%2B0a.dat?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/permcache/Default/6/3/0.dat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/permcache/Default/6/3/0.dat?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/permcache/Default/7/7/+20.dat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/permcache/Default/7/7/%2B20.dat?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/permcache/Default/8/1/a.dat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/permcache/Default/8/1/a.dat?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/permcache/Default/b/6/medium.dat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/permcache/Default/b/6/medium.dat?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/set_permcache.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/set_permcache.pl?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/smoke-Driver-CacheCache.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/smoke-Driver-CacheCache.t?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/smoke-Driver-FastMmap.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/smoke-Driver-FastMmap.t?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/smoke-Driver-File-DepthZero.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/smoke-Driver-File-DepthZero.t?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/smoke-Driver-File.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/smoke-Driver-File.t?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/smoke-Driver-NonMoose.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/smoke-Driver-NonMoose.t?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/smoke-Driver-Subcache-l1_cache.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/smoke-Driver-Subcache-l1_cache.t?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/smoke-Driver-Subcache-mirror_cache.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/smoke-Driver-Subcache-mirror_cache.t?rev=69123&op=file

Added: branches/upstream/libchi-perl/current/t/smoke-Null.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libchi-perl/current/t/smoke-Null.t?rev=69123&op=file




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