r54447 - in /branches/upstream/libdata-peek-perl/current: ChangeLog META.yml Peek.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Mar 17 19:55:09 UTC 2010


Author: jawnsy-guest
Date: Wed Mar 17 19:55:01 2010
New Revision: 54447

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

Modified:
    branches/upstream/libdata-peek-perl/current/ChangeLog
    branches/upstream/libdata-peek-perl/current/META.yml
    branches/upstream/libdata-peek-perl/current/Peek.pm

Modified: branches/upstream/libdata-peek-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-peek-perl/current/ChangeLog?rev=54447&op=diff
==============================================================================
--- branches/upstream/libdata-peek-perl/current/ChangeLog (original)
+++ branches/upstream/libdata-peek-perl/current/ChangeLog Wed Mar 17 19:55:01 2010
@@ -1,3 +1,7 @@
+2010-03-16 0.31 - H.Merijn Brand   <h.m.brand at xs4all.nl>
+
+    * Dropped YAML spec to 1.0
+
 2010-02-14 0.30 - H.Merijn Brand   <h.m.brand at xs4all.nl>
 
     * Use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself

Modified: branches/upstream/libdata-peek-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-peek-perl/current/META.yml?rev=54447&op=diff
==============================================================================
--- branches/upstream/libdata-peek-perl/current/META.yml (original)
+++ branches/upstream/libdata-peek-perl/current/META.yml Wed Mar 17 19:55:01 2010
@@ -1,6 +1,6 @@
---- #YAML:1.1
+--- #YAML:1.0
 name:                    Data::Peek
-version:                 0.30
+version:                 0.31
 abstract:                Modified and extended debugging facilities
 license:                 perl
 author:              
@@ -10,7 +10,7 @@
 provides:
     Data::Peek:
         file:            Peek.pm
-        version:         0.30
+        version:         0.31
 requires:     
     perl:                5.006
     DynaLoader:          0

Modified: branches/upstream/libdata-peek-perl/current/Peek.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-peek-perl/current/Peek.pm?rev=54447&op=diff
==============================================================================
--- branches/upstream/libdata-peek-perl/current/Peek.pm (original)
+++ branches/upstream/libdata-peek-perl/current/Peek.pm Wed Mar 17 19:55:01 2010
@@ -6,7 +6,7 @@
 use DynaLoader ();
 
 use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK );
-$VERSION   = "0.30";
+$VERSION   = "0.31";
 @ISA       = qw( DynaLoader Exporter );
 @EXPORT    = qw( DDumper DDsort DPeek DDisplay DDump DDual DGrow );
 @EXPORT_OK = qw( triplevar );




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