diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-01 16:29:58 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-01 16:29:58 +0100 |
commit | 206be27c0fa2615e5c56409de4fad77e959e8b43 (patch) | |
tree | 0a1f8efbdd010fa14acf2e39314ab852f9c26148 /lib/overload.pm | |
parent | 7cb0cfe6b05b22a9c89198b7133aee5507599e8c (diff) | |
download | perl-206be27c0fa2615e5c56409de4fad77e959e8b43.tar.gz |
Bump overload.pm's VERSION (plus some spelling nits)
Diffstat (limited to 'lib/overload.pm')
-rw-r--r-- | lib/overload.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index e506a7c2d3..7d09d69e05 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -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> |