From a4c42bfb2337d37da89d789cb8cc226367994e32 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 May 2012 00:15:27 +0000 Subject: perl 5.14.2 from siep git-svn-id: svn://tug.org/texlive/trunk@26525 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlperl/lib/TAP/Parser/YAMLish/Reader.pm | 8 ++++---- Master/tlpkg/tlperl/lib/TAP/Parser/YAMLish/Writer.pm | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Master/tlpkg/tlperl/lib/TAP/Parser/YAMLish') diff --git a/Master/tlpkg/tlperl/lib/TAP/Parser/YAMLish/Reader.pm b/Master/tlpkg/tlperl/lib/TAP/Parser/YAMLish/Reader.pm index 524d7dca8df..82968b42b1d 100644 --- a/Master/tlpkg/tlperl/lib/TAP/Parser/YAMLish/Reader.pm +++ b/Master/tlpkg/tlperl/lib/TAP/Parser/YAMLish/Reader.pm @@ -6,7 +6,7 @@ use vars qw($VERSION @ISA); use TAP::Object (); @ISA = 'TAP::Object'; -$VERSION = '3.17'; +$VERSION = '3.23'; # TODO: # Handle blessed object syntax @@ -270,7 +270,7 @@ TAP::Parser::YAMLish::Reader - Read YAMLish data from iterator =head1 VERSION -Version 3.17 +Version 3.23 =head1 SYNOPSIS @@ -294,7 +294,7 @@ C object. =head3 C - my $got = $reader->read($stream); + my $got = $reader->read($iterator); Read YAMLish from a L and return the data structure it represents. @@ -319,7 +319,7 @@ L =head1 COPYRIGHT -Copyright 2007-2008 Andy Armstrong. +Copyright 2007-2011 Andy Armstrong. Portions copyright 2006-2008 Adam Kennedy. diff --git a/Master/tlpkg/tlperl/lib/TAP/Parser/YAMLish/Writer.pm b/Master/tlpkg/tlperl/lib/TAP/Parser/YAMLish/Writer.pm index ed81f6d8191..dda5f1873eb 100644 --- a/Master/tlpkg/tlperl/lib/TAP/Parser/YAMLish/Writer.pm +++ b/Master/tlpkg/tlperl/lib/TAP/Parser/YAMLish/Writer.pm @@ -6,7 +6,7 @@ use vars qw($VERSION @ISA); use TAP::Object (); @ISA = 'TAP::Object'; -$VERSION = '3.17'; +$VERSION = '3.23'; my $ESCAPE_CHAR = qr{ [ \x00-\x1f \" ] }x; my $ESCAPE_KEY = qr{ (?: ^\W ) | $ESCAPE_CHAR }x; @@ -147,7 +147,7 @@ TAP::Parser::YAMLish::Writer - Write YAMLish data =head1 VERSION -Version 3.17 +Version 3.23 =head1 SYNOPSIS @@ -243,7 +243,7 @@ L =head1 COPYRIGHT -Copyright 2007-2008 Andy Armstrong. +Copyright 2007-2011 Andy Armstrong. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -- cgit v1.2.3