develooper Front page | perl.perl5.porters | Postings from February 2000

[PATCH] Make examples match current error message

From:
M.J.T. Guy
Date:
February 5, 2000 08:11
Subject:
[PATCH] Make examples match current error message
Message ID:
E12H7o5-0005km-00@ursa.cus.cam.ac.uk
--- ./pod/perlopentut.pod.orig	Fri Oct 15 10:41:37 1999
+++ ./pod/perlopentut.pod	Wed Feb  2 18:35:49 2000
@@ -494,7 +494,7 @@
 You've probably noticed how Perl's C<warn> and C<die> functions can
 produce messages like:
 
-    Some warning at scriptname line 29, <FH> chunk 7.
+    Some warning at scriptname line 29, <FH> line 7.
 
 That's because you opened a filehandle FH, and had read in seven records
 from it.  But what was the name of the file, not the handle?
@@ -510,7 +510,7 @@
 Since you're using the pathname of the file as its handle,
 you'll get warnings more like
 
-    Some warning at scriptname line 29, </etc/motd> chunk 7.
+    Some warning at scriptname line 29, </etc/motd> line 7.
 
 =head2 Single Argument Open
 

End of patch


Mike Guy



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About