diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-12-17 12:37:07 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-12-17 12:37:21 -0800 |
commit | dc6bb7ba3b9ef9b60fcf85c93613dc6eeb1b4972 (patch) | |
tree | a75e4da2f40e70ec701d9d0edb171e590890609f /pod | |
parent | 3f08cda2036e78c52321801335888bcd6b6b5b18 (diff) | |
download | perl-dc6bb7ba3b9ef9b60fcf85c93613dc6eeb1b4972.tar.gz |
Sort perldiag
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 4efc7d3780..0457474e57 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2728,13 +2728,6 @@ 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: loadable library and perl binaries are mismatched (got handshake key %p, needed %p) - -(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 @@ -2980,6 +2973,13 @@ L<perlfunc/listen>. form of C<open> does not support pipes, such as C<open($pipe, '|-', @args)>. Use the two-argument C<open($pipe, '|prog arg1 arg2...')> form instead. +=item %s: loadable library and perl binaries are mismatched (got handshake key %p, needed %p) + +(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 Locale '%s' may not work well.%s (W locale) The named locale that Perl is now trying to use is not fully |