X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSafe%2FIsa.pm;h=206e1dac8d2817a17d790e0e6183842ae4c5338e;hb=6270ca6fd73f6306a242396da63fd83c646edbde;hp=bdd93e59f5ad11aef8e47c287f9e32219c63ed6a;hpb=de8d80ef665baf5e89e0574604fd63e091f73723;p=p5sagit%2FSafe-Isa.git diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index bdd93e5..206e1da 100644 --- a/lib/Safe/Isa.pm +++ b/lib/Safe/Isa.pm @@ -5,7 +5,7 @@ use warnings FATAL => 'all'; use Scalar::Util qw(blessed); use Exporter 5.57 qw(import); -our $VERSION = '1.000005'; +our $VERSION = '1.000006'; our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES);