|
Lines 88-94
Link Here
|
| 88 |
use autouse 'File::Basename' => qw(dirname); |
88 |
use autouse 'File::Basename' => qw(dirname); |
| 89 |
use autouse 'File::Spec::Functions' => |
89 |
use autouse 'File::Spec::Functions' => |
| 90 |
qw(catdir catpath splitpath splitdir tmpdir); |
90 |
qw(catdir catpath splitpath splitdir tmpdir); |
| 91 |
use autouse 'List::Util' => qw( max(@) ); |
91 |
use List::Util; |
| 92 |
|
92 |
|
| 93 |
|
93 |
|
| 94 |
=head1 NAME |
94 |
=head1 NAME |