summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/perllib/auto/POSIX/printf.al
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-06-21 11:13:20 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-06-21 11:13:20 +0000
commit05222148264f62f02f26d3c065cc70570e9989d1 (patch)
tree190f9131be560fcfdef7e4ee55e3a63f05d18b9d /Master/tlpkg/installer/perllib/auto/POSIX/printf.al
parent00c4aed63a3da9cadee2552180ea3433d499be91 (diff)
remove the other perl, installer uses tlperl now
git-svn-id: svn://tug.org/texlive/trunk@13854 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/perllib/auto/POSIX/printf.al')
-rw-r--r--Master/tlpkg/installer/perllib/auto/POSIX/printf.al13
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/tlpkg/installer/perllib/auto/POSIX/printf.al b/Master/tlpkg/installer/perllib/auto/POSIX/printf.al
deleted file mode 100644
index 28b07d21cd1..00000000000
--- a/Master/tlpkg/installer/perllib/auto/POSIX/printf.al
+++ /dev/null
@@ -1,13 +0,0 @@
-# NOTE: Derived from ..\..\lib\POSIX.pm.
-# Changes made here will be lost when autosplit is run again.
-# See AutoSplit.pm.
-package POSIX;
-
-#line 333 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\printf.al)"
-sub printf {
- usage "printf(pattern, args...)" if @_ < 1;
- CORE::printf STDOUT @_;
-}
-
-# end of POSIX::printf
-1;