summaryrefslogtreecommitdiff
path: root/Master/perltl/lib/auto/POSIX/getpwuid.al
diff options
context:
space:
mode:
authorStaszek Wawrykiewicz <staw@gust.org.pl>2006-12-18 03:24:34 +0000
committerStaszek Wawrykiewicz <staw@gust.org.pl>2006-12-18 03:24:34 +0000
commitfbf4a6e8014789c67a381e0b4f05de5bdadbce24 (patch)
tree20cc48dd29799a673fe0a628e825114d823493b1 /Master/perltl/lib/auto/POSIX/getpwuid.al
parent34c11d2616bb32772199abf210ae88d99665a824 (diff)
perltl added
git-svn-id: svn://tug.org/texlive/trunk@2778 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/perltl/lib/auto/POSIX/getpwuid.al')
-rw-r--r--Master/perltl/lib/auto/POSIX/getpwuid.al13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/perltl/lib/auto/POSIX/getpwuid.al b/Master/perltl/lib/auto/POSIX/getpwuid.al
new file mode 100644
index 00000000000..27c8642d36b
--- /dev/null
+++ b/Master/perltl/lib/auto/POSIX/getpwuid.al
@@ -0,0 +1,13 @@
+# NOTE: Derived from ..\..\lib\POSIX.pm.
+# Changes made here will be lost when autosplit is run again.
+# See AutoSplit.pm.
+package POSIX;
+
+#line 187 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\getpwuid.al)"
+sub getpwuid {
+ usage "getpwuid(uid)" if @_ != 1;
+ CORE::getpwuid($_[0]);
+}
+
+# end of POSIX::getpwuid
+1;