Change 14033 by ams@lustre on 2002/01/03 08:24:24
Subject: Not ok 14031: PPPort Makefile.PL
From: [EMAIL PROTECTED] (Andreas J. Koenig)
Date: 03 Jan 2002 10:17:46 +0100
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/ext/Devel/PPPort/Makefile.PL#9 edit
Differences ...
==== //depot/perl/ext/Devel/PPPort/Makefile.PL#9 (text) ====
Index: perl/ext/Devel/PPPort/Makefile.PL
--- perl/ext/Devel/PPPort/Makefile.PL.~1~ Thu Jan 3 01:30:06 2002
+++ perl/ext/Devel/PPPort/Makefile.PL Thu Jan 3 01:30:06 2002
@@ -10,7 +10,7 @@
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 {
End of Patch.