From: Karen Etheridge Date: Fri, 22 Sep 2017 02:21:09 +0000 (-0700) Subject: Bumping version to 1.000007 X-Git-Tag: v1.000007~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad7bcdc0922f35703817dda63c6b414c90fbd74a;p=p5sagit%2FSafe-Isa.git Bumping version to 1.000007 --- diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index 2e29b3c..1616687 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.000006'; +our $VERSION = '1.000007'; our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES $_call_if_can);