summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-05-18 16:37:58 +0100
committerDavid Mitchell <davem@iabyn.com>2011-05-18 16:37:58 +0100
commit8891dd8d4c5444371851ec339d7cc20f956ffb5f (patch)
tree0e57585ce9fc920d80f40b217ae9536706e7a922 /makedef.pl
parent066dc4d9061322fc2bcc1ae08c05d4ef354ac4ab (diff)
downloadperl-8891dd8d4c5444371851ec339d7cc20f956ffb5f.tar.gz
Bump the perl version in various places for 5.15.0
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 73a80adad9..9b76ef95f9 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -179,7 +179,7 @@ my $sym_ord = 0;
print STDERR "Defines: (" . join(' ', sort keys %define) . ")\n";
if ($PLATFORM =~ /^win(?:32|ce)$/) {
- (my $dll = ($define{PERL_DLL} || "perl514")) =~ s/\.dll$//i;
+ (my $dll = ($define{PERL_DLL} || "perl515")) =~ s/\.dll$//i;
print "LIBRARY $dll\n";
# The DESCRIPTION module definition file statement is not supported
# by VC7 onwards.
@@ -235,7 +235,7 @@ elsif ($PLATFORM eq 'aix') {
}
elsif ($PLATFORM eq 'netware') {
if ($FILETYPE eq 'def') {
- print "LIBRARY perl514\n";
+ print "LIBRARY perl515\n";
print "DESCRIPTION 'Perl interpreter for NetWare'\n";
print "EXPORTS\n";
}