summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2007-11-19 07:53:11 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-20 08:16:21 +0000
commitc2eef262516d11d91c32a958a009379636e7f3d5 (patch)
treea67054c04a00731831eb688c3b77243f6c37157a /makedef.pl
parentbb32c4e1d455c0d04e8f1f39328ad705baef7aef (diff)
downloadperl-c2eef262516d11d91c32a958a009379636e7f3d5.tar.gz
Rename "perl59" to "perl510"
From: "Jan Dubois" <jand@activestate.com> Message-ID: <03cd01c82b07$581a1950$084e4bf0$@com> p4raw-id: //depot/perl@32411
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/makedef.pl b/makedef.pl
index 96ca14dd45..26dcad8381 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} || "perl59")) =~ s/\.dll$//i;
+ (my $dll = ($define{PERL_DLL} || "perl510")) =~ 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 perl59\n";
+ print "LIBRARY perl510\n";
print "DESCRIPTION 'Perl interpreter for NetWare'\n";
print "EXPORTS\n";
}