diff options
author | Norbert Preining <preining@logic.at> | 2008-04-16 11:19:37 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-04-16 11:19:37 +0000 |
commit | 59cb69cfdcaa2ca7faf2e61b58fb2cd0d2c98b5f (patch) | |
tree | 977b2d018135b15f78b5a4b0787ae26e7cbd9368 /Master | |
parent | 79c704d0702ef6b4c405938fa95b9bccdf30f268 (diff) |
fix missing include of download_file
git-svn-id: svn://tug.org/texlive/trunk@7450 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLMedia.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLMedia.pm b/Master/tlpkg/TeXLive/TLMedia.pm index 1d04b2233db..158fe862ed5 100644 --- a/Master/tlpkg/TeXLive/TLMedia.pm +++ b/Master/tlpkg/TeXLive/TLMedia.pm @@ -9,7 +9,7 @@ package TeXLive::TLMedia; use TeXLive::TLConfig; -use TeXLive::TLUtils qw(tllog copy win32 dirname mkdirhier conv_to_win_path basename); +use TeXLive::TLUtils qw(tllog copy win32 dirname mkdirhier conv_to_win_path basename download_file); use TeXLive::TLPDB; use Cwd qw/abs_path/; |