Skip to content

Commit c5ceea5

Browse files
khwilliamsondemerphq
authored andcommitted
makedef.pl: Add 'use warnings'
This would have saved me a bunch of time.
1 parent 7431637 commit c5ceea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makedef.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
use strict;
3535
use Config;
36+
use warnings;
3637

3738
my $fold;
3839
my %ARGS;

0 commit comments

Comments
 (0)