Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / lib / perl5 / 5.6.1 / bytes_heavy.pl
blob47bdbf91b0d0802b813277f5ac2336f7041780c7
1 package bytes;
3 sub length ($) {
4 BEGIN { bytes::import() }
5 return CORE::length($_[0]);
8 1;