diff options
Diffstat (limited to 'lib/bytes.pm')
-rw-r--r-- | lib/bytes.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bytes.pm b/lib/bytes.pm index f2f7e0157c..3b0268e644 100644 --- a/lib/bytes.pm +++ b/lib/bytes.pm @@ -1,5 +1,7 @@ package bytes; +our $VERSION = '1.00'; + $bytes::hint_bits = 0x00000008; sub import { |