From: Rafael Garcia-Suarez Date: Sun, 1 Nov 2009 15:29:58 +0000 (+0100) Subject: Bump overload.pm's VERSION (plus some spelling nits) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=206be27c0fa2615e5c56409de4fad77e959e8b43;p=p5sagit%2Fp5-mst-13.2.git Bump overload.pm's VERSION (plus some spelling nits) --- diff --git a/lib/overload.pm b/lib/overload.pm index e506a7c..7d09d69 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 is unavailable, it can be autogenerated using the overloading of C<0+>. -=item * I +=item * I 'bool', '""', '0+', 'qr' @@ -698,7 +698,7 @@ is not defined. =item I -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