From: Karen Etheridge Date: Tue, 3 Dec 2013 22:37:31 +0000 (-0800) Subject: bump version to 1.000005 X-Git-Tag: v1.000005~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=d994d71cf2bb80b9d677caa5922a6b9a9e5c2f1f bump version to 1.000005 --- diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index 680a71b..a42566f 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.000004'; +our $VERSION = '1.000005'; our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES);