Provided by: lintian_2.62.0ubuntu2.5_all bug

NAME

       Lintian::Processable::Buildinfo -- A buildinfo file Lintian can process

SYNOPSIS

        use Lintian::Processable::Buildinfo;

        my $processable = Lintian::Processable::Buildinfo->new;
        $processable->init('path');

DESCRIPTION

       This class represents a 'buildinfo' file that Lintian can process. Objects of this kind are often part of
       a Lintian::Group, which represents all the files in a changes or buildinfo file.

INSTANCE METHODS

       init (FILE)
           Initializes a new object from FILE.

AUTHOR

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

SEE ALSO

       lintian(1)

       Lintian::Processable

Lintian v2.62.0ubuntu2.5                           2024-10-16                 Lintian::Processable::Buildinfo(3)