X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbytes_heavy.pl;h=47bdbf91b0d0802b813277f5ac2336f7041780c7;hb=9c5c68c8d8cf29abcdb2ff421bcd6e5daedf49ec;hp=ec0558561d29f147e9b608ea248c47772ab871dd;hpb=8058d7abf600e878367b422ec507695e4ac6f25a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/bytes_heavy.pl b/lib/bytes_heavy.pl index ec05585..47bdbf9 100644 --- a/lib/bytes_heavy.pl +++ b/lib/bytes_heavy.pl @@ -1,7 +1,7 @@ -package byte; +package bytes; sub length ($) { - BEGIN { byte::import() } + BEGIN { bytes::import() } return CORE::length($_[0]); }