Source: libfind-lib-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Find-Lib/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libfind-lib-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfind-lib-perl.git Package: libfind-lib-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module to intelligently find libraries Find::Lib is a module aimed at finding and loading libraries in paths relative to the currently running script. It is particularly useful for test scripts, when there are test helper modules included in the distribution that are needed for testing but should not be installed on the system. . It simplifies the finding and loading these special libraries, which can be a tedious and error-prone process, especially when new modules are updated. This module is generally used to locate and load a bundled "bootstrapping" module which then loads the required dependencies.