From 73e51c8a2e5bd997f8b13e4f86b01e266a2d73f5 Mon Sep 17 00:00:00 2001 From: "Jerry D. Hedden" Date: Wed, 30 May 2007 13:12:32 -0400 Subject: [PATCH] Gooder English From: "Jerry D. Hedden" Message-ID: <1ff86f510705301412v75fc5810vf28f5b62c0077585@mail.gmail.com> p4raw-id: //depot/perl@31314 --- lib/Log/Message/Simple.pm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/Log/Message/Simple.pm b/lib/Log/Message/Simple.pm index 13cf1cf..ddea4ce 100644 --- a/lib/Log/Message/Simple.pm +++ b/lib/Log/Message/Simple.pm @@ -5,7 +5,7 @@ use Log::Message private => 0;; BEGIN { use vars qw[$VERSION]; - $VERSION = 0.02; + $VERSION = 0.02_01; } @@ -139,31 +139,31 @@ Exported by default, or using the C<:STD> tag. =head2 carp(); -Provides functionality equal to C, whilst still logging +Provides functionality equal to C 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, whilst still logging +Provides functionality equal to C 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, whilst still logging +Provides functionality equal to C 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, whilst still logging +Provides functionality equal to C while still logging to the stack. -Exported by by using the C<:CARP> tag. +Exported by using the C<:CARP> tag. =head1 CLASS METHODS -- 2.7.4