obey perlcritic; use strict

3.4
Christian Veigl 13 years ago
parent 6ead5d0d98
commit e01dbaad06

@ -1,4 +1,5 @@
#!/usr/bin/perl -w
use strict;
BEGIN { $ENV{CATALYST_ENGINE} ||= 'CGI' }

@ -1,4 +1,5 @@
#!/usr/bin/perl -w
use strict;
BEGIN { $ENV{CATALYST_ENGINE} ||= 'FastCGI' }

@ -1,4 +1,5 @@
#!/usr/bin/perl -w
use strict;
BEGIN {
$ENV{CATALYST_ENGINE} ||= 'HTTP';

Loading…
Cancel
Save