]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - lib/indirect.pm
A couple of cosmetic code changes
[perl/modules/indirect.git] / 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