diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-06 18:24:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-06 18:24:56 +0000 |
commit | 324b23145b17e1acc327e170d31ebe7b00858b10 (patch) | |
tree | 3cb768b3812e27c9b114ec47160580930063d018 /lib | |
parent | 9483776f29dbf67c9f5f68dcc7dd77bf0eb0eeb5 (diff) | |
download | perl-324b23145b17e1acc327e170d31ebe7b00858b10.tar.gz |
Make code agree with documentation (from Wolfgang Friebel)
p4raw-id: //depot/perl@20530
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/MakeMaker.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index 53c485e355..dbfc81a861 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -354,6 +354,7 @@ sub new { if ("@ARGV" =~ /\bPREREQ_PRINT\b/) { require Data::Dumper; print Data::Dumper->Dump([$self->{PREREQ_PM}], [qw(PREREQ_PM)]); + exit 0; } # PRINT_PREREQ is RedHatism. |