Change -w to "use warnings;" in tools/get-version
This is more idiomatic and consistent with everywhere else.
This commit is contained in:
parent
0979a9c7bd
commit
157f39385a
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
open(CONF, "configure.ac") or die "Couldn't open configure.ac: $!\n";
|
||||
|
||||
|
|
Loading…
Reference in a new issue