summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-11 10:12:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-11 10:12:08 +0000
commitbfbcae5961716c9b7c1568a8c37adb0ed42a9bd1 (patch)
tree8d18197486dd56b2214d783fbab2348e8a93278d
parent554ae7f811ceb5bd6db773053dd5f332abc09865 (diff)
downloadperl-MDK-Common-bfbcae5961716c9b7c1568a8c37adb0ed42a9bd1.tar
perl-MDK-Common-bfbcae5961716c9b7c1568a8c37adb0ed42a9bd1.tar.gz
perl-MDK-Common-bfbcae5961716c9b7c1568a8c37adb0ed42a9bd1.tar.bz2
perl-MDK-Common-bfbcae5961716c9b7c1568a8c37adb0ed42a9bd1.tar.xz
perl-MDK-Common-bfbcae5961716c9b7c1568a8c37adb0ed42a9bd1.zip
fix including the doc of sub-modules
-rw-r--r--lib/MDK/Common.pm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl
index 2cf2b9b..825e162 100644
--- a/lib/MDK/Common.pm.pl
+++ b/lib/MDK/Common.pm.pl
@@ -33,7 +33,7 @@ L<MDK::Common::Various>.
EOF
-foreach my $f (<MDK/Common/*.pm>) {
+foreach my $f (<lib/MDK/Common/*.pm>) {
(my $pkg = $f) =~ s|/|::|g;
open F, $f or die "can't open file $f";
my $line;