diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-02-15 09:11:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-02-15 09:11:44 +0000 |
commit | 43750f2338ccfc28518234374c9a0e2af424eb61 (patch) | |
tree | 9b7e2a9eb0ce164881b093a23dab477607bba70d /perl_checker.src | |
parent | e70b93f0257ee88cb16fc10490bfba4caef6c622 (diff) | |
download | perl-MDK-Common-43750f2338ccfc28518234374c9a0e2af424eb61.tar perl-MDK-Common-43750f2338ccfc28518234374c9a0e2af424eb61.tar.gz perl-MDK-Common-43750f2338ccfc28518234374c9a0e2af424eb61.tar.bz2 perl-MDK-Common-43750f2338ccfc28518234374c9a0e2af424eb61.tar.xz perl-MDK-Common-43750f2338ccfc28518234374c9a0e2af424eb61.zip |
fix building doc without buildrequiring perl-MDK-Common (thanks to Gary L. Greene)
Diffstat (limited to 'perl_checker.src')
-rw-r--r-- | perl_checker.src/perl_checker.html.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/perl_checker.html.pl b/perl_checker.src/perl_checker.html.pl index 5928f70..cb90f6d 100644 --- a/perl_checker.src/perl_checker.html.pl +++ b/perl_checker.src/perl_checker.html.pl @@ -113,7 +113,7 @@ It has advantages but also some drawbacks for team project: coding rules help learning incrementally EOF -use lib 'test'; +use lib ('test', '..'); use read_t; sub get_example { my ($file) = @_; |