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