Provided by: lintian_2.32.0_all bug

NAME

       Lintian::Lab -- Interface to the Lintian Lab

SYNOPSIS

        use Lintian::Lab;

        my $lab = Lintian::Lab->new;

DESCRIPTION

       This module provides an abstraction from "How and where" packages are placed.  It handles
       creation and deletion of the Lintian Lab itself as well as providing access to the
       entries.

INSTANCE METHODS

       get_package (PROC)
           Fetches an existing package from the lab.

           The first argument must be a processable.

       DEMOLISH
           Removes the lab and everything in it.  Any reference to an entry returned from this
           lab will immediately become invalid.

AUTHOR

       Niels Thykier <niels@thykier.net>

       Based on the work of various others.