]> git.imager.perl.org - imager.git/blobdiff - ICO/Makefile.PL
clean up various testout directories on a make clean
[imager.git] / ICO / Makefile.PL
index e2d35cb4668c23bff9f3e9f3705c3b8e62986756..217c39c86c2a9cf831e7291bd3e4120f00758535 100644 (file)
@@ -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) {