#17931 checked for wrong constant
[p5sagit/p5-mst-13.2.git] / lib / bytes_heavy.pl
index ec05585..47bdbf9 100644 (file)
@@ -1,7 +1,7 @@
-package byte;
+package bytes;
 
 sub length ($) {
-    BEGIN { byte::import() }
+    BEGIN { bytes::import() }
     return CORE::length($_[0]);
 }