X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbytes.pm;h=b7fabbf359d1a85bc34e7934a2abaf1bcd89c27b;hb=004caa160f94253de79aa75f9b412f94823dcb96;hp=a8222794ddf2ded9aa9ea00bb38d31482c3ccd30;hpb=5b5a256ab100c58f58aab1b20dc1f7777b745fd1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/bytes.pm b/lib/bytes.pm index a822279..b7fabbf 100644 --- a/lib/bytes.pm +++ b/lib/bytes.pm @@ -1,6 +1,6 @@ package bytes; -our $VERSION = '1.02'; +our $VERSION = '1.03'; $bytes::hint_bits = 0x00000008; @@ -19,9 +19,9 @@ sub AUTOLOAD { Carp::croak("Undefined subroutine $AUTOLOAD called"); } -sub length ($); -sub chr ($); -sub ord ($); +sub length (_); +sub chr (_); +sub ord (_); sub substr ($$;$$); sub index ($$;$); sub rindex ($$;$);