diff options
author | Jan Dubois <jand@activestate.com> | 2007-12-24 07:30:31 -0800 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2007-12-25 05:25:42 +0000 |
commit | abf0ed0d390b1c5427bc1ae98a11af04d7b7c389 (patch) | |
tree | a3a081faf4393670feec0e6f46655c0d2f858f03 /makedef.pl | |
parent | d34ed59f585350f3dfb4fdf7eca3266cdce428a1 (diff) | |
download | perl-abf0ed0d390b1c5427bc1ae98a11af04d7b7c389.tar.gz |
RE: [PATCH] s/perl510/perl511/g
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <0cdf01c84684$f99c3310$ecd49930$@com>
p4raw-id: //depot/perl@32722
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makedef.pl b/makedef.pl index 26dcad8381..e78f7500d1 100644 --- a/makedef.pl +++ b/makedef.pl @@ -159,7 +159,7 @@ my $sym_ord = 0; print STDERR "Defines: (" . join(' ', sort keys %define) . ")\n"; if ($PLATFORM =~ /^win(?:32|ce)$/) { - (my $dll = ($define{PERL_DLL} || "perl510")) =~ s/\.dll$//i; + (my $dll = ($define{PERL_DLL} || "perl511")) =~ s/\.dll$//i; print "LIBRARY $dll\n"; # The DESCRIPTION module definition file statement is not supported # by VC7 onwards. @@ -215,7 +215,7 @@ elsif ($PLATFORM eq 'aix') { } elsif ($PLATFORM eq 'netware') { if ($FILETYPE eq 'def') { - print "LIBRARY perl510\n"; + print "LIBRARY perl511\n"; print "DESCRIPTION 'Perl interpreter for NetWare'\n"; print "EXPORTS\n"; } |