In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/af5e7be23d3defd25f478857ad1f2f2eaf2170bc?hp=c74d82e0fe4dd71d3b113d1a8a651b6f48184019>
- Log ----------------------------------------------------------------- commit af5e7be23d3defd25f478857ad1f2f2eaf2170bc Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Nov 13 04:46:30 2014 -0800 Alphabetise perldiag ----------------------------------------------------------------------- Summary of changes: pod/perldiag.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 6df69d9..4249a7d 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -549,13 +549,6 @@ copiable. (P) When starting a new thread or returning values from a thread, Perl encountered an invalid data type. -=item %s: Invalid handshake key got %p needed %p, binaries are mismatched - -(P) A dynamic loading library C<.so> or C<.dll> was being loaded into the -process that was built against a different build of perl than the said -library was compiled against. Reinstalling the XS module will likely fix this -error. - =item Buffer overflow in prime_env_iter: %s (W internal) A warning peculiar to VMS. While Perl was preparing to @@ -2709,6 +2702,13 @@ instead, except within S<C<(?[ ])>>, where it is a fatal error. The S<<-- HERE> shows whereabouts in the regular expression the escape was discovered. +=item %s: Invalid handshake key got %p needed %p, binaries are mismatched + +(P) A dynamic loading library C<.so> or C<.dll> was being loaded into the +process that was built against a different build of perl than the +said library was compiled against. Reinstalling the XS module will +likely fix this error. + =item Invalid hexadecimal number in \N{U+...} =item Invalid hexadecimal number in \N{U+...} in regex; marked by -- Perl5 Master Repository