Skip to content

Commit 89e46c9

Browse files
davorgbook
authored andcommitted
Don't need strict or warnings with use 5.38
1 parent 91f9c0c commit 89e46c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bin/build

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
#!/usr/bin/perl
22

3-
use strict;
4-
use warnings;
5-
63
use v5.38;
7-
use File::Copy;
84
use JSON;
5+
use File::Copy;
96
use Template;
107
use Template::Provider::Pandoc;
118

0 commit comments

Comments
 (0)