projects
/
p5sagit/Safe-Isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ff9518c
)
bump version
Matt S Trout [Wed, 18 Jul 2012 16:27:13 +0000 (16:27 +0000)]
lib/Safe/Isa.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Safe/Isa.pm
b/lib/Safe/Isa.pm
index
d13d01e
..
221a32e
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 base qw(Exporter);
-our $VERSION = '1.000000';
+our $VERSION = '1.000001';
our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES);