[libcache-perl] 24/28: Imported Upstream version 2.09

dom at earth.li dom at earth.li
Sat Oct 4 17:27:43 UTC 2014


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

dom pushed a commit to branch master
in repository libcache-perl.

commit c473be1d618c0e146568d341ae0ea02fdf097c55
Author: Dominic Hargreaves <dom at earth.li>
Date:   Mon Feb 3 00:38:01 2014 +0000

    Imported Upstream version 2.09
---
 Build.PL                     |  2 +-
 Changes                      | 10 ++++++++--
 META.json                    | 26 +++++++++++++-------------
 META.yml                     | 26 +++++++++++++-------------
 lib/Cache.pm                 |  2 +-
 lib/Cache/Entry.pm           |  2 +-
 lib/Cache/File.pm            |  4 ++--
 lib/Cache/File/Entry.pm      |  2 +-
 lib/Cache/File/Heap.pm       |  2 +-
 lib/Cache/Memory.pm          |  2 +-
 lib/Cache/Memory/Entry.pm    |  2 +-
 lib/Cache/Null.pm            |  2 +-
 lib/Cache/Null/Entry.pm      |  2 +-
 lib/Cache/RemovalStrategy.pm |  2 +-
 lib/Cache/Tester.pm          |  2 +-
 15 files changed, 47 insertions(+), 41 deletions(-)

diff --git a/Build.PL b/Build.PL
index f6e98f6..68e861d 100644
--- a/Build.PL
+++ b/Build.PL
@@ -16,7 +16,7 @@ my $builder = Test::Run::Builder->new(
     {
         'DB_File'			=> '1.72',
         'Date::Parse'		=> '2.24',
-        'Digest::SHA1'		=> '2.01',
+        'Digest::SHA'		=> '0',
         'Fcntl'			=> '1.03',
         'File::Find'		=> '0',
         'File::NFSLock'		=> '1.20',
diff --git a/Changes b/Changes
index afecdb8..dc9bb98 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,17 @@
+2014-02-02
+    - Use Digest::SHA instead of Digest::SHA1
+        - Digest::SHA is core and preferred by Debian.
+        - https://rt.cpan.org/Ticket/Display.html?id=92658
+    - Bugfix/maintenance release (2.09)
+
 2014-01-26
     - Convert from use "warnings::register;" to "use warnings;".
-    - Bugfix/maintenace release (2.08)
+    - Bugfix/maintenance release (2.08)
 
 2014-01-26
     - Add perl to the prereq in META.yml/META.json
         - Kwalitee / CPANTS
-    - Bugfix/maintenace release (2.07)
+    - Bugfix/maintenance release (2.07)
 
 2013-09-13
     - Increase the delay of the cache invalidation in the tests by default to
diff --git a/META.json b/META.json
index 07fee07..ad95ddc 100644
--- a/META.json
+++ b/META.json
@@ -35,7 +35,7 @@
          "requires" : {
             "DB_File" : "1.72",
             "Date::Parse" : "2.24",
-            "Digest::SHA1" : "2.01",
+            "Digest::SHA" : "0",
             "Fcntl" : "1.03",
             "File::Find" : "0",
             "File::NFSLock" : "1.20",
@@ -55,52 +55,52 @@
    "provides" : {
       "Cache" : {
          "file" : "lib/Cache.pm",
-         "version" : "2.08"
+         "version" : "2.09"
       },
       "Cache::Entry" : {
          "file" : "lib/Cache/Entry.pm",
-         "version" : "2.08"
+         "version" : "2.09"
       },
       "Cache::File" : {
          "file" : "lib/Cache/File.pm",
-         "version" : "2.08"
+         "version" : "2.09"
       },
       "Cache::File::Entry" : {
          "file" : "lib/Cache/File/Entry.pm",
-         "version" : "2.08"
+         "version" : "2.09"
       },
       "Cache::File::Handle" : {
          "file" : "lib/Cache/File/Handle.pm"
       },
       "Cache::File::Heap" : {
          "file" : "lib/Cache/File/Heap.pm",
-         "version" : "2.08"
+         "version" : "2.09"
       },
       "Cache::IOString" : {
          "file" : "lib/Cache/IOString.pm"
       },
       "Cache::Memory" : {
          "file" : "lib/Cache/Memory.pm",
-         "version" : "2.08"
+         "version" : "2.09"
       },
       "Cache::Memory::Entry" : {
          "file" : "lib/Cache/Memory/Entry.pm",
-         "version" : "2.08"
+         "version" : "2.09"
       },
       "Cache::Memory::HeapElem" : {
          "file" : "lib/Cache/Memory/HeapElem.pm"
       },
       "Cache::Null" : {
          "file" : "lib/Cache/Null.pm",
-         "version" : "2.08"
+         "version" : "2.09"
       },
       "Cache::Null::Entry" : {
          "file" : "lib/Cache/Null/Entry.pm",
-         "version" : "2.08"
+         "version" : "2.09"
       },
       "Cache::RemovalStrategy" : {
          "file" : "lib/Cache/RemovalStrategy.pm",
-         "version" : "2.08"
+         "version" : "2.09"
       },
       "Cache::RemovalStrategy::FIFO" : {
          "file" : "lib/Cache/RemovalStrategy/FIFO.pm"
@@ -110,7 +110,7 @@
       },
       "Cache::Tester" : {
          "file" : "lib/Cache/Tester.pm",
-         "version" : "2.08"
+         "version" : "2.09"
       }
    },
    "release_status" : "stable",
@@ -122,5 +122,5 @@
          "url" : "http://bitbucket.org/shlomif/web-cpan"
       }
    },
-   "version" : "2.08"
+   "version" : "2.09"
 }
