From 1bb8a15505d40cd4fbf8e9e48185ff81c48dd167 Mon Sep 17 00:00:00 2001 From: Ricardo SIGNES Date: Thu, 9 Dec 2010 15:58:21 -0500 Subject: [PATCH] Remove ; from use statements for readability. (Obeying the documentation policy) --- pod/perlpolicy.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlpolicy.pod b/pod/perlpolicy.pod index b29f79f..13ee289 100644 --- a/pod/perlpolicy.pod +++ b/pod/perlpolicy.pod @@ -395,7 +395,7 @@ language feature works is with a small program the reader can run without modification. More often, examples will consist of a snippet of code containing only the "important" bits. The definition of "important" varies from snippet to snippet. -Sometimes it's important to declare C and C, +Sometimes it's important to declare C and C, initialize all variables and fully catch every error condition. More often than not, though, those things obscure the lesson the example was intended to teach. -- 2.7.4