explicitly mark the end of code and start of pod
[p5sagit/Safe-Isa.git] / lib / Safe / Isa.pm
index e4f3fea..47cfd3e 100644 (file)
@@ -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