r3948 - in /packages/libtie-array-sorted-perl/trunk: Changes MANIFEST META.yml README debian/changelog lib/Tie/Array/Sorted.pm

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Tue Sep 26 22:48:59 UTC 2006


Author: gwolf
Date: Tue Sep 26 22:48:58 2006
New Revision: 3948

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3948
Log:
New upstream version

Added:
    packages/libtie-array-sorted-perl/trunk/README
      - copied unchanged from r3947, packages/libtie-array-sorted-perl/branches/upstream/current/README
Modified:
    packages/libtie-array-sorted-perl/trunk/Changes
    packages/libtie-array-sorted-perl/trunk/MANIFEST
    packages/libtie-array-sorted-perl/trunk/META.yml
    packages/libtie-array-sorted-perl/trunk/debian/changelog
    packages/libtie-array-sorted-perl/trunk/lib/Tie/Array/Sorted.pm

Modified: packages/libtie-array-sorted-perl/trunk/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtie-array-sorted-perl/trunk/Changes?rev=3948&op=diff
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/Changes (original)
+++ packages/libtie-array-sorted-perl/trunk/Changes Tue Sep 26 22:48:58 2006
@@ -1,4 +1,8 @@
 Revision history for Perl extension Tie::Array::Sorted.
+
+1.41  Mon Jan 16 11:23:14 UTC 2006
+    - Note that this is effectively unmaintained now that it is no
+      longer used by Plucene
 
 1.4   Sat Sep  3 20:29:42 UTC 2005
     - Test for sort method calling object methods

Modified: packages/libtie-array-sorted-perl/trunk/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtie-array-sorted-perl/trunk/MANIFEST?rev=3948&op=diff
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/MANIFEST (original)
+++ packages/libtie-array-sorted-perl/trunk/MANIFEST Tue Sep 26 22:48:58 2006
@@ -4,6 +4,7 @@
 Makefile.PL
 MANIFEST
 META.yml			Module meta-data (added by MakeMaker)
+README
 t/1.t
 t/pod-coverage.t
 t/pod.t

Modified: packages/libtie-array-sorted-perl/trunk/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtie-array-sorted-perl/trunk/META.yml?rev=3948&op=diff
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/META.yml (original)
+++ packages/libtie-array-sorted-perl/trunk/META.yml Tue Sep 26 22:48:58 2006
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Tie-Array-Sorted
-version:      1.4
+version:      1.41
 version_from: lib/Tie/Array/Sorted.pm
 installdirs:  site
 requires:

Modified: packages/libtie-array-sorted-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtie-array-sorted-perl/trunk/debian/changelog?rev=3948&op=diff
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/changelog (original)
+++ packages/libtie-array-sorted-perl/trunk/debian/changelog Tue Sep 26 22:48:58 2006
@@ -1,3 +1,11 @@
+libtie-array-sorted-perl (1.41-1) unstable; urgency=low
+
+  * New upstream release (or is it? The diff is just too simple - Upstream
+    declares development is halted... Uploading this anyway just so that
+    debian/watch does not bug us ;-) )
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 26 Sep 2006 17:44:47 -0500
+
 libtie-array-sorted-perl (1.4-2) unstable; urgency=low
 
   * Adopted this package on behalf of the Debian Perl Group (Closes:

Modified: packages/libtie-array-sorted-perl/trunk/lib/Tie/Array/Sorted.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtie-array-sorted-perl/trunk/lib/Tie/Array/Sorted.pm?rev=3948&op=diff
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/lib/Tie/Array/Sorted.pm (original)
+++ packages/libtie-array-sorted-perl/trunk/lib/Tie/Array/Sorted.pm Tue Sep 26 22:48:58 2006
@@ -7,7 +7,7 @@
 
 use base 'Tie::Array';
 
-our $VERSION = '1.4';
+our $VERSION = '1.41';
 
 =head1 NAME
 
@@ -45,8 +45,8 @@
 
 =head1 LAZY SORTING
 
-If you do more stores than fetches, you may wish to use
-Tie::Array::Sorted::Lazy instead.
+If you do more stores than fetches, you may find
+L<Tie::Array::Sorted::Lazy> more efficient.
 
 =cut
 
@@ -110,9 +110,12 @@
 Please direct all correspondence regarding this module to:
 	bug-Tie-Array-Sorted at rt.cpan.org
 
+This module was originall written as part of the L<Plucene> project.
+However, as Plucene no longer uses this, it is effectively unmaintained.
+
 =head1 COPYRIGHT AND LICENSE
 
-  Copyright (C) 2003-2005 Tony Bowden.
+  Copyright (C) 2003-2006 Simon Cozens and Tony Bowden.
 
   This program is free software; you can redistribute it and/or modify it under
   the terms of the GNU General Public License; either version 2 of the License,




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