diff options
author | Andy Armstrong <andy@hexten.net> | 2007-12-20 17:49:07 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-20 18:25:46 +0000 |
commit | 69f36734c100b00aa1a0212b12ebd8485f366fef (patch) | |
tree | dba23e9d2268d78cb90b54cb8001d3549fbac634 /lib/TAP/Parser/YAMLish/Writer.pm | |
parent | 56d7a0868d14c11c08f61a0acccc9ee745b4e081 (diff) | |
download | perl-69f36734c100b00aa1a0212b12ebd8485f366fef.tar.gz |
bring Test::Harness up to 3.06
Message-Id: <5C57804B-6F71-4875-AEB6-C449F893E001@hexten.net>
Date: Thu, 20 Dec 2007 17:49:07 +0000
p4raw-id: //depot/perl@32673
Diffstat (limited to 'lib/TAP/Parser/YAMLish/Writer.pm')
-rw-r--r-- | lib/TAP/Parser/YAMLish/Writer.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/TAP/Parser/YAMLish/Writer.pm b/lib/TAP/Parser/YAMLish/Writer.pm index 4d2ed01e24..446114cef9 100644 --- a/lib/TAP/Parser/YAMLish/Writer.pm +++ b/lib/TAP/Parser/YAMLish/Writer.pm @@ -4,7 +4,7 @@ use strict; use vars qw{$VERSION}; -$VERSION = '3.05'; +$VERSION = '3.06'; my $ESCAPE_CHAR = qr{ [ \x00-\x1f \" ] }x; @@ -147,7 +147,7 @@ TAP::Parser::YAMLish::Writer - Write YAMLish data =head1 VERSION -Version 3.05 +Version 3.06 =head1 SYNOPSIS |