diff options
author | Norbert Preining <preining@logic.at> | 2008-05-05 14:52:43 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-05 14:52:43 +0000 |
commit | 1ea0a0cf9f09ec8e20f68802091cffa3cb0a3572 (patch) | |
tree | 5ee0d3f3267a6320627c37854857cac032d4ae5f /Master/tlpkg | |
parent | 3db1fd39490484930508cf45638eeaf4c945727a (diff) |
make perl 5.10 happy ...
git-svn-id: svn://tug.org/texlive/trunk@7862 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index ddc588aab6e..3d7d323cdef 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -13,7 +13,7 @@ use TeXLive::TLTREE; #use FileHandle; # format_name in writeout, no idea how to rewrite #use File::Basename; -my $_tmp; +our $_tmp; my $_containerdir; sub new { |