mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2024-08-14 23:57:24 +00:00
Replace unnecessary 'use' with 'require'
This commit is contained in:
parent
a26764fd2f
commit
e5c25ef772
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use strict;
|
|||
use warnings;
|
||||
use overload '""' => 'as_string';
|
||||
use File::Basename qw/ dirname /;
|
||||
use File::Compare qw/ compare /;
|
||||
require File::Compare;
|
||||
|
||||
# :squash-remove-start:
|
||||
require Directory::Simplify::Instruction::CopyTimestamp;
|
||||
|
|
Loading…
Reference in a new issue