Minor cosmetic updates
[p5sagit/p5-mst-13.2.git] / lib / byte_heavy.pl
1 package byte;
2
3 sub length ($)
4 {
5  return CORE::length($_[0]);
6 }
7
8 1;