Line # Revision Author
1 722 ahitrov --- Makefile.PL 2008-01-10 12:14:22.000000000 +0300
2 +++ Makefile.5.26.PL 2018-09-25 11:46:48.519078000 +0300
3 @@ -1146,7 +1146,7 @@
4 iedit "lib/mod_perl_hooks.pm",
5 qq(s/sub mod_perl::hooks.*/sub mod_perl::hooks { qw($hooks) }/);
6
7 - require "lib/mod_perl_hooks.pm";
8 + require "./lib/mod_perl_hooks.pm";
9 my @list = mod_perl::hooks();
10
11 unless ($Is_Cygwin) { # test doesn't seem to be needed, works for me (Per Einar)