]> git.pld-linux.org Git - packages/perl-Tk.git/commitdiff
ba70d4e81ab4338afe91133abab5fe3f perl-Tk-man_section.patch
authorankry <ankry@pld-linux.org>
Thu, 18 Jul 2002 17:05:53 +0000 (17:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Tk-man_section.patch -> 1.1

perl-Tk-man_section.patch [new file with mode: 0644]

diff --git a/perl-Tk-man_section.patch b/perl-Tk-man_section.patch
new file mode 100644 (file)
index 0000000..62f7593
--- /dev/null
@@ -0,0 +1,11 @@
+--- Tk800.023/Tk/MMutil.pm~    Thu Jul 18 18:56:51 2002
++++ Tk800.023/Tk/MMutil.pm     Thu Jul 18 18:56:51 2002
+@@ -321,7 +321,7 @@
+  local $_ = $self->MM::manifypods;
+  if ($] >= 5.00565)
+   {
+-   s/(POD2MAN_EXE.*pod2man)/$1 --center "perl\/Tk Documentation" --release "Tk\$(VERSION)"/;
++   s/(POD2MAN_EXE.*pod2man)/$1 --section=3pm --center "perl\/Tk Documentation" --release "Tk\$(VERSION)"/;
+   }
+  elsif ($] >= 5.003)
+   {
This page took 0.036691 seconds and 4 git commands to generate.