fix diagnostics to report "our" vs "my" correctly
[p5sagit/p5-mst-13.2.git] / lib / byte_heavy.pl
CommitLineData
5bc28da9 1package byte;
2
3sub length ($)
4{
5 return CORE::length($_[0]);
6}
7
81;