From bfbcae5961716c9b7c1568a8c37adb0ed42a9bd1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Sep 2007 10:12:08 +0000 Subject: fix including the doc of sub-modules --- lib/MDK/Common.pm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. EOF -foreach my $f () { +foreach my $f () { (my $pkg = $f) =~ s|/|::|g; open F, $f or die "can't open file $f"; my $line; -- cgit v1.2.1