Change 31314 by [EMAIL PROTECTED] on 2007/05/31 08:28:02

        Subject: [PATCH] Gooder English
        From: "Jerry D. Hedden" <[EMAIL PROTECTED]>
        Date: Wed, 30 May 2007 17:12:32 -0400
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/lib/Log/Message/Simple.pm#3 edit

Differences ...

==== //depot/perl/lib/Log/Message/Simple.pm#3 (text) ====
Index: perl/lib/Log/Message/Simple.pm
--- perl/lib/Log/Message/Simple.pm#2~31286~     2007-05-28 04:14:32.000000000 
-0700
+++ perl/lib/Log/Message/Simple.pm      2007-05-31 01:28:02.000000000 -0700
@@ -5,7 +5,7 @@
 
 BEGIN { 
     use vars qw[$VERSION]; 
-    $VERSION = 0.02; 
+    $VERSION = 0.02_01; 
 }
         
 
@@ -139,31 +139,31 @@
 
 =head2 carp();
 
-Provides functionality equal to C<Carp::carp()>, whilst still logging
+Provides functionality equal to C<Carp::carp()> while still logging
 to the stack.
 
-Exported by by using the C<:CARP> tag.
+Exported by using the C<:CARP> tag.
 
 =head2 croak();
 
-Provides functionality equal to C<Carp::croak()>, whilst still logging
+Provides functionality equal to C<Carp::croak()> while still logging
 to the stack.
 
-Exported by by using the C<:CARP> tag.
+Exported by using the C<:CARP> tag.
 
 =head2 confess();
 
-Provides functionality equal to C<Carp::confess()>, whilst still logging
+Provides functionality equal to C<Carp::confess()> while still logging
 to the stack.
 
-Exported by by using the C<:CARP> tag.
+Exported by using the C<:CARP> tag.
 
 =head2 cluck();
 
-Provides functionality equal to C<Carp::cluck()>, whilst still logging
+Provides functionality equal to C<Carp::cluck()> while still logging
 to the stack.
 
-Exported by by using the C<:CARP> tag.
+Exported by using the C<:CARP> tag.
 
 =head1 CLASS METHODS
 
End of Patch.

Reply via email to