Skip to content

Commit d41aadb

Browse files
author
gage
committed
add Locale::Maketext::Lexicon and Locale::Maketext::Simple
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@7113 c0722133-6baf-4dd8-8699-98d999cd4f06
1 parent b9cf089 commit d41aadb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/check_modules.pl

+4-2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
IO::File
6565
Iterator
6666
Iterator::Util
67+
Locale::Maketext::Lexicon
68+
Locale::Maketext::Simple
6769
Mail::Sender
6870
MIME::Base64
6971
Net::IP
@@ -98,10 +100,10 @@
98100

99101
my $apache_version = shift @ARGV;
100102
unless (defined $apache_version and $apache_version =~ /^apache[12]$/) {
101-
warn "invalid apache version specified -- assuming apache1\n";
103+
warn "invalid apache version specified -- assuming apache2\n";
102104
warn "usage: $0 { apache1 | apache2 }\n";
103105
sleep 1;
104-
$apache_version = "apache1";
106+
$apache_version = "apache2";
105107
}
106108

107109
if ($apache_version eq "apache1") {

0 commit comments

Comments
 (0)