Remove broken links for hip communications inc.
[p5sagit/p5-mst-13.2.git] / t / lib / Dev / Null.pm
1 package Dev::Null;
2
3 use strict;
4
5 sub TIEHANDLE { bless {}, shift }
6 sub PRINT { 1 }
7
8 1;