Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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