projects
/
p5sagit/Safe-Isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f11115f
)
Bumping version to 1.000006
Graham Knop [Mon, 31 Oct 2016 22:07:58 +0000 (18:07 -0400)]
lib/Safe/Isa.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Safe/Isa.pm
b/lib/Safe/Isa.pm
index
bdd93e5
..
206e1da
100644
(file)
--- 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.000005';
+our $VERSION = '1.000006';
our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES);