projects
/
p5sagit/Safe-Isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c03ede6
)
explicitly mark the end of code and start of pod
Karen Etheridge [Sun, 15 Mar 2015 00:37:58 +0000 (17:37 -0700)]
lib/Safe/Isa.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Safe/Isa.pm
b/lib/Safe/Isa.pm
index
e4f3fea
..
47cfd3e
100644
(file)
--- a/
lib/Safe/Isa.pm
+++ b/
lib/Safe/Isa.pm
@@
-23,6
+23,11
@@
our ($_isa, $_can, $_does, $_DOES) = map {
sub { my $obj = shift; $obj->$_call_if_object($method => @_) }
} qw(isa can does DOES);
+1;
+__END__
+
+=pod
+
=head1 NAME
Safe::Isa - Call isa, can, does and DOES safely on things that may not be objects