r65925 - /trunk/libtie-refhash-weak-perl/debian/control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Dec 17 11:17:15 UTC 2010


Author: dmn
Date: Fri Dec 17 11:17:01 2010
New Revision: 65925

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65925
Log:
improve description

Modified:
    trunk/libtie-refhash-weak-perl/debian/control

Modified: trunk/libtie-refhash-weak-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-refhash-weak-perl/debian/control?rev=65925&op=diff
==============================================================================
--- trunk/libtie-refhash-weak-perl/debian/control (original)
+++ trunk/libtie-refhash-weak-perl/debian/control Fri Dec 17 11:17:01 2010
@@ -15,17 +15,15 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libtask-weaken-perl,
  libvariable-magic-perl, perl (>= 5.10.0)
-Description: A Tie::RefHash subclass with weakened references in the keys.
- The Tie::RefHash module can be used to access hashes by reference. This is
- useful when you index by object, for example.
+Description: Tie::RefHash subclass with weakened references in the keys
+ Tie::RefHash can be used to access hashes by reference. This is useful when
+ you index by object, for example.
  .
  The problem with Tie::RefHash, and cross indexing, is that sometimes the
- index should not contain strong references to the objecs. Tie::RefHash's
- internal structures contain strong references to the key, and provide no
- convenient means to make those references weak.
+ index should not contain strong references to the objecs. The internal
+ structures of Tie::RefHash contain strong references to the key, and provide
+ no convenient means to make those references weak.
  .
  This subclass of Tie::RefHash has weak keys, instead of strong ones. The
  values are left unaltered, and you'll have to make sure there are no strong
  references there yourself.
- .
- This description was automagically extracted from the module by dh-make-perl.




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