diff options
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui.pl | 2 |
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. |