The real fix for RT#73402 (abaondon tie %^H entirely), FC++
[p5sagit/namespace-clean.git] / lib / namespace / clean / _PP_SG.pm
1 package # hide from the pauses
2   namespace::clean::_PP_SG;
3
4 use warnings;
5 use strict;
6
7 sub arm { bless [ $_[1] ] }
8 sub DESTROY { $_[0]->[0]->() }
9
10 1;