]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
A couple of cosmetic code changes
authorVincent Pit <vince@profvince.com>
Sun, 23 Oct 2011 00:06:55 +0000 (02:06 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 23 Oct 2011 00:06:55 +0000 (02:06 +0200)
lib/indirect.pm

index b0077c422fe2718c2d41452fdea93e4280a1f5fe..85353e2646ae6318d6739d012595c86652d4dc30 100644 (file)
@@ -145,7 +145,7 @@ sub unimport {
   $^H{+(__PACKAGE__)} = _tag($hook);
  }
 
();
return;
 }
 
 =head2 C<import>
@@ -159,7 +159,8 @@ As explained in L</unimport>'s description, an C<use indirect> statement will le
 sub import {
  $^H |= 0x00020000;
  $^H{+(__PACKAGE__)} = _tag(undef);
- ();
+
+ return;
 }
 
 =head1 FUNCTIONS