This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9483776
)
Make code agree with documentation (from Wolfgang Friebel)
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 6 Aug 2003 18:24:56 +0000
(18:24 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 6 Aug 2003 18:24:56 +0000
(18:24 +0000)
p4raw-id: //depot/perl@20530
lib/ExtUtils/MakeMaker.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/MakeMaker.pm
b/lib/ExtUtils/MakeMaker.pm
index
53c485e
..
dbfc81a
100644
(file)
--- 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.