r26215 - in /branches/upstream/libdata-dump-perl/current: Changes META.yml lib/Data/Dump.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Oct 25 14:58:06 UTC 2008


Author: ansgar-guest
Date: Sat Oct 25 14:58:01 2008
New Revision: 26215

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26215
Log:
[svn-upgrade] Integrating new upstream version, libdata-dump-perl (1.12)

Modified:
    branches/upstream/libdata-dump-perl/current/Changes
    branches/upstream/libdata-dump-perl/current/META.yml
    branches/upstream/libdata-dump-perl/current/lib/Data/Dump.pm

Modified: branches/upstream/libdata-dump-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-dump-perl/current/Changes?rev=26215&op=diff
==============================================================================
--- branches/upstream/libdata-dump-perl/current/Changes (original)
+++ branches/upstream/libdata-dump-perl/current/Changes Sat Oct 25 14:58:01 2008
@@ -1,3 +1,11 @@
+2008-10-21  Gisle Aas <gisle at ActiveState.com>
+
+   Release 1.12
+
+   Documentation tweaks.
+
+
+
 2008-08-23  Gisle Aas <gisle at ActiveState.com>
 
    Release 1.11

Modified: branches/upstream/libdata-dump-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-dump-perl/current/META.yml?rev=26215&op=diff
==============================================================================
--- branches/upstream/libdata-dump-perl/current/META.yml (original)
+++ branches/upstream/libdata-dump-perl/current/META.yml Sat Oct 25 14:58:01 2008
@@ -1,11 +1,12 @@
 --- #YAML:1.0
 name:                Data-Dump
-version:             1.11
+version:             1.12
 abstract:            ~
 license:             ~
-generated_by:        ExtUtils::MakeMaker version 6.3201
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.42_01
 distribution_type:   module
 requires:     
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: branches/upstream/libdata-dump-perl/current/lib/Data/Dump.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-dump-perl/current/lib/Data/Dump.pm?rev=26215&op=diff
==============================================================================
--- branches/upstream/libdata-dump-perl/current/lib/Data/Dump.pm (original)
+++ branches/upstream/libdata-dump-perl/current/lib/Data/Dump.pm Sat Oct 25 14:58:01 2008
@@ -9,7 +9,7 @@
 @EXPORT = qw(dd ddx);
 @EXPORT_OK = qw(dump pp quote);
 
-$VERSION = "1.11";
+$VERSION = "1.12";
 $DEBUG = 0;
 
 use overload ();
@@ -535,7 +535,7 @@
 
 If dump() is called in void context, then the dump is printed on
 STDERR and then "\n" terminated.  You might find this useful for quick
-debug printouts, but the dd*() functions might be a better alternative
+debug printouts, but the dd*() functions might be better alternatives
 for this.
 
 There is no difference between dump() and pp(), except that dump()
@@ -554,7 +554,7 @@
 
 =item ddx( ... )
 
-These functions will call dump() on on their argument and print the
+These functions will call dump() on their argument and print the
 result to STDOUT (actually, it's the currently selected output handle, but
 STDOUT is the default for that).
 




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