diff options
author | Alexandr Savca <alexandr.savca89@gmail.com> | 2018-10-09 13:26:36 +0300 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2018-10-09 09:34:08 -0400 |
commit | ab473f03f7b27ae267ddf8126e0b91ea1f3eef5e (patch) | |
tree | 7291a48985d6e51d27e0b2bbe17637a7646dd91d /lib/bytes.pm | |
parent | b00627d0013d067e2f0c15c7024a570ada534c4d (diff) | |
download | perl-ab473f03f7b27ae267ddf8126e0b91ea1f3eef5e.tar.gz |
fix typos
Committer: For porting tests: Update $VERSION in 4 files.
Run:
./perl -Ilib regen/mk_invlists.pl
./perl -Ilib regen/regcharclass.pl
Diffstat (limited to 'lib/bytes.pm')
-rw-r--r-- | lib/bytes.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bytes.pm b/lib/bytes.pm index bc4304a509..8c7a2620a5 100644 --- a/lib/bytes.pm +++ b/lib/bytes.pm @@ -1,6 +1,6 @@ package bytes; -our $VERSION = '1.06'; +our $VERSION = '1.07'; $bytes::hint_bits = 0x00000008; @@ -72,7 +72,7 @@ non-destructively examine characters' individual bytes. Just insert this pragma temporarily, and remove it after the debugging is finished. The original usage can be accomplished by explicit (rather than this pragma's -implict) encoding using the L<Encode> module: +implicit) encoding using the L<Encode> module: use Encode qw/encode/; |