From 4abf9e87bc077f8f6bbbd166e80a70459773c40f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 Sep 2011 10:30:10 +0000 Subject: fix namepsace in doc --- NEWS | 2 ++ lib/MDK/Common.pm.pl | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 0573acf..9043cc4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- fix namepsace in doc + Version 1.2.28 - 12 April 2011, by Olivier Blin - substInFile: fix writing to zero-sized or nonexistent files (#460), diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl index ec29f06..260189a 100755 --- a/lib/MDK/Common.pm.pl +++ b/lib/MDK/Common.pm.pl @@ -35,6 +35,7 @@ EOF foreach my $f () { (my $pkg = $f) =~ s|/|::|g; + $pkg =~ s!lib::!!; open F, $f or die "can't open file $f"; my $line; while () { -- cgit v1.2.1