From: Karen Etheridge Date: Sat, 21 Apr 2018 17:14:06 +0000 (+0200) Subject: Bumping version to 1.000010 X-Git-Tag: v1.000010~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=31f40ce83edaabe7306dcaddf2adc4c54fb22e1c Bumping version to 1.000010 --- diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index 651b6ac..e4d05cf 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.000009'; +our $VERSION = '1.000010'; our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES $_call_if_can);