From: Andreas König Date: Thu, 3 Jan 2002 10:17:46 +0000 (+0100) Subject: Not ok 14031: PPPort Makefile.PL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca209a07a4042d86330d80b0f3f2acfcf4062c78;p=p5sagit%2Fp5-mst-13.2.git Not ok 14031: PPPort Makefile.PL Message-Id: p4raw-id: //depot/perl@14033 --- diff --git a/ext/Devel/PPPort/Makefile.PL b/ext/Devel/PPPort/Makefile.PL index 0964533..21aedf3 100644 --- a/ext/Devel/PPPort/Makefile.PL +++ b/ext/Devel/PPPort/Makefile.PL @@ -10,7 +10,7 @@ WriteMakefile( OBJECT => 'PPPort$(OBJ_EXT) module2$(OBJ_EXT) module3$(OBJ_EXT)', XSPROTOARG => '-noprototypes', 'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" }, - 'clean' => { FILES => [qw(ppport.h ppport_h)]}, + 'clean' => { FILES => "ppport.h ppport_h"}, ); sub MY::postamble {