Subject: | no syntax qw( module ); |
Hi,
It was suggested that I move some of my modules to Syntax::Feature::.
My modules currently support C<< no module; >>, but L<syntax> does not
forward C<unimport> to modules in the same way as it forwards C<import>.
Would you be amiable to adding this feature? I can create a patch for
you. The core of it would be:
return if !$package->can('uninstall');
return $package->uninstall(
from => $caller,
options => $options,
identifier => $feature,
outer => $all_params,
);
Thanks,
Eric