]> git.imager.perl.org - imager.git/commitdiff
make sure meta.tmp is cleaned up
authorTony Cook <tony@develop=help.com>
Tue, 24 May 2005 05:07:50 +0000 (05:07 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 24 May 2005 05:07:50 +0000 (05:07 +0000)
Makefile.PL

index 5d1754f852ed4a204cf1711ef86050b3031e8ea5..d01aae6fd1c924121328f4da434bb314e321464b 100644 (file)
@@ -111,7 +111,7 @@ if (defined $Config{'d_dlsymun'}) { $OSDEF  .= ' -DDLSYMUN'; }
        'DEFINE'       => "$OSDEF $CFLAGS",
        'INC'          => "$lib_cflags $DFLAGS $F_INC",
        'OBJECT'       => join(' ', @objs, $F_OBJECT),
-       clean          => { FILES=>'testout' },
+       clean          => { FILES=>'testout meta.tmp' },
       );
 
 if ($ExtUtils::MakeMaker::VERSION > 6.06) {