DIR:/proc/thread-self/root/usr/share/doc/perl-namespace-clean/t/lib/ |
Current File : //proc/thread-self/root/usr/share/doc/perl-namespace-clean/t/lib/CleaneeBridgeDirect.pm |
package CleaneeBridgeDirect; use strict; use namespace::clean (); sub import { namespace::clean->clean_subroutines(scalar(caller), qw( d_foo d_baz )); } 1; |