projects
/
p5sagit/Safe-Isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ff5366d
)
Bumping version to 1.000007
Karen Etheridge [Fri, 22 Sep 2017 02:21:09 +0000 (19:21 -0700)]
lib/Safe/Isa.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Safe/Isa.pm
b/lib/Safe/Isa.pm
index
2e29b3c
..
1616687
100644
(file)
--- a/
lib/Safe/Isa.pm
+++ b/
lib/Safe/Isa.pm
@@
-5,7
+5,7
@@
use warnings FATAL => 'all';
use Scalar::Util ();
use Exporter 5.57 qw(import);
-our $VERSION = '1.000006';
+our $VERSION = '1.000007';
our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES $_call_if_can);