From: Matt S Trout Date: Thu, 19 Jul 2012 18:59:57 +0000 (+0000) Subject: Document why we don't try and handle class names X-Git-Tag: v1.000002~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fca38ff4a5da1c2d320d332a70780ea749185883;p=p5sagit%2FSafe-Isa.git Document why we don't try and handle class names --- diff --git a/Changes b/Changes index c28d73f..7732a89 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + - Document why we don't try and handle class namesZ - Missed another stupid doc typo (thanks MJD) 1.000001 - 2012-07-18 diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index 0495ccc..db985e7 100644 --- a/lib/Safe/Isa.pm +++ b/lib/Safe/Isa.pm @@ -103,6 +103,11 @@ is equivalent to } }; +Note that we don't handle trying class names, because many things are valid +class names that you might not want to treat as one (like say "Matt") - the +C function from L is a good way to check for +somthing you might be able to call methods on if you want to do that. + =head1 EXPORTS =head2 $_isa