bump version
Matt S Trout [Thu, 19 Jul 2012 19:00:07 +0000 (19:00 +0000)]
lib/Safe/Isa.pm

index db985e7..fa75b82 100644 (file)
@@ -5,7 +5,7 @@ use warnings FATAL => 'all';
 use Scalar::Util qw(blessed);
 use base qw(Exporter);
 
-our $VERSION = '1.000001';
+our $VERSION = '1.000002';
 
 our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES);