diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-16 20:44:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-16 20:44:51 +0000 |
commit | d1a48791cba8d3ab5acf5040cdeb64d81939c58d (patch) | |
tree | 73030ae529b4b3439fd66981c6522e7cf01ac9d8 /Master | |
parent | 565f993cc1033faec4fff7f1894fbba33be92f3b (diff) |
our $PERL_SINGLE_QUOTE, since we steal code from Text::ParseWords
git-svn-id: svn://tug.org/texlive/trunk@19483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 3926fe5401a..2e559b710a3 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -103,6 +103,7 @@ C<TeXLive::TLUtils> -- utilities used in the TeX Live infrastructure =cut # avoid -warnings. +our $PERL_SINGLE_QUOTE; # we steal code from Text::ParseWords use vars qw( $::LOGFILENAME @::LOGLINES @::debug_hook @::ddebug_hook @::dddebug_hook @::info_hook @::warn_hook |