Trial release to smoketest the hinthash handling changes
[p5sagit/namespace-clean.git] / t / lib / CleaneeBridgeDirect.pm
CommitLineData
fcfe7810 1package CleaneeBridgeDirect;
2use strict;
3
4use namespace::clean ();
5
6sub import {
7 namespace::clean->clean_subroutines(scalar(caller), qw( d_foo d_baz ));
8}
9
101;