]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix typo in POD documentation of Automake::Channels.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 17 Apr 2010 13:40:35 +0000 (15:40 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 20 Apr 2010 05:37:55 +0000 (07:37 +0200)
* lib/Automake/Channels.pm: Fixed typo in POD documentation:
@<...> was used instead of C<...>.

ChangeLog
lib/Automake/Channels.pm

index 32404d7029b64aafcd27ceacf03d7f1d341b34cd..1dc2cf0d38d0b89228d918d0561800a55ed076fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-17  Stefano Lattarini  <stefano.lattarini@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-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Refactor tests on Automake TESTS color output.
index 050ba05fd026c19b21c9b3aeebe1a6cc623ad591..b4908c030da164ab606f2a3bd7e32a861fc2205f 100644 (file)
@@ -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>