summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;