X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=lib%2Findirect.pm;h=85353e2646ae6318d6739d012595c86652d4dc30;hp=b0077c422fe2718c2d41452fdea93e4280a1f5fe;hb=d6fe229b7af0a2a4b8c7f5fd25a27825ccc40653;hpb=26219bdddde6aaecd8d1caa1770bf3de5c0f66b7 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