projects
/
imager.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
clean up various testout directories on a make clean
[imager.git]
/
ICO
/
Makefile.PL
diff --git
a/ICO/Makefile.PL
b/ICO/Makefile.PL
index e2d35cb4668c23bff9f3e9f3705c3b8e62986756..217c39c86c2a9cf831e7291bd3e4120f00758535 100644
(file)
--- a/
ICO/Makefile.PL
+++ b/
ICO/Makefile.PL
@@
-7,7
+7,8
@@
my %opts =
NAME => 'Imager::File::ICO',
VERSION_FROM => 'ICO.pm',
OBJECT => 'ICO.o msicon.o imicon.o',
- INC => '-I..'
+ INC => '-I..',
+ clean => { FILES => 'testout' },
);
my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
if ($MM_ver > 6.06) {