]> git.vpit.fr Git - perl/modules/Sub-Op.git/blobdiff - lib/Sub/Op.pm
Stop passing the package and the name from the magical callback to the check function
[perl/modules/Sub-Op.git] / lib / Sub / Op.pm
index a7ad9f9cbd8081eb8fa66833516d5f6bbac6bce5..6459b04c3b64a6977746d416ee9c17cae833da23 100644 (file)
@@ -117,8 +117,6 @@ my $sw = Variable::Magic::wizard(
   my $pkg = $data->{pkg};
   my $fqn = join '::', $pkg, $name;
 
-  _incoming($name, $pkg);
-
   no strict 'refs';
   *$fqn = $placeholder unless exists &$fqn;