diff options
author | Norbert Preining <preining@logic.at> | 2011-05-03 00:40:03 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2011-05-03 00:40:03 +0000 |
commit | 5a2e53691e597c47b11bd15d4dfa7b23cfef2518 (patch) | |
tree | be192427cafab60b77e84d974b1519468d0c9821 /Master/tlpkg/TeXLive/TLPDB.pm | |
parent | c601ea1aa4ec6db54320e06bf9b11be537d59849 (diff) |
use TLConfig without specific import list to get all symbols
git-svn-id: svn://tug.org/texlive/trunk@22288 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index c8d7b4b0ea4..76e49a965f0 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -81,9 +81,7 @@ C<TeXLive::TLPDB> -- A database of TeX Live Packages =cut -use TeXLive::TLConfig qw($CategoriesRegexp $DefaultCategory $InfraLocation - $DatabaseName $MetaCategoriesRegexp $Archive - %TLPDBOptions %TLPDBSettings); +use TeXLive::TLConfig; use TeXLive::TLUtils qw(dirname mkdirhier member win32 info log debug ddebug tlwarn basename download_file merge_into); use TeXLive::TLPOBJ; |