This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d83484c
)
VMS-specific nit in S_init_perllib after 2cace6acdfad87b2d298bff18b91b339c18fd1e3.
author
Craig A. Berry
<craigberry@mac.com>
Mon, 23 Feb 2009 03:14:17 +0000
(21:14 -0600)
committer
Craig A. Berry
<craigberry@mac.com>
Mon, 23 Feb 2009 03:14:17 +0000
(21:14 -0600)
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
7f98351
..
684fd80
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-4133,9
+4133,10
@@
S_init_perllib(pTHX)
do {
incpush_use_sep(buf, 0, INCPUSH_ADD_SUB_DIRS);
} while (my_trnlnm("PERL5LIB",buf,++idx));
- else
if
+ else
{
while (my_trnlnm("PERLLIB",buf,idx++))
incpush_use_sep(buf, 0, 0);
+ }
#endif /* VMS */
}