Provided by: lintian_2.62.0ubuntu2.5_all bug

NAME

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

SYNOPSIS

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

DESCRIPTION

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

INSTANCE METHODS

       add_overrides
       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 v2.62.0ubuntu2.5                           2024-10-16                 Lintian::Processable::Overrides(3)