r26217 - in /trunk/libdata-dump-perl: Changes META.yml debian/changelog lib/Data/Dump.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Oct 25 15:17:10 UTC 2008


Author: ansgar-guest
Date: Sat Oct 25 15:17:06 2008
New Revision: 26217

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26217
Log:
New upstream release.

Modified:
    trunk/libdata-dump-perl/Changes
    trunk/libdata-dump-perl/META.yml
    trunk/libdata-dump-perl/debian/changelog
    trunk/libdata-dump-perl/lib/Data/Dump.pm

Modified: trunk/libdata-dump-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-perl/Changes?rev=26217&op=diff
==============================================================================
--- trunk/libdata-dump-perl/Changes (original)
+++ trunk/libdata-dump-perl/Changes Sat Oct 25 15:17:06 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: trunk/libdata-dump-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-perl/META.yml?rev=26217&op=diff
==============================================================================
--- trunk/libdata-dump-perl/META.yml (original)
+++ trunk/libdata-dump-perl/META.yml Sat Oct 25 15:17:06 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: trunk/libdata-dump-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-perl/debian/changelog?rev=26217&op=diff
==============================================================================
--- trunk/libdata-dump-perl/debian/changelog (original)
+++ trunk/libdata-dump-perl/debian/changelog Sat Oct 25 15:17:06 2008
@@ -1,3 +1,9 @@
+libdata-dump-perl (1.12-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 25 Oct 2008 17:16:49 +0200
+
 libdata-dump-perl (1.11-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libdata-dump-perl/lib/Data/Dump.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-perl/lib/Data/Dump.pm?rev=26217&op=diff
==============================================================================
--- trunk/libdata-dump-perl/lib/Data/Dump.pm (original)
+++ trunk/libdata-dump-perl/lib/Data/Dump.pm Sat Oct 25 15:17:06 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