diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 05:00:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 05:00:44 +0000 |
commit | 65f190625df5c430dbe5dc68ccef865b33839973 (patch) | |
tree | 7923365b9dfa49a2a2f8ec67abce9d09b32ad514 /epoc | |
parent | 68c887af8bbbe8aaa5d726ce35fbbb66c21b6301 (diff) | |
download | perl-65f190625df5c430dbe5dc68ccef865b33839973.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5570
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 71316834c8..a3051d479e 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -630,6 +630,7 @@ signal_t='void' sitearch='/perl/lib/site_perl/5.5.670/epoc' sitearchexp='/perl/lib/site_perl/5.5.670/epoc' sitelib='/perl/lib/site_perl/5.5.670/' +sitelib_stem='/perl/lib/site_perl' sitelibexp='/perl/lib/site_perl/5.5.670/' siteprefix='' siteprefixexp='' @@ -697,6 +698,7 @@ usevfork='' usrinc='' uuname='' vendorlib='' +vendorlib_stem='' vendorlibexp='' vendorprefix='' vendorprefixexp='' |