From: Matt S Trout Date: Wed, 18 Jul 2012 16:27:13 +0000 (+0000) Subject: bump version X-Git-Tag: v1.000001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08146a57b2016a8f5a4d3f40d81c17bbd719d81f;p=p5sagit%2FSafe-Isa.git bump version --- diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index d13d01e..221a32e 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.000000'; +our $VERSION = '1.000001'; our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES);