diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-04-05 22:26:09 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-06 18:59:53 +0000 |
commit | 46fc212f8fc7314e19da7be073d918c01761bfbf (patch) | |
tree | 3c82277c60e056a14438102bf06acf8faf2629df /ext/Encode/TW/Makefile.PL | |
parent | 2f41957b6be2495812a293a55e64b2348f9b47f9 (diff) | |
download | perl-46fc212f8fc7314e19da7be073d918c01761bfbf.tar.gz |
Encode tweaks for VMS
Message-ID: <20020406082609.GA28758@blackrider>
p4raw-id: //depot/perl@15771
Diffstat (limited to 'ext/Encode/TW/Makefile.PL')
-rw-r--r-- | ext/Encode/TW/Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Encode/TW/Makefile.PL b/ext/Encode/TW/Makefile.PL index 925fa32905..8284ad056c 100644 --- a/ext/Encode/TW/Makefile.PL +++ b/ext/Encode/TW/Makefile.PL @@ -129,8 +129,8 @@ sub postamble $continuator = ''; } } - my $plib = $ENV{PERL_CORE} ? '-I$(PERL_LIB)' : ''; - my $ucopts = ($^O eq 'VMS') ? '-"Q"' : '-Q'; # VMS tweaks + my $plib = $self->{PERL_CORE} ? '"-I$(PERL_LIB)"' : ''; + my $ucopts = '-"Q"'; $str .= qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n}; open (FILELIST, ">$table.fnm") |