logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Lintian::Deb822::Constants - Lintian's generic Deb822 constants

Constants

The following constants can be passed to the Debian control file parser functions to alter their parsing flag. DCTRL_DEBCONF_TEMPLATE The file should be parsed as debconf template. These have slightly syntax rules for whitespace in some cases. DCTRL_NO_COMMENTS The file do not allow comments. With this flag, any comment in the file is considered a syntax error.

Description

This module contains a number of utility subs that are nice to have, but on their own did not warrant their own module. Most subs are imported only on request.

Name

Lintian::Deb822::Constants - Lintian's generic Deb822 constants

See Also

lintian(1) Lintian v2.122.0ubuntu1 2025-05-01 Lintian::Deb822::Constants(3)

Synopsis

use Lintian::Deb822::Constants qw(DCTRL_NO_COMMENTS);

See Also