From 4082acabd8a6084de82f764171b9b61f3fa78ba1 Mon Sep 17 00:00:00 2001 From: Tom Christiansen Date: Tue, 15 Feb 2011 21:44:15 -0800 Subject: [PATCH] More POD corrections [Extracted by the committer from ] --- ext/B/B.pm | 4 ++-- sv.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/B/B.pm b/ext/B/B.pm index 8f3c975..91dc5f5 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -15,7 +15,7 @@ require Exporter; # walkoptree comes from B.xs BEGIN { - $B::VERSION = '1.27'; + $B::VERSION = '1.28'; @B::EXPORT_OK = qw(minus_c ppname save_BEGINs class peekop cast_I32 cstring cchar hash threadsv_names @@ -543,7 +543,7 @@ per-thread threadsv variables. =back -=head2 Exported utility variabiles +=head2 Exported utility variables =over 4 diff --git a/sv.c b/sv.c index e2cc8d8..4bd6850 100644 --- a/sv.c +++ b/sv.c @@ -4661,7 +4661,7 @@ we do the copy, and is also used locally. If C is set then a copy-on-write scalar drops its PV buffer (if any) and becomes SvPOK_off rather than making a copy. (Used where this scalar is about to be set to some other value.) In addition, the C parameter gets passed to -C when unrefing. C calls this function +C when unreffing. C calls this function with flags set to 0. =cut -- 2.7.4