We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6505671 commit 0b6e3f3Copy full SHA for 0b6e3f3
t/conf/post_config_startup.pl
@@ -70,7 +70,7 @@ sub test_apache_size_limit {
70
if ($@) {
71
# unsupported platform
72
die $@ unless $@ =~ /Apache2::SizeLimit not implemented on/
73
- or $@ =~ /You must install BSD::Resource/;
+ or $@ =~ /you must install BSD::Resource/;
74
}
75
76
0 commit comments