Another devrel to see how happy smokers are
[p5sagit/namespace-clean.git] / lib / namespace / clean / _PP_SG.pm
CommitLineData
b2e54862 1package # hide from the pauses
2 namespace::clean::_PP_SG;
3
4use warnings;
5use strict;
6
7sub arm { bless [ $_[1] ] }
8sub DESTROY { $_[0]->[0]->() }
9
101;