diff --git a/META.yml b/META.yml
index 920f147..ee549c6 100644
--- a/META.yml
+++ b/META.yml
@@ -26,51 +26,51 @@ name: Cache
 provides:
   Cache:
     file: lib/Cache.pm
-    version: 2.08
+    version: 2.09
   Cache::Entry:
     file: lib/Cache/Entry.pm
-    version: 2.08
+    version: 2.09
   Cache::File:
     file: lib/Cache/File.pm
-    version: 2.08
+    version: 2.09
   Cache::File::Entry:
     file: lib/Cache/File/Entry.pm
-    version: 2.08
+    version: 2.09
   Cache::File::Handle:
     file: lib/Cache/File/Handle.pm
   Cache::File::Heap:
     file: lib/Cache/File/Heap.pm
-    version: 2.08
+    version: 2.09
   Cache::IOString:
     file: lib/Cache/IOString.pm
   Cache::Memory:
     file: lib/Cache/Memory.pm
-    version: 2.08
+    version: 2.09
   Cache::Memory::Entry:
     file: lib/Cache/Memory/Entry.pm
-    version: 2.08
+    version: 2.09
   Cache::Memory::HeapElem:
     file: lib/Cache/Memory/HeapElem.pm
   Cache::Null:
     file: lib/Cache/Null.pm
-    version: 2.08
+    version: 2.09
   Cache::Null::Entry:
     file: lib/Cache/Null/Entry.pm
-    version: 2.08
+    version: 2.09
   Cache::RemovalStrategy:
     file: lib/Cache/RemovalStrategy.pm
-    version: 2.08
+    version: 2.09
   Cache::RemovalStrategy::FIFO:
     file: lib/Cache/RemovalStrategy/FIFO.pm
   Cache::RemovalStrategy::LRU:
     file: lib/Cache/RemovalStrategy/LRU.pm
   Cache::Tester:
     file: lib/Cache/Tester.pm
-    version: 2.08
+    version: 2.09
 requires:
   DB_File: 1.72
   Date::Parse: 2.24
-  Digest::SHA1: 2.01
+  Digest::SHA: 0
   Fcntl: 1.03
   File::Find: 0
   File::NFSLock: 1.20
@@ -87,4 +87,4 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://bitbucket.org/shlomif/web-cpan
-version: 2.08
+version: 2.09
diff --git a/lib/Cache.pm b/lib/Cache.pm
index 465d4d0..13f3bcc 100644
--- a/lib/Cache.pm
+++ b/lib/Cache.pm
@@ -54,7 +54,7 @@ use fields qw(
         default_expires removal_strategy size_limit
         load_callback validate_callback);
 
-our $VERSION = '2.08';
+our $VERSION = '2.09';
 
 our $EXPIRES_NOW = 'now';
 our $EXPIRES_NEVER = 'never';
diff --git a/lib/Cache/Entry.pm b/lib/Cache/Entry.pm
index 63ef1d3..f36f1e1 100644
--- a/lib/Cache/Entry.pm
+++ b/lib/Cache/Entry.pm
@@ -39,7 +39,7 @@ use Carp;
 
 use fields qw(cache key);
 
-our $VERSION = '2.08';
+our $VERSION = '2.09';
 
 
 sub new {
diff --git a/lib/Cache/File.pm b/lib/Cache/File.pm
index 6e0fab3..dd3ae3d 100644
--- a/lib/Cache/File.pm
+++ b/lib/Cache/File.pm
@@ -25,7 +25,7 @@ use strict;
 use warnings;
 use Cache::File::Heap;
 use Cache::File::Entry;
-use Digest::SHA1 qw(sha1_hex);
+use Digest::SHA qw(sha1_hex);
 use Fcntl qw(LOCK_EX LOCK_NB);
 use Symbol ();
 use File::Spec;
@@ -41,7 +41,7 @@ use fields qw(
     expheap ageheap useheap index lockfile
     lock lockcount openexp openage openuse openidx);
 
-our $VERSION = '2.08';
+our $VERSION = '2.09';
 
 sub LOCK_NONE ()  { 0 }
 sub LOCK_LOCAL () { 1 }
diff --git a/lib/Cache/File/Entry.pm b/lib/Cache/File/Entry.pm
index 0bfc76b..ff5f7e1 100644
--- a/lib/Cache/File/Entry.pm
+++ b/lib/Cache/File/Entry.pm
@@ -30,7 +30,7 @@ use Carp;
 use base qw(Cache::Entry);
 use fields qw(dir path lockdetails);
 
-our $VERSION = '2.08';
+our $VERSION = '2.09';
 
 # hash of locks held my the process, keyed on path.  This is useful for
 # catching potential deadlocks and warning the user, and for implementing
diff --git a/lib/Cache/File/Heap.pm b/lib/Cache/File/Heap.pm
index 64104b8..aa1f334 100644
--- a/lib/Cache/File/Heap.pm
+++ b/lib/Cache/File/Heap.pm
@@ -31,7 +31,7 @@ use Carp;
 
 use fields qw(db dbhash);
 
-our $VERSION = '2.08';
+our $VERSION = '2.09';
 
 # common info object
 my $BTREEINFO = new DB_File::BTREEINFO;
diff --git a/lib/Cache/Memory.pm b/lib/Cache/Memory.pm
index 6cc5a9a..b20e016 100644
--- a/lib/Cache/Memory.pm
+++ b/lib/Cache/Memory.pm
@@ -34,7 +34,7 @@ use Cache::Memory::Entry;
 use base qw(Cache);
 use fields qw(namespace);
 
-our $VERSION = '2.08';
+our $VERSION = '2.09';
 
 
 # storage for all data
diff --git a/lib/Cache/Memory/Entry.pm b/lib/Cache/Memory/Entry.pm
index 62d36fa..b0bbead 100644
--- a/lib/Cache/Memory/Entry.pm
+++ b/lib/Cache/Memory/Entry.pm
@@ -25,7 +25,7 @@ use Carp;
 use base qw(Cache::Entry);
 use fields qw(store_entry);
 
-our $VERSION = '2.08';
+our $VERSION = '2.09';
 
 
 sub new {
diff --git a/lib/Cache/Null.pm b/lib/Cache/Null.pm
index 4641655..52e1364 100644
--- a/lib/Cache/Null.pm
+++ b/lib/Cache/Null.pm
@@ -28,7 +28,7 @@ use Cache::Null::Entry;
 use base qw(Cache);
 use fields qw(cache_root);
 
-our $VERSION = '2.08';
+our $VERSION = '2.09';
 
 =head1 CONSTRUCTOR
 
diff --git a/lib/Cache/Null/Entry.pm b/lib/Cache/Null/Entry.pm
index 73a29ee..b060cb3 100644
--- a/lib/Cache/Null/Entry.pm
+++ b/lib/Cache/Null/Entry.pm
@@ -23,7 +23,7 @@ use Cache::IOString;
 use base qw(Cache::Entry);
 use fields qw();
 
-our $VERSION = '2.08';
+our $VERSION = '2.09';
 
 
 sub new {
diff --git a/lib/Cache/RemovalStrategy.pm b/lib/Cache/RemovalStrategy.pm
index 80daf88..daced8e 100644
--- a/lib/Cache/RemovalStrategy.pm
+++ b/lib/Cache/RemovalStrategy.pm
@@ -16,7 +16,7 @@ use strict;
 use warnings;
 use Carp;
 
-our $VERSION = '2.08';
+our $VERSION = '2.09';
 
 
 sub new {
diff --git a/lib/Cache/Tester.pm b/lib/Cache/Tester.pm
index 066d86f..3338f9f 100644
--- a/lib/Cache/Tester.pm
+++ b/lib/Cache/Tester.pm
@@ -32,7 +32,7 @@ use vars qw(@ISA @EXPORT $VERSION $CACHE_TESTS);
 use Carp;
 
 @ISA = qw(Exporter Test::More);
-$VERSION = '2.08';
+$VERSION = '2.09';
 @EXPORT = (qw(run_cache_tests $CACHE_TESTS), @Test::More::EXPORT);
 
 $CACHE_TESTS = 79;

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



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