diff options
author | Robert Rothenberg <rrwo@cpan.org> | 2021-10-22 12:57:27 +0100 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2021-10-23 23:58:35 +0000 |
commit | c73474c9ed772602636134b9c7ea803b963c684b (patch) | |
tree | fd01628dd5a33bcf209055642c97776c8a88fc50 /lib/diagnostics.pm | |
parent | 602f5a1f5bb12080f2f680f7175312d906f3dcfd (diff) | |
download | perl-c73474c9ed772602636134b9c7ea803b963c684b.tar.gz |
lib/diagnostics.pm remove obscure wording in POD
The text "While apparently a whole nuther program" is too informal
and too obscure for non-Native English speakers.
It is also a misspelling of "whole nother" [1].
[1] https://www.merriam-webster.com/dictionary/whole%20nother
Committer: Robert Rothenberg is now a Perl author.
Increment $VERSION in lib/diagnostics.pm.
Diffstat (limited to 'lib/diagnostics.pm')
-rw-r--r-- | lib/diagnostics.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index 3889ee08bc..7074be6e2e 100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -72,7 +72,7 @@ trace. =head2 The I<splain> Program -While apparently a whole nuther program, I<splain> is actually nothing +Another program, I<splain> is actually nothing more than a link to the (executable) F<diagnostics.pm> module, as well as a link to the F<diagnostics.pod> documentation. The B<-v> flag is like the C<use diagnostics -verbose> directive. @@ -186,7 +186,7 @@ use 5.009001; use Carp; $Carp::Internal{__PACKAGE__.""}++; -our $VERSION = '1.38'; +our $VERSION = '1.39'; our $DEBUG; our $VERBOSE; our $PRETTY; |