projects
/
p5sagit/Safe-Isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dcf9b5b
)
bump version
Karen Etheridge [Tue, 26 Mar 2013 04:01:38 +0000 (21:01 -0700)]
lib/Safe/Isa.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Safe/Isa.pm
b/lib/Safe/Isa.pm
index
fa75b82
..
bb0b221
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.000002';
+our $VERSION = '1.000003';
our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES);