summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS1
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0fc943a4..4b8f53e7 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -75,6 +75,8 @@ sub manifypods {
my $inherited = shift->SUPER::manifypods(@_);
#- TODO repartition of man pages in sections by pod2man is incorrect
#- TODO as more languages are added adapt the following quick hack
+ # Adjust captions to make them look less like perl packages
+ $inherited =~ s/^(POD2MAN_EXE\s*=\s*)(.+)$/$1$2 -c "Mageia Package Management" -r "Mageia Linux"/m;
$inherited;
}
diff --git a/NEWS b/NEWS
index 0e239b1a..272bae00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- enhance man pages caption (inspirated by mdv)
- fix testsuite regressions
- o make 'basename' option work again for rpmdrake
- urpmi: