A simple typofix in POD documentation. Regards, Stefano
From e2bf5c7be520596a165935509c51b52f924faf85 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini <stefano.lattar...@gmail.com> 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 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7f3c23..77f3cc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-17 Stefano Lattarini <stefano.lattar...@gmail.com> + + Fixed typo in POD documentation of Automake::Channels. + * lib/Automake/Channels.pm: Fixed typo in POD documentation: + @<...> was used instead of C<...>. + 2010-04-11 Ralf Wildenhues <ralf.wildenh...@gmx.de> Print 'warnings are treated as errors' note if needed. diff --git a/lib/Automake/Channels.pm b/lib/Automake/Channels.pm index 35897a5..1fb2f53 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<file =E<gt> \*STDERR> -- 1.6.5