r62783 - in /branches/upstream/libdigest-jhash-perl/current: Changes MANIFEST META.yml SIGNATURE lib/Digest/JHash.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Sep 21 23:16:52 UTC 2010


Author: angelabad-guest
Date: Tue Sep 21 23:16:44 2010
New Revision: 62783

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62783
Log:
[svn-upgrade] new version libdigest-jhash-perl (0.07)

Removed:
    branches/upstream/libdigest-jhash-perl/current/SIGNATURE
Modified:
    branches/upstream/libdigest-jhash-perl/current/Changes
    branches/upstream/libdigest-jhash-perl/current/MANIFEST
    branches/upstream/libdigest-jhash-perl/current/META.yml
    branches/upstream/libdigest-jhash-perl/current/lib/Digest/JHash.pm

Modified: branches/upstream/libdigest-jhash-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdigest-jhash-perl/current/Changes?rev=62783&op=diff
==============================================================================
--- branches/upstream/libdigest-jhash-perl/current/Changes (original)
+++ branches/upstream/libdigest-jhash-perl/current/Changes Tue Sep 21 23:16:44 2010
@@ -28,3 +28,8 @@
 0.06 Mon Jul 26 2010
     - Reuploading to get rid of the world-writable files and directories
     in the archive.
+
+0.07 Sat Sep 04 2010
+
+    - Got rid of the SIGNATURE file which was out-of-date.
+        - https://rt.cpan.org/Ticket/Display.html?id=61053

Modified: branches/upstream/libdigest-jhash-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdigest-jhash-perl/current/MANIFEST?rev=62783&op=diff
==============================================================================
--- branches/upstream/libdigest-jhash-perl/current/MANIFEST (original)
+++ branches/upstream/libdigest-jhash-perl/current/MANIFEST Tue Sep 21 23:16:44 2010
@@ -4,7 +4,6 @@
 Makefile.PL
 META.yml
 README
-SIGNATURE
 examples/jhash.pl
 examples/oo_vs_func.pl
 misc/kwalitee.t

Modified: branches/upstream/libdigest-jhash-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdigest-jhash-perl/current/META.yml?rev=62783&op=diff
==============================================================================
--- branches/upstream/libdigest-jhash-perl/current/META.yml (original)
+++ branches/upstream/libdigest-jhash-perl/current/META.yml Tue Sep 21 23:16:44 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Digest-JHash
-version:            0.06
+version:            0.07
 abstract:           Perl extension for 32 bit Jenkins Hashing Algorithm
 author:
     - Dr James Freeman

Modified: branches/upstream/libdigest-jhash-perl/current/lib/Digest/JHash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdigest-jhash-perl/current/lib/Digest/JHash.pm?rev=62783&op=diff
==============================================================================
--- branches/upstream/libdigest-jhash-perl/current/lib/Digest/JHash.pm (original)
+++ branches/upstream/libdigest-jhash-perl/current/lib/Digest/JHash.pm Tue Sep 21 23:16:44 2010
@@ -9,7 +9,7 @@
 @ISA = qw(Exporter DynaLoader);
 
 @EXPORT_OK = qw( jhash );
-$VERSION   = '0.06';
+$VERSION   = '0.07';
 
 bootstrap Digest::JHash $VERSION;
 




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