summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-23 16:17:56 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-23 16:17:56 -0700
commit05a40652eaf821220c42a271389acf796c1c6159 (patch)
tree8a2f88dee19197ef6fae4f8db9df301c7a502b23
parenta7f533cbfb8939dabca03fd2792751e41512fb04 (diff)
downloadperl-05a40652eaf821220c42a271389acf796c1c6159.tar.gz
perldiag: Document ‘SWASHNEW didn't return an HV ref’
-rw-r--r--pod/perldiag.pod5
-rw-r--r--t/porting/diag.t1
2 files changed, 5 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 0fab97ebad..d2a1471b5f 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -4940,6 +4940,11 @@ assignment or as a subroutine argument for example).
(P) Perl tried to force the upgrade of an SV to a type which was actually
inferior to its current type.
+=item SWASHNEW didn't return an HV ref
+
+(P) Something went wrong internally when Perl was trying to look up
+Unicode characters.
+
=item Switch (?(condition)... contains too many branches in regex; marked by
<-- HERE in m/%s/
diff --git a/t/porting/diag.t b/t/porting/diag.t
index d317744c41..071ea83ec3 100644
--- a/t/porting/diag.t
+++ b/t/porting/diag.t
@@ -553,7 +553,6 @@ socketpair not implemented!
Starting Full Screen process with flag=%d, mytype=%d
Starting PM process with flag=%d, mytype=%d
sv_2iv assumed (U_V(fabs((double)SvNVX(sv))) < (UV)IV_MAX) but SvNVX(sv)=%f U_V is 0x%x, IV_MAX is 0x%x
-SWASHNEW didn't return an HV ref
switching effective gid is not implemented
switching effective uid is not implemented
System V IPC is not implemented on this machine