This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
free CheckTree from the tyranny of the forward slash
[perl5.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]);
 }