[libdata-swap-perl] 03/03: control

gregor herrmann gregoa at debian.org
Fri Dec 27 21:57:17 UTC 2013


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

gregoa pushed a commit to branch master
in repository libdata-swap-perl.

commit 4fad041bbfa1f6bc9139b8a025608cd2791ec877
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 27 22:49:49 2013 +0100

    control
---
 debian/control | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index f597cc7..c182ad1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 9.20120312),
- perl
+               perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-swap-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-swap-perl.git
@@ -13,9 +13,15 @@ Homepage: https://metacpan.org/release/Data-Swap
 Package: libdata-swap-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: unknown
- Test::Simple and Test::More have proven to be popular testing modules, but
- they're not always flexible enough. Test::Builder provides the a building
- block upon which to write your own test libraries which can work together.
+Description: Perl module to swap type and contents of variables
+ The Data::Swap module allows you to swap the contents of two referenced
+ variables, even if they have different types.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ The main application is to change the base type of an object after it has
+ been created, for example for dynamic loading of data structures:
+ .
+  swap $self, bless $replacement, $newclass;
+ .
+ This module additionally contain the function "deref" which acts like a
+ generic list-dereferencing operator.
+

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



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