Not ok 14031: PPPort Makefile.PL
Andreas König [Thu, 3 Jan 2002 10:17:46 +0000 (11:17 +0100)]
   Message-Id: <m3sn9n94jp.fsf@anima.de>

p4raw-id: //depot/perl@14033

ext/Devel/PPPort/Makefile.PL

index 0964533..21aedf3 100644 (file)
@@ -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 {