summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/bytes.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/bytes.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/bytes.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/bytes.pm b/Master/tlpkg/tlperl/lib/bytes.pm
index bc4304a509c..8c7a2620a59 100644
--- a/Master/tlpkg/tlperl/lib/bytes.pm
+++ b/Master/tlpkg/tlperl/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/;