diff options
author | mkanat%bugzilla.org <> | 2007-10-19 11:46:10 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-10-19 11:46:10 +0000 |
commit | 415e32d463bbb881d991d886ddba6f859669c098 (patch) | |
tree | fd97f6e5bd6f2333f9c9dceda58f5ba226d3bc4a /contrib/bz_webservice_demo.pl | |
parent | Bug 398990: process_bug.cgi shouldn't check the 'reporter' field as this fiel... (diff) | |
download | bugzilla-415e32d463bbb881d991d886ddba6f859669c098.tar.gz bugzilla-415e32d463bbb881d991d886ddba6f859669c098.tar.bz2 bugzilla-415e32d463bbb881d991d886ddba6f859669c098.zip |
Bug 399954: Make Bugzilla able to hold its dependencies in a local directory
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'contrib/bz_webservice_demo.pl')
-rwxr-xr-x | contrib/bz_webservice_demo.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/bz_webservice_demo.pl b/contrib/bz_webservice_demo.pl index 70fb6c294..72dd78a19 100755 --- a/contrib/bz_webservice_demo.pl +++ b/contrib/bz_webservice_demo.pl @@ -29,6 +29,7 @@ C<bz_webservice_demo.pl --help> for detailed help =cut use strict; +use lib qw(lib); use Getopt::Long; use Pod::Usage; use File::Basename qw(dirname); |