perl-apache.patch 844 B

1234567891011121314151617181920212223242526
  1. --- Apache-Session-Lazy-0.05/Makefile.PL.dist 2003-07-11 17:09:22.000000000 +0200
  2. +++ Apache-Session-Lazy-0.05/Makefile.PL 2003-07-11 17:09:13.000000000 +0200
  3. @@ -10,4 +10,4 @@
  4. ($] >= 5.005 ? ## Add these new keywords supported since 5.005
  5. (ABSTRACT_FROM => 'Lazy.pm', # retrieve abstract from module
  6. AUTHOR => 'Gyan Kapur <gkapur@inboxusa.com>') : ()),
  7. -);
  8. \ No newline at end of file
  9. +);
  10. --- libapreq-1.1/Makefile.PL.orig 2007-03-07 14:19:02.000000000 +0100
  11. +++ libapreq-1.1/Makefile.PL 2007-03-07 15:22:56.000000000 +0100
  12. @@ -98,6 +98,13 @@
  13. }
  14. }
  15. +sub MY::subdirs {
  16. + my $self = shift;
  17. + my $string = $self->MM::subdirs;
  18. + $string =~ s/(cd c\s.*all\s+)(.*)/$1 $2 LINKTYPE="static"/;
  19. + return $string;
  20. +}
  21. +
  22. sub MY::pasthru {
  23. my $self = shift;
  24. chomp(my $str = $self->MM::pasthru);