Provided by: lintian_2.48.0_all bug

NAME

       Lintian::Info::Overrides - access to override data

SYNOPSIS

           use Lintian::Processable;
           my $processable = Lintian::Processable::Binary->new;

DESCRIPTION

       Lintian::Info::Overrides provides an interface to package data for overrides.

INSTANCE METHODS

       overrides(OVERRIDE-FILE)
           Read OVERRIDE-FILE and add the overrides found there which match the metadata of the
           current file (package and type).  The overrides are added to the overrides hash in the
           info hash entry for the current file.

           file_start() must be called before this method.  This method throws an exception if
           there is no current file and calls fail() if the override file cannot be opened.

AUTHOR

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

SEE ALSO

       lintian(1), Lintian::Collect, Lintian::Collect::Binary, Lintian::Collect::Source