abstract for applyhooks
[p5sagit/Class-C3-Componentised.git] / t / lib / DestroyDollarUnderscore.pm
CommitLineData
15b7d164 1package DestroyDollarUnderscore;
2
3use warnings;
4use strict;
5
6undef ($_);
7
81;