import File::Copy

This commit is contained in:
Doug MacEachern 2009-02-24 19:40:25 -08:00
parent 9935c592f6
commit 24bf84a310
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package SigarBuild;
use strict;
use Exporter;
use File::Basename qw(basename);
use File::Copy qw(copy);
use vars qw(@ISA @EXPORT);
@ISA = qw(Exporter);