From: Matt S Trout Date: Thu, 19 Jul 2012 18:57:31 +0000 (+0000) Subject: aaaaaaargh I'm an idiot (typo) X-Git-Tag: v1.000002~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=4703f64cbe034ffe6e326ca165c6fb8238664be4 aaaaaaargh I'm an idiot (typo) --- diff --git a/Changes b/Changes index 9ce5cbd..c28d73f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - Missed another stupid doc typo (thanks MJD) + 1.000001 - 2012-07-18 - Fix stupid doc typo (thanks miyagawa) diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index 221a32e..0495ccc 100644 --- a/lib/Safe/Isa.pm +++ b/lib/Safe/Isa.pm @@ -133,9 +133,9 @@ returns nothing. If called on an object, calls C on it and returns the result, otherwise returns nothing. -=head2 $_call_if_method +=head2 $_call_if_object - $maybe_an_object->$_call_if_method(method_name => @args); + $maybe_an_object->$_call_if_object(method_name => @args); If called on an object, calls C on it and returns the result, otherwise returns nothing.