This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Storable: fixup pod wording
authorJim Cromie <jim.cromie@gmail.com>
Fri, 6 Dec 2013 15:00:28 +0000 (08:00 -0700)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 22 Nov 2014 02:17:01 +0000 (21:17 -0500)
fix grammar, eschew colloquial expression - s/turned into/converted to/

Increment Storable $VERSION.

For: RT #123271

dist/Storable/Storable.pm

index 839c1d1..f5afada 100644 (file)
@@ -22,7 +22,7 @@ package Storable; @ISA = qw(Exporter);
 
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.51';
+$VERSION = '2.52';
 
 BEGIN {
     if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {
@@ -1088,8 +1088,8 @@ deal with them.
 
 The store functions will C<croak> if they run into such references
 unless you set C<$Storable::forgive_me> to some C<TRUE> value. In that
-case, the fatal message is turned in a warning and some
-meaningless string is stored instead.
+case, the fatal message is converted to a warning and some meaningless
+string is stored instead.
 
 Setting C<$Storable::canonical> may not yield frozen strings that
 compare equal due to possible stringification of numbers. When the