This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RT-121512 - Allow -I/dir/ with trailing slash to find .pmc files.
authorMatthew Horsfall (alh) <wolfsage@gmail.com>
Mon, 31 Mar 2014 12:25:33 +0000 (08:25 -0400)
committerMatthew Horsfall (alh) <wolfsage@gmail.com>
Mon, 7 Apr 2014 16:46:26 +0000 (12:46 -0400)
commit9fdd5a7ac74817cfaab65f7284f98ea66faca324
tree3dd7c55b70458c258f2954c66da0494526304050
parent00f8bca2b46dcb7174bde0d4010176254f0c8eaa
RT-121512 - Allow -I/dir/ with trailing slash to find .pmc files.

6b0bdd7f2041803dc3ec72b53d28052705861967 updated -I to not add a
trailing '/' if one was already present, but failed to update the
length of the resulting SV to account for the lack of another character.
This caused later checks based off of that length to fail (in this case,
seeing if the last 3 characters of the string are .pm).
MANIFEST
pp_ctl.c
t/run/flib/t2.pm [new file with mode: 0644]
t/run/flib/t2.pmc [new file with mode: 0644]
t/run/switchM.t