diff options
author | Andreas König <a.koenig@mind.de> | 2002-01-03 11:17:46 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-01-03 08:24:24 +0000 |
commit | ca209a07a4042d86330d80b0f3f2acfcf4062c78 (patch) | |
tree | a22e1eeacb3b8341f412ac8c96fe3fbec08dca11 | |
parent | 93c50829d83553b4361dbfd23cb665fcba82d307 (diff) | |
download | perl-ca209a07a4042d86330d80b0f3f2acfcf4062c78.tar.gz |
Not ok 14031: PPPort Makefile.PL
Message-Id: <m3sn9n94jp.fsf@anima.de>
p4raw-id: //depot/perl@14033
-rw-r--r-- | ext/Devel/PPPort/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Devel/PPPort/Makefile.PL b/ext/Devel/PPPort/Makefile.PL index 0964533ac9..21aedf3f24 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 { |