summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-06-22 09:47:56 +0200
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-06-22 14:20:44 +0200
commitebe95b262ce95e7b9c19f75a71d217a0902cfabb (patch)
tree37ef5f78502964e7cc79642872b05df4c146c50e
parentfb62d77e15dabcc9faa5db14007191bd9bb9059f (diff)
downloadautomake-ebe95b262ce95e7b9c19f75a71d217a0902cfabb.tar.gz
Fix Automake::Errors
The module didn't return 1.
-rw-r--r--lib/Automake/Errors.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Automake/Errors.pm b/lib/Automake/Errors.pm
index 7d11e0aaa..96ddae21c 100644
--- a/lib/Automake/Errors.pm
+++ b/lib/Automake/Errors.pm
@@ -81,3 +81,13 @@ sub err_ac
{
_msg_ac ('error', @_);
}
+
+=back
+
+=head1 SEE ALSO
+
+L<Automake::Channels>, L<Automake::ChannelDefs>
+
+=cut
+
+1;