summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2002-04-21 02:11:06 +0000
committerGurusamy Sarathy <gsar@cpan.org>2002-04-21 02:11:06 +0000
commit9c25e1f89bb1ab422ff7f8c07d5abd3e91105704 (patch)
tree70e409331494cba61d9bd07e67fdbc89d9bfc5f0 /makedef.pl
parentc623ac675720b3145d48cc2ea9474a0f3e0cbbca (diff)
downloadperl-9c25e1f89bb1ab422ff7f8c07d5abd3e91105704.tar.gz
missed checkin of this file in change#16033
p4raw-link: @16033 on //depot/perl: c623ac675720b3145d48cc2ea9474a0f3e0cbbca p4raw-id: //depot/perl@16034
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 26398385eb..b715d4aadb 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -141,7 +141,7 @@ my $sym_ord = 0;
if ($PLATFORM eq 'win32') {
warn join(' ',keys %define)."\n";
- print "LIBRARY Perl57\n";
+ print "LIBRARY perl58\n";
print "DESCRIPTION 'Perl interpreter'\n";
print "EXPORTS\n";
if ($define{PERL_IMPLICIT_SYS}) {
@@ -190,7 +190,7 @@ elsif ($PLATFORM eq 'aix') {
}
elsif ($PLATFORM eq 'netware') {
if ($FILETYPE eq 'def') {
- print "LIBRARY Perl57\n";
+ print "LIBRARY perl58\n";
print "DESCRIPTION 'Perl interpreter for NetWare'\n";
print "EXPORTS\n";
}