From: Karen Etheridge Date: Tue, 26 Mar 2013 04:01:38 +0000 (-0700) Subject: bump version X-Git-Tag: v1.000003~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f598773ef5ca977560c39af7cbf8e7bf590cc77;p=p5sagit%2FSafe-Isa.git bump version --- diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index fa75b82..bb0b221 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 base qw(Exporter); -our $VERSION = '1.000002'; +our $VERSION = '1.000003'; our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES);