From 74be0c27243c26ffd2a231ec8bbedea5f22a2eed Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 17 Apr 2010 15:40:35 +0200 Subject: [PATCH] Fix typo in POD documentation of Automake::Channels. * lib/Automake/Channels.pm: Fixed typo in POD documentation: @<...> was used instead of C<...>. --- ChangeLog | 6 ++++++ lib/Automake/Channels.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 32404d702..1dc2cf0d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-17 Stefano Lattarini + + Fixed typo in POD documentation of Automake::Channels. + * lib/Automake/Channels.pm: Fixed typo in POD documentation: + @<...> was used instead of C<...>. + 2010-04-14 Stefano Lattarini Refactor tests on Automake TESTS color output. diff --git a/lib/Automake/Channels.pm b/lib/Automake/Channels.pm index 050ba05fd..b4908c030 100644 --- a/lib/Automake/Channels.pm +++ b/lib/Automake/Channels.pm @@ -171,7 +171,7 @@ C<$warnings_are_errors> is set. The value to update C<$exit_code> with when a fatal or error message is emitted. C<$exit_code> is also updated for warnings output -when @<$warnings_are_errors> is set. +when C<$warnings_are_errors> is set. =item C \*STDERR> -- 2.47.2