This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta updated for new version of Module::CoreList
[perl5.git] / lib / overload.pm
index e506a7c..7d09d69 100644 (file)
@@ -1,6 +1,6 @@
 package overload;
 
-our $VERSION = '1.09';
+our $VERSION = '1.10';
 
 sub nil {}
 
@@ -400,7 +400,7 @@ floating-point-like types one should follow the same semantic.  If
 C<int> is unavailable, it can be autogenerated using the overloading of
 C<0+>.
 
-=item * I<Boolean, string, numeric and regexp conversion>
+=item * I<Boolean, string, numeric and regexp conversions>
 
     'bool', '""', '0+', 'qr'
 
@@ -698,7 +698,7 @@ is not defined.
 
 =item I<Conversion operations>
 
-String, numeric, boolean and regexp conversion are calculated in terms
+String, numeric, boolean and regexp conversions are calculated in terms
 of one another if not all of them are defined.
 
 =item I<Increment and decrement>