From: Vincent Pit Date: Sun, 23 Oct 2011 00:06:55 +0000 (+0200) Subject: A couple of cosmetic code changes X-Git-Tag: v0.26~9 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=d6fe229b7af0a2a4b8c7f5fd25a27825ccc40653;ds=sidebyside A couple of cosmetic code changes --- diff --git a/lib/indirect.pm b/lib/indirect.pm index b0077c4..85353e2 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -145,7 +145,7 @@ sub unimport { $^H{+(__PACKAGE__)} = _tag($hook); } - (); + return; } =head2 C @@ -159,7 +159,8 @@ As explained in L's description, an C statement will le sub import { $^H |= 0x00020000; $^H{+(__PACKAGE__)} = _tag(undef); - (); + + return; } =head1 FUNCTIONS