From: Matthias Paulmier Date: Fri, 22 Jun 2018 07:47:56 +0000 (+0200) Subject: Fix Automake::Errors X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ebe95b262ce95e7b9c19f75a71d217a0902cfabb;p=thirdparty%2Fautomake.git Fix Automake::Errors The module didn't return 1. --- 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, L + +=cut + +1;