]> git.pld-linux.org Git - packages/perl-Tk.git/blob - perl-Tk-man_section.patch
- todo: remove devel deps
[packages/perl-Tk.git] / perl-Tk-man_section.patch
1 diff -Nru Tk-804.027.vanilla/Tk/MMutil.pm Tk-804.027/Tk/MMutil.pm
2 --- Tk-804.027.vanilla/Tk/MMutil.pm     2004-03-27 15:55:55.000000000 +0100
3 +++ Tk-804.027/Tk/MMutil.pm     2005-03-11 20:44:29.614912584 +0100
4 @@ -366,7 +366,7 @@
5   local $_ = $self->MM::manifypods;
6   if ($] >= 5.00565)
7    {
8 -   s/(POD2MAN_EXE.*pod2man.*)/$1 --center "perl\/Tk Documentation" --release "Tk\$(VERSION)"/;
9 +   s/(POD2MAN_EXE.*pod2man.*)/$1 --section=3pm --center "perl\/Tk Documentation" --release "Tk\$(VERSION)"/;
10    }
11   elsif ($] >= 5.003)
12    {
This page took 0.061697 seconds and 3 git commands to generate.