From: Karen Etheridge Date: Thu, 19 Sep 2013 04:22:18 +0000 (-0700) Subject: bump version for release X-Git-Tag: v1.000004~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=762424c093174a99aea2aa303679e0ae32419a3e bump version for release --- diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index 7501499..680a71b 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.000003'; +our $VERSION = '1.000004'; our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES);