diff options
author | Karl Williamson <khw@cpan.org> | 2015-03-19 10:07:38 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-03-19 10:20:40 -0600 |
commit | 18391b266d7c701eef1760fa9fddfc3e43ebcfcd (patch) | |
tree | 9ce6fc62e6aeb9bb248de422100828edbcf74e2d | |
parent | 7d4d3e294c3a762ce652db1f04649d524a50ceb9 (diff) | |
download | perl-18391b266d7c701eef1760fa9fddfc3e43ebcfcd.tar.gz |
lib/perl5db.pl: Fix pod typo
-rw-r--r-- | lib/perl5db.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl index cdb8884839..8babb45252 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -7572,7 +7572,7 @@ variables during a restart. Set_list packages up items to be stored in a set of environment variables (VAR_n, containing the number of items, and VAR_0, VAR_1, etc., containing the values). Values outside the standard ASCII charset are stored by encoding -then as hexadecimal values. +them as hexadecimal values. =cut |