projects
/
p5sagit/Class-C3-Componentised.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0ecff1f55d1c29fd3ec85362ad9004ecf8ddf761
[p5sagit/Class-C3-Componentised.git]
/
t
/
lib
/
DestroyDollarUnderscore.pm
1
package DestroyDollarUnderscore;
2
use strict;
3
use warnings;
4
5
undef ($_);
6
7
1;