r17147 - in /trunk/libclone-perl/debian: changelog control

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Mon Mar 10 15:33:40 UTC 2008


Author: gwolf
Date: Mon Mar 10 15:33:39 2008
New Revision: 17147

URL: http://svn.debian.org/wsvn/?sc=1&rev=17147
Log:
Provided a longer long description

Modified:
    trunk/libclone-perl/debian/changelog
    trunk/libclone-perl/debian/control

Modified: trunk/libclone-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclone-perl/debian/changelog?rev=17147&op=diff
==============================================================================
--- trunk/libclone-perl/debian/changelog (original)
+++ trunk/libclone-perl/debian/changelog Mon Mar 10 15:33:39 2008
@@ -1,3 +1,11 @@
+libclone-perl (0.28-2) unstable; urgency=low
+
+  * Added myself as an uploader
+  * Provided a longer description, describing the difference between
+    this module and related ones (Closes: #329515)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Mon, 10 Mar 2008 09:33:20 -0600
+
 libclone-perl (0.28-1) unstable; urgency=low
 
   * Take over for the Debian Perl Group with former maintainer's permission

Modified: trunk/libclone-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclone-perl/debian/control?rev=17147&op=diff
==============================================================================
--- trunk/libclone-perl/debian/control (original)
+++ trunk/libclone-perl/debian/control Mon Mar 10 15:33:39 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 6), perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf at debian.org>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Clone/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclone-perl/
@@ -16,3 +16,8 @@
  This module provides a clone() method which makes recursive
  copies of nested hash, array, scalar and reference types, 
  including tied variables and objects.
+ .
+ It is faster (although less flexible) than Storable's dclone. Its
+ functionality is _not_ serializing in-memory objects (i.e. as
+ Data::Dumper or YAML::Dump do), but deep-copying them over to new
+ in-memory structures.




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