r7794 - in /trunk/libdata-dump-streamer-perl/debian: changelog control

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Sep 20 13:45:23 UTC 2007


Author: gwolf
Date: Thu Sep 20 13:45:22 2007
New Revision: 7794

URL: http://svn.debian.org/wsvn/?sc=1&rev=7794
Log:
Removed PODism from description

Modified:
    trunk/libdata-dump-streamer-perl/debian/changelog
    trunk/libdata-dump-streamer-perl/debian/control

Modified: trunk/libdata-dump-streamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdata-dump-streamer-perl/debian/changelog?rev=7794&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/changelog (original)
+++ trunk/libdata-dump-streamer-perl/debian/changelog Thu Sep 20 13:45:22 2007
@@ -1,3 +1,9 @@
+libdata-dump-streamer-perl (2.05-36-2) unstable; urgency=low
+
+  * Removed PODisms from the description (Closes: #443309)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 20 Sep 2007 08:45:10 -0500
+
 libdata-dump-streamer-perl (2.05-36-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libdata-dump-streamer-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdata-dump-streamer-perl/debian/control?rev=7794&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/control (original)
+++ trunk/libdata-dump-streamer-perl/debian/control Thu Sep 20 13:45:22 2007
@@ -21,16 +21,13 @@
  Self-referential structures, closures, and objects are output
  correctly.
  .
- The return value can be evaled to get back an identical copy
- of the original reference structure. In some cases this may
- require the use of utility subs that
- Data::Dump::Streamer|Data::Dump::Streamer will optionally
- export.
+ The return value can be evaled to get back an identical copy of the
+ original reference structure. In some cases this may require the use
+ of utility subs that Data::Dump::Streamer will optionally export.
  .
  This module is very similar in concept to the core module
- Data::Dumper|Data::Dumper, with the major differences
- being that this module is designed to output to a stream
- instead of constructing its output in memory (trading speed
- for memory), and that the traversal over the data structure
- is effectively breadth first versus the depth first
+ Data::Dumper, with the major differences being that this module is
+ designed to output to a stream instead of constructing its output in
+ memory (trading speed for memory), and that the traversal over the
+ data structure is effectively breadth first versus the depth first
  traversal done by the others.




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