summaryrefslogtreecommitdiffstats
path: root/perl_checker.src
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-02-15 09:11:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-02-15 09:11:44 +0000
commit43750f2338ccfc28518234374c9a0e2af424eb61 (patch)
tree9b7e2a9eb0ce164881b093a23dab477607bba70d /perl_checker.src
parente70b93f0257ee88cb16fc10490bfba4caef6c622 (diff)
downloadperl-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.pl2
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) = @_;