From b504ccfe9f696be6cceec4ef0cdc72d3bf4d8592 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Tue, 16 Mar 2010 08:23:26 +0100 Subject: [PATCH] Dropped YAML spec to 1.0 --- ChangeLog | 4 ++++ Peek.pm | 2 +- sandbox/genMETA.pl | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89690a1..f0e6de6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-16 0.31 - H.Merijn Brand + + * Dropped YAML spec to 1.0 + 2010-02-14 0.30 - H.Merijn Brand * Use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself diff --git a/Peek.pm b/Peek.pm index 69d3720..86f7882 100644 --- a/Peek.pm +++ b/Peek.pm @@ -6,7 +6,7 @@ use warnings; 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 ); diff --git a/sandbox/genMETA.pl b/sandbox/genMETA.pl index f8bb3e3..f9d9072 100755 --- a/sandbox/genMETA.pl +++ b/sandbox/genMETA.pl @@ -58,7 +58,7 @@ else { } __END__ ---- #YAML:1.1 +--- #YAML:1.0 name: Data::Peek version: VERSION abstract: Modified and extended debugging facilities -- 2.11.4.GIT