diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpdb2list')
-rwxr-xr-x | Master/tlpkg/bin/tlpdb2list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpdb2list b/Master/tlpkg/bin/tlpdb2list index e5fd0b2b50a..d510fac2a0e 100755 --- a/Master/tlpkg/bin/tlpdb2list +++ b/Master/tlpkg/bin/tlpdb2list @@ -1,10 +1,10 @@ #!/usr/bin/env perl # $Id$ -# tlpdb2list - create list file from tlpdb # Copyright 2007 Norbert Preining -# # This file is licensed under the GNU General Public License version 2 # or any later version. +# +# Create list files from tlpdb. BEGIN { $^W = 1; |