perl-tk.patch 707 B

1234567891011121314151617181920212223
  1. Index: Tk800.024/Tk/MMutil.pm
  2. --- Tk800.024/Tk/MMutil.pm.orig 2002-03-05 15:27:40.000000000 +0100
  3. +++ Tk800.024/Tk/MMutil.pm 2003-10-09 11:45:43.000000000 +0200
  4. @@ -330,18 +330,6 @@
  5. my $self = shift;
  6. # Maybe always call UNIX version - we HTMLize them later
  7. local $_ = $self->MM::manifypods;
  8. - if ($] >= 5.00565)
  9. - {
  10. - s/(POD2MAN_EXE.*pod2man)/$1 --center "perl\/Tk Documentation" --release "Tk\$(VERSION)"/;
  11. - }
  12. - elsif ($] >= 5.003)
  13. - {
  14. - s/(POD2MAN_EXE.*pod2man)/$1 -center "perl\/Tk Documentation" -release "Tk\$(VERSION)"/;
  15. - }
  16. - else
  17. - {
  18. - s/(POD2MAN_EXE.*pod2man)/$1 -center \\"perl\/Tk Documentation\\" -release \\"Tk\$(VERSION)\\"/;
  19. - }
  20. s/\bpod::/Tk::/mg;
  21. s/\bpTk:://mg;
  22. $_;