r35738 - in /trunk/libdevel-partialdump-perl/debian: control copyright
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Tue May 19 01:02:21 UTC 2009
Author: jawnsy-guest
Date: Tue May 19 01:02:15 2009
New Revision: 35738
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35738
Log:
Fixed up svn-injected copy. This should work, but hasn't been tested yet on my machine. Will test in chroot.
Modified:
trunk/libdevel-partialdump-perl/debian/control
trunk/libdevel-partialdump-perl/debian/copyright
Modified: trunk/libdevel-partialdump-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-partialdump-perl/debian/control?rev=35738&op=diff
==============================================================================
--- trunk/libdevel-partialdump-perl/debian/control (original)
+++ trunk/libdevel-partialdump-perl/debian/control Tue May 19 01:02:15 2009
@@ -16,21 +16,11 @@
Depends: ${perl:Depends}, ${misc:Depends},
libnamespace-clean-perl (>= 0.08), libany-moose-perl, libtest-use-ok-perl,
libsub-exporter-perl
-Description: Partial dumping of data structures, optimized for argument
- Devel::PartialDump is a data dumper optimized for logging of arbitrary
- parameters.
+Description: Perl module to dump subroutine parameters concisely
+ Devel::PartialDump is similar in nature to Data::Dumper, however, it is
+ optimized for the common case of bug reporting with complex data structures.
+ Outputting a string containing a complex data structure can yield rather
+ useless results, since the structures are stringified.
.
- It attempts to truncate overly verbose data, in a way that is hopefully more
- useful for diagnostics warnings than
- .
- warn Dumper(@stuff);
- .
- Unlike other data dumping modules there are no attempts at correctness or
- cross referencing, this is only meant to provide a slightly deeper look into
- the data in question.
- .
- There is a default recursion limit, and a default truncation of long lists,
- and the dump is formatted on one line (new lines in strings are escaped), to
- aid in readability.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ This module overrides Carp's routines to provide a concise dump of a
+ variable's contents instead of a simple stringification.
Modified: trunk/libdevel-partialdump-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-partialdump-perl/debian/copyright?rev=35738&op=diff
==============================================================================
--- trunk/libdevel-partialdump-perl/debian/copyright (original)
+++ trunk/libdevel-partialdump-perl/debian/copyright Tue May 19 01:02:15 2009
@@ -1,17 +1,11 @@
Format-Specification:
http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: (information incomplete)
+Upstream-Maintainer: Yuval Kogman <nothingmuch at woobling.org>
Upstream-Source: http://search.cpan.org/dist/Devel-PartialDump/
Upstream-Name: Devel-PartialDump
-Disclaimer: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
Files: *
-Copyright: (information incomplete)
+Copyright: 2008, Yuval Kogman <nothingmuch at woobling.org>
License-Alias: Perl
License: Artistic | GPL-1+
More information about the Pkg-perl-cvs-commits
mailing list