summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2006-01-26 16:40:42 +0100
committerSteve Hay <SteveHay@planit.com>2006-01-26 16:25:20 +0000
commit84d78eb7303a2024a7c31dbf1ef17c1815e84d3c (patch)
tree839d6f8c9ff08153a75c98da5fac07dbaec61466 /pod
parentd8b2590f979b3ba5689a5135513b1feda3473a5e (diff)
downloadperl-84d78eb7303a2024a7c31dbf1ef17c1815e84d3c.tar.gz
Make dump and -u croak on Win32 and Cygwin to avoid confusion
such as was seen here: Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way." Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com> p4raw-id: //depot/perl@26947
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod4
-rw-r--r--pod/perlport.pod2
2 files changed, 5 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index b7983b994e..43056c102d 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1512,6 +1512,10 @@ subroutine or package before the current location. You can use an empty
(W misc) You used the obsolescent C<dump()> built-in function, without fully
qualifying it as C<CORE::dump()>. Maybe it's a typo. See L<perlfunc/dump>.
+=item dump is not supported
+
+(F) Your machine doesn't support dump/undump.
+
=item Duplicate free() ignored
(S malloc) An internal routine called free() on something that had
diff --git a/pod/perlport.pod b/pod/perlport.pod
index 3458c7c581..de753e7844 100644
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -1678,7 +1678,7 @@ Not implemented. (VMS, S<Plan 9>, VOS)
Not useful. (S<Mac OS>, S<RISC OS>)
-Not implemented. (Win32)
+Not supported. (Cygwin, Win32)
Invokes VMS debugger. (VMS)