summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-04-02 18:58:17 +0800
committerJesse Vincent <jesse@bestpractical.com>2011-04-02 18:58:17 +0800
commit88ea365576417b263eed614d4b3c1c4781b6544a (patch)
treea4d3c4c895002a18529dc6ecf84956e792435195 /makedef.pl
parentd634733c523ec6f574382d9fe0682071a0aabbcd (diff)
downloadperl-88ea365576417b263eed614d4b3c1c4781b6544a.tar.gz
First provisional bump to 5.14.0-RC0
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 549e8f0004..73a80adad9 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} || "perl513")) =~ s/\.dll$//i;
+ (my $dll = ($define{PERL_DLL} || "perl514")) =~ 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 perl513\n";
+ print "LIBRARY perl514\n";
print "DESCRIPTION 'Perl interpreter for NetWare'\n";
print "EXPORTS\n";
}