App-GitHooks-Plugin-PgBouncerAuthSyntax
view release on metacpan or search on metacpan
lib/App/GitHooks/Plugin/PgBouncerAuthSyntax.pm view on Meta::CPAN
Allow comments anywhere. Use with PgBouncer versions above 1.5.4 (not
included).
comments_setting = allow_anywhere
=item * I<allow_end_only>
Allow comments at the end of the file only. PgBouncer will stop parsing the
auth file as soon as it encounters an incorrectly formatted line, so you can
technically add comments at the end of the file. This setting will prevent you
from accidentally adding anything but comments once the first comment is seen,
to catch errors that are otherwise tricky to debug.
comments_setting = allow_end_only
=item * I<disallow>
Don't allow comments at all. The safest setting for PgBouncer versions up to
1.5.4 (included).
comments_setting = disallow
( run in 0.315 second using v1.01-cache-2.11-cpan-de7293f3b23 )