summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-06-23 07:28:21 +0000
committerNorbert Preining <preining@logic.at>2008-06-23 07:28:21 +0000
commit60c8de8e0bcc53c6625c2dd36d0d79ecd11eb308 (patch)
tree99f09d35458ba72cb5f6eee63677909331701655 /Master
parent09168cf3324f523118e45c97bc4c790aa31303f3 (diff)
tlmgr.pl: import missing copy function
git-svn-id: svn://tug.org/texlive/trunk@8950 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 1ea5776b846..0444147a8a4 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -30,7 +30,7 @@ use TeXLive::TLMedia;
use TeXLive::TLUtils;
use TeXLive::TLWinGoo;
use TeXLive::TLPostActions;
-TeXLive::TLUtils->import( qw(kpsewhich member win32 merge_into) );
+TeXLive::TLUtils->import( qw(kpsewhich member win32 merge_into copy) );
use Cwd qw/abs_path/;
use Pod::Usage;
use Getopt::Long qw(:config no_autoabbrev require_order);