From: Karen Etheridge Date: Tue, 3 Oct 2017 01:11:43 +0000 (-0700) Subject: Bumping version to 1.000008 X-Git-Tag: v1.000008~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3136db00d853c6eb60d203f4bc3133abeff6687;p=p5sagit%2FSafe-Isa.git Bumping version to 1.000008 --- diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index 01933ab..e6457cf 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.000007'; +our $VERSION = '1.000008'; our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES $_call_if_can);