Skip to content
Snippets Groups Projects
Commit c0a4dc6a authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Use "perl -wT" in shebang.

parent 13fa47e1
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/perl
#!/usr/bin/perl -wT
# $Id$
#
......@@ -132,7 +132,7 @@ my $use_stylesheets = 1;
# $be_nice
# Whether to be nice to DAS servers or not.
#
my $be_nice = 0;
my $be_nice = 1;
# $use_graphics
# Whether to generate and use graphics or not.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment