Mac OS X: tweak once again the installation directories.
[p5sagit/p5-mst-13.2.git] / lib / bytes_heavy.pl
CommitLineData
657b208b 1package bytes;
5bc28da9 2
393fec97 3sub length ($) {
657b208b 4 BEGIN { bytes::import() }
393fec97 5 return CORE::length($_[0]);
5bc28da9 6}
7
81;