perl shebang

This commit is contained in:
Matthias Huck 2015-08-19 16:59:10 +01:00
parent 4ff776f564
commit 261cfdb024
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,9 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
#
# This file is part of moses. Its use is licensed under the GNU Lesser General
# Public License version 2.1 or, at your option, any later version.
use warnings;
use strict;
use Encode;
use FindBin qw($RealBin);

View File

@ -1,8 +1,9 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
#
# This file is part of moses. Its use is licensed under the GNU Lesser General
# Public License version 2.1 or, at your option, any later version.
use warnings;
use strict;
use FindBin qw($RealBin);