X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cgi-bin%2Fshow_package.pl;h=a98337ad258095237fb0fe777aca9f2e29bccf99;hp=53d0f7be63c670c56bc15a8135d00cfeae20ba4b;hb=264b1245548e5c5494778a813e5e48897168b008;hpb=5ca21f1ba07a6b559395bec8d6bc1e528eb238d1 diff --git a/cgi-bin/show_package.pl b/cgi-bin/show_package.pl index 53d0f7b..a98337a 100755 --- a/cgi-bin/show_package.pl +++ b/cgi-bin/show_package.pl @@ -13,6 +13,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;