diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-06-21 11:13:20 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-06-21 11:13:20 +0000 |
commit | 05222148264f62f02f26d3c065cc70570e9989d1 (patch) | |
tree | 190f9131be560fcfdef7e4ee55e3a63f05d18b9d /Master/tlpkg/installer/perllib/auto/POSIX/fsetpos.al | |
parent | 00c4aed63a3da9cadee2552180ea3433d499be91 (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/fsetpos.al')
-rw-r--r-- | Master/tlpkg/installer/perllib/auto/POSIX/fsetpos.al | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/tlpkg/installer/perllib/auto/POSIX/fsetpos.al b/Master/tlpkg/installer/perllib/auto/POSIX/fsetpos.al deleted file mode 100644 index 311027b54ea..00000000000 --- a/Master/tlpkg/installer/perllib/auto/POSIX/fsetpos.al +++ /dev/null @@ -1,12 +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 301 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\fsetpos.al)" -sub fsetpos { - redef "IO::Seekable::setpos()"; -} - -# end of POSIX::fsetpos -1; |