View | Details | Raw Unified | Return to bug 198820 | Differences between
and this patch

Collapse All | Expand All

(-)./lib/SVK/Util.pm (-1 / +1 lines)
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

Return to bug 198820