X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cgi-bin%2Fsearch_packages.pl;fp=cgi-bin%2Fsearch_packages.pl;h=5a31a1c961e82075a9b192d158560b5871372426;hp=22e9495808dd5c6252ee9b254125a82eac413c3b;hb=264b1245548e5c5494778a813e5e48897168b008;hpb=5ca21f1ba07a6b559395bec8d6bc1e528eb238d1 diff --git a/cgi-bin/search_packages.pl b/cgi-bin/search_packages.pl index 22e9495..5a31a1c 100755 --- a/cgi-bin/search_packages.pl +++ b/cgi-bin/search_packages.pl @@ -12,6 +12,7 @@ # see http://www.fsf.org/copyleft/gpl.html for a copy of the license use strict; +use lib '../lib'; use CGI qw( -oldstyle_urls ); use CGI::Carp qw( fatalsToBrowser ); use POSIX;