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::Processable::NotJustDocs - Lintian interface to installable package data collection

Author

Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

Description

Lintian::Processable::NotJustDocs provides an interface to package data for installation packages.

Instance Methods

not_just_docs Returns a truth value if the package appears to be empty.

Name

Lintian::Processable::NotJustDocs - Lintian interface to installable package data collection

See Also

lintian(1) Lintian v2.122.0ubuntu1 2025-05-01 Lintian::Processable::NotJustDocs(3)

Synopsis

my $processable = Lintian::Processable::Installable->new; my $is_empty = $processable->not_just_docs;

See Also