X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSafe%2FIsa.pm;h=651b6ac0e6cbf509755066ed709ed600d2bf5573;hb=d8e51091604eeec2780fb5a15a8bf4912d5b87ef;hp=92c3b6fb5046de6ed0e0ca55c350e267a905be3b;hpb=5268d11199983a86db426ebe9554624794ddf1cb;p=p5sagit%2FSafe-Isa.git diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index 92c3b6f..651b6ac 100644 --- a/lib/Safe/Isa.pm +++ b/lib/Safe/Isa.pm @@ -5,7 +5,7 @@ use warnings FATAL => 'all'; use Scalar::Util (); use Exporter 5.57 qw(import); -our $VERSION = '1.000008'; +our $VERSION = '1.000009'; our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES $_call_if_can);