Skip to content

Commit 0b6e3f3

Browse files
committed
roll back Apache-SizeLimit integration
git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@440932 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6505671 commit 0b6e3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/conf/post_config_startup.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ sub test_apache_size_limit {
7070
if ($@) {
7171
# unsupported platform
7272
die $@ unless $@ =~ /Apache2::SizeLimit not implemented on/
73-
or $@ =~ /You must install BSD::Resource/;
73+
or $@ =~ /you must install BSD::Resource/;
7474
}
7575
}
7676

0 commit comments

Comments
 (0)