summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-04-22 11:55:14 +0000
committerNorbert Preining <preining@logic.at>2010-04-22 11:55:14 +0000
commit4455381c7cf9f2083946dfe6f805ad517d30632d (patch)
tree730f36cf8b79c5edade14a72e8cf60c42b1b00ef /Master/texmf
parent3c4e319b047a8eb727b15613680783c401085106 (diff)
fix typo in tlmgrgui.pl IO::Stringi -> IO::String ;-)
git-svn-id: svn://tug.org/texlive/trunk@17958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r--Master/texmf/scripts/texlive/tlmgrgui.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl
index abef00cce8c..8874f83df45 100644
--- a/Master/texmf/scripts/texlive/tlmgrgui.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui.pl
@@ -2006,7 +2006,7 @@ sub give_warning_window {
sub pod_to_text {
my $txt;
- eval { require IO::Stringi; };
+ eval { require IO::String; };
if ($@) {
$txt = "
The Perl Module IO::String is not available.