diff options
Diffstat (limited to 'Master/tlpkg/tlperl0/lib/Encode/ConfigLocal_PM.e2x')
-rwxr-xr-x | Master/tlpkg/tlperl0/lib/Encode/ConfigLocal_PM.e2x | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl0/lib/Encode/ConfigLocal_PM.e2x b/Master/tlpkg/tlperl0/lib/Encode/ConfigLocal_PM.e2x new file mode 100755 index 00000000000..e203dfded50 --- /dev/null +++ b/Master/tlpkg/tlperl0/lib/Encode/ConfigLocal_PM.e2x @@ -0,0 +1,13 @@ +# +# Local demand-load module list +# +# You should not edit this file by hand! use "enc2xs -C" +# +package Encode::ConfigLocal; +our $VERSION = $_LocalVer_; + +use strict; + +$_ModLines_ + +1; |