From: Karen Etheridge Date: Sun, 15 Mar 2015 00:37:58 +0000 (-0700) Subject: explicitly mark the end of code and start of pod X-Git-Tag: v1.000006~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b19500dfa77d52b512241b8a75693636241c4c14;p=p5sagit%2FSafe-Isa.git explicitly mark the end of code and start of pod --- diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index e4f3fea..47cfd3e 100644 --- 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