diff options
author | Norbert Preining <preining@logic.at> | 2010-05-14 04:08:34 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-05-14 04:08:34 +0000 |
commit | 280905c8e10e44da854e2427d817aa1e44a27cc5 (patch) | |
tree | b4333a059647dca4c58a5d6fc75d2c15c8f143e6 /Master/tlpkg/tlperl/README.TEXLIVE | |
parent | 2756e9edb81e7b2a79fbb038181b09d6ab6a0bed (diff) |
make tlpsrc happy, keep consistent names of README.TEXLIVE
git-svn-id: svn://tug.org/texlive/trunk@18239 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/README.TEXLIVE')
-rw-r--r-- | Master/tlpkg/tlperl/README.TEXLIVE | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/README.TEXLIVE b/Master/tlpkg/tlperl/README.TEXLIVE new file mode 100644 index 00000000000..c40ee85b987 --- /dev/null +++ b/Master/tlpkg/tlperl/README.TEXLIVE @@ -0,0 +1,34 @@ + +This directory contains a subset of the Strawberry Perl distribution +as distributed from http://strawberryperl.com/ +The currently used version is 5.10.1 + +The only purpose of this package is to support programs shipped with +TeX Live. It's not intended for general use. + +Changes: + + * The only module that has been added is Perl/Tk and Win32::Shortcut. + Procedure: + - start the CPAN client + - at the prompt: + install Tk + install Win32::Shortcut + + * After that the lib directories in + strawberry\perl\lib + strawberry\perl\vendor\lib + strawberry\perl\site\lib + have been merged into one directory (tlperl/lib) + + strawberry\perl\bin plus zlib1.dll and libpng3.dll from strawberry\c\bin + have been put into tlperl/bin + +This version of Perl will not be installed on your system and will not +interfere with other versions of Perl which might be installed already. + +If you need Perl for any other purpose than running the programs +provided by TeX Live, we recommand to install the full version which +can be downloaded from: + + http://www.perl.org |