summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-07-05 19:25:50 +0000
committerhubertf <hubertf@pkgsrc.org>2000-07-05 19:25:50 +0000
commit832989f3384da8c5d97477e6cda2f705ebf1b541 (patch)
tree88fa399848a3559c504f5eda9b75516a2ea53694 /lang
parent3432c0c1e507ca4ff4dbfd02d18822e9e6fc410b (diff)
downloadpkgsrc-832989f3384da8c5d97477e6cda2f705ebf1b541.tar.gz
Upgrade perl-current to 5.6.0. Changes:
* Interpreter cloning, threads, and concurrency * Lexically scoped warning categories * Unicode and UTF-8 support * Support for interpolating named characters * "our" declarations * Support for strings represented as a vector of ordinals * Improved Perl version numbering system * New syntax for declaring subroutine attributes * File and directory handles can be autovivified * open() with more than two arguments * 64-bit support * Large file support * Long doubles * "more bits" * Enhanced support for sort() subroutines * C<sort $coderef @foo> allowed * File globbing implemented internally * POSIX character class syntax [: :] supported * Improved C<qw//> operator * pack() format 'Z' supported * pack() format modifier '!' supported * pack() and unpack() support counted strings * Comments in pack() templates * Weak references * Binary numbers supported * Lvalue subroutines * Some arrows may be omitted in calls through references * Boolean assignment operators are legal lvalues * exists() is supported on subroutine names * exists() and delete() are supported on array elements * Pseudo-hashes work better * Automatic flushing of output buffers * Better diagnostics on meaningless filehandle operations * Where possible, buffered data discarded from duped input filehandle * eof() has the same old magic as <> * binmode() can be used to set :crlf and :raw modes * C<-T> filetest recognizes UTF-8 encoded files as "text" * system(), backticks and pipe open now reflect exec() failure * Improved diagnostics * Diagnostics follow STDERR * syswrite() ease-of-use * Better syntax checks on parenthesized unary operators * Bit operators support full native integer width * Improved security features * C<require> and C<do> may be overridden * $^X variables may now have names longer than one character * New variable $^C reflects C<-c> switch * New variable $^V contains Perl version as a string * Optional Y2K warnings * Modules * Pragmata * dprofpp * find2perl * h2xs * perlcc * perldoc * The Perl Debugger * Simple sort() using { $a <=> $b } and the like are optimized * Optimized assignments to lexical variables * Faster subroutine calls * -Dusethreads means something different * New Configure flags * Threadedness and 64-bitness now more daring * Long Doubles ... See 'perldoc perldelta' for a full list.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5-current/Makefile20
-rw-r--r--lang/perl5-current/files/md54
-rw-r--r--lang/perl5-current/files/patch-sum11
-rw-r--r--lang/perl5-current/patches/patch-aa201
-rw-r--r--lang/perl5-current/patches/patch-ab18
-rw-r--r--lang/perl5-current/patches/patch-ac8
-rw-r--r--lang/perl5-current/patches/patch-aj22
-rw-r--r--lang/perl5-current/pkg/PLIST1168
-rw-r--r--lang/perl5-current/pkg/PLIST-md-ELF.shared4
-rw-r--r--lang/perl5-current/pkg/PLIST-md-a.out.shared4
10 files changed, 1325 insertions, 135 deletions
diff --git a/lang/perl5-current/Makefile b/lang/perl5-current/Makefile
index bc176b48dd5..0149d8ab89a 100644
--- a/lang/perl5-current/Makefile
+++ b/lang/perl5-current/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2000/03/27 08:54:58 tron Exp $
+# $NetBSD: Makefile,v 1.4 2000/07/05 19:25:50 hubertf Exp $
# FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp
#
-DISTNAME= perl5.005_03
-PKGNAME= perl-5.00503
+DISTNAME= perl-5.6.0
CATEGORIES= lang devel perl5
MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/ \
ftp://ftp.cdrom.com/pub/perl/CPAN/src/5.0/
@@ -21,15 +20,9 @@ MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}
.include "../../mk/bsd.prefs.mk"
-PLIST_SOURCES= ${PKGDIR}/PLIST-mi
-.if defined(NOPIC)
-PLIST_SOURCES+= ${PKGDIR}/PLIST-md.static
-.else
-PLIST_SOURCES+= ${PKGDIR}/PLIST-md.shared \
- ${PKGDIR}/PLIST-md-${OBJECT_FMT}.shared
-.endif
-PLIST_SOURCES+= ${PKGDIR}/PLIST.dirrm
-PLIST_SRC= ${PLIST_SOURCES}
+PLIST_SOURCES= ${PKGDIR}/PLIST-md-${OBJECT_FMT}.shared \
+ ${PKGDIR}/PLIST
+PLIST_SRC= ${PLIST_SOURCES}
.if ${OPSYS} == "SunOS"
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
@@ -39,6 +32,9 @@ MAKE_ENV+= CFLAGS=
test:
@(cd ${WRKSRC}; ${MAKE} test)
+post-patch:
+ ${CP} ${WRKSRC}/ext/DynaLoader/hints/openbsd.pl ${WRKSRC}/ext/DynaLoader/hints/netbsd.pl
+
post-install:
@strip ${PREFIX}/bin/a2p
@strip ${PREFIX}/bin/perl
diff --git a/lang/perl5-current/files/md5 b/lang/perl5-current/files/md5
index d56d920f21b..eb5e03d2b4a 100644
--- a/lang/perl5-current/files/md5
+++ b/lang/perl5-current/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2000/01/18 22:15:51 tron Exp $
+$NetBSD: md5,v 1.2 2000/07/05 19:25:50 hubertf Exp $
-MD5 (perl5.005_03.tar.gz) = 427890d97e32430341c1fa80f55277a7
+MD5 (perl-5.6.0.tar.gz) = b2940e2cc6312bcfa52355b684e70b9d
diff --git a/lang/perl5-current/files/patch-sum b/lang/perl5-current/files/patch-sum
index 88720e738ed..c4d05ee3e3e 100644
--- a/lang/perl5-current/files/patch-sum
+++ b/lang/perl5-current/files/patch-sum
@@ -1,7 +1,6 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/01/18 22:15:51 tron Exp $
+$NetBSD: patch-sum,v 1.2 2000/07/05 19:25:50 hubertf Exp $
-MD5 (patch-aa) = b0c1d2593300efac4712a9492a05805d
-MD5 (patch-ab) = 1c92c2233dce44d058532f4a806739ca
-MD5 (patch-ac) = 4c285b27cc0ab931910cc61ac42be171
-MD5 (patch-ad) = a31ef86c02391d355631be1b43bffacb
-MD5 (patch-aj) = 48ae85e4c0934301a3c0fe425f8cc517
+MD5 (patch-aa) = 4469c004a60a86e152418591b3cd46ae
+MD5 (patch-ab) = f92aedea990e94fb43ba8397bd01ef13
+MD5 (patch-ac) = 988de4d87e1b8a0516d37c3b44101875
+MD5 (patch-aj) = fef94a2397ab1a33ccb352326e8ff07a
diff --git a/lang/perl5-current/patches/patch-aa b/lang/perl5-current/patches/patch-aa
index 498895e6f01..62333987418 100644
--- a/lang/perl5-current/patches/patch-aa
+++ b/lang/perl5-current/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/01/18 22:15:51 tron Exp $
+$NetBSD: patch-aa,v 1.2 2000/07/05 19:25:50 hubertf Exp $
---- Configure.orig Sun Jan 16 21:17:27 2000
-+++ Configure Sun Jan 16 21:25:08 2000
+--- Configure.orig Wed Mar 22 21:36:37 2000
++++ Configure Tue Jul 4 04:14:37 2000
@@ -70,7 +70,7 @@
fi
@@ -11,53 +11,50 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/01/18 22:15:51 tron Exp $
paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
-@@ -814,14 +814,14 @@
+@@ -955,7 +955,7 @@
+ archobjs=''
+ : Possible local include directories to search.
+ : Set locincpth to "" in a hint file to defeat local include searches.
+-locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
++locincpth="${PREFIX}/include /opt/local/include /usr/gnu/include"
+ locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
+ :
+ : no include file wanted by default
+@@ -965,13 +965,13 @@
+ : change the next line if compiling for Xenix/286 on Xenix/386
xlibpth='/usr/lib/386 /lib/386'
-
: Possible local library directories to search.
-loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
+loclibpth="${PREFIX}/lib /opt/local/lib /usr/gnu/lib"
loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
: general looking path for locating libraries
- glibpth="/shlib /usr/shlib /lib/pa1.1 /usr/lib/large"
- glibpth="$glibpth /lib /usr/lib $xlibpth"
+ glibpth="/usr/lib/large /lib /usr/lib $xlibpth"
glibpth="$glibpth /lib/large /usr/lib/small /lib/small"
-glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
+glibpth="$glibpth /usr/ccs/lib /usr/ucblib ${PREFIX}/lib"
+ test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
+ test -f /shlib/libc.so && glibpth="/shlib $glibpth"
+
+@@ -992,10 +992,17 @@
- : Private path used by Configure to find libraries. Its value
- : is prepended to libpth. This variable takes care of special
-@@ -834,7 +834,7 @@
- ignore_versioned_solibs=''
- : Possible local include directories to search.
- : Set locincpth to "" in a hint file to defeat local include searches.
--locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
-+locincpth="${PREFIX}/include /opt/local/include /usr/gnu/include"
- locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
- :
- : no include file wanted by default
-@@ -855,9 +855,16 @@
- : set usethreads on the Configure command line to enable threads.
: List of libraries we want.
: If anyone needs -lnet, put it in a hint file.
--libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl'
--libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt"
--libswanted="$libswanted ucb bsd BSD PW x"
+case `uname -s` in
+NetBSD)
+ libswanted='m crypt'
+ ;;
+*)
-+ libswanted='sfio net socket inet nsl nm ndbm dbm db malloc dl'
-+ libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt"
-+ libswanted="$libswanted ucb bsd BSD PW x"
+ libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl'
+ libswanted="$libswanted dld ld sun m c cposix posix"
+ libswanted="$libswanted ndir dir crypt sec"
+ libswanted="$libswanted ucb bsd BSD PW x iconv"
+ ;;
+esac
: We probably want to search /usr/shlib before most other libraries.
: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
-@@ -1138,10 +1145,10 @@
+@@ -1337,10 +1344,10 @@
case "$fastread$alldone" in
yescont|yesexit) ;;
*)
@@ -72,7 +69,27 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/01/18 22:15:51 tron Exp $
;;
esac
-@@ -2786,7 +2793,7 @@
+@@ -2763,8 +2770,8 @@
+ syspath='/usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1'
+ syspath="$syspath /usr/man/u_man/man1 /usr/share/man/man1"
+ syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1"
+- syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1"
+- syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
++ syspath="$syspath ${PREFIX}/man/u_man/man1 ${PREFIX}/man/l_man/man1"
++ syspath="$syspath /usr/man/man.L /local/man/man1 ${PREFIX}/man/man1"
+ sysman=`./loc . /usr/man/man1 $syspath`
+ ;;
+ esac
+@@ -3577,7 +3584,7 @@
+ : Set private lib path
+ case "$plibpth" in
+ '') if ./mips; then
+- plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
++ plibpth="$incpath/usr/lib ${PREFIX}/lib /usr/ccs/lib"
+ fi;;
+ esac
+ case "$libpth" in
+@@ -4664,7 +4671,7 @@
: determine root of directory hierarchy where package will be installed.
case "$prefix" in
'')
@@ -81,29 +98,28 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/01/18 22:15:51 tron Exp $
;;
*)
dflt="$prefix"
-@@ -2796,10 +2803,10 @@
+@@ -4674,9 +4681,9 @@
- By default, $package will be installed in $dflt/bin, manual
- pages under $dflt/man, etc..., i.e. with $dflt as prefix for
--all installation directories. Typically set to /usr/local, but you
-+all installation directories. Typically set to ${PREFIX}, but you
- may choose /usr if you wish to install $package among your system
- binaries. If you wish to have binaries under /bin but manual pages
--under /usr/local/man, that's ok: you will be prompted separately
-+under ${PREFIX}/man, that's ok: you will be prompted separately
- for each of the installation directories, the prefix being only used
- to set the defaults.
+ By default, $package will be installed in $dflt/bin, manual pages
+ under $dflt/man, etc..., i.e. with $dflt as prefix for all
+-installation directories. Typically this is something like /usr/local.
++installation directories. Typically this is something like ${PREFIX}.
+ If you wish to have binaries under /usr/bin but other parts of the
+-installation under /usr/local, that's ok: you will be prompted
++installation under ${PREFIX}, that's ok: you will be prompted
+ separately for each of the installation directories, the prefix being
+ only used to set the defaults.
-@@ -2887,7 +2894,7 @@
- fi
+@@ -4835,7 +4842,7 @@
+ installstyle=$dflt
: determine where private library files go
-: Usual default is /usr/local/lib/perl5/$version.
+: Usual default is ${PREFIX}/lib/perl5. Also allow things like
: Also allow things like /opt/perl/lib/$version, since
: /opt/perl/lib/perl5... would be redundant.
- case "$prefix" in
-@@ -2938,8 +2945,8 @@
+ : The default "style" setting is made in installstyle.U
+@@ -4871,8 +4878,8 @@
: determine where public architecture dependent libraries go
set archlib archlib
eval $prefixit
@@ -114,36 +130,54 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/01/18 22:15:51 tron Exp $
: privlib may have an optional trailing /share.
tdflt=`echo $privlib | $sed 's,/share$,,'`
tdflt=$tdflt/$archname
-@@ -3198,8 +3205,8 @@
- syspath='/usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1'
- syspath="$syspath /usr/man/u_man/man1 /usr/share/man/man1"
- syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1"
-- syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1"
-- syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
-+ syspath="$syspath ${PREFIX}/man/u_man/man1 ${PREFIX}/man/l_man/man1"
-+ syspath="$syspath /usr/man/man.L /local/man/man1 ${PREFIX}/man/man1"
- sysman=`./loc . /usr/man/man1 $syspath`
+@@ -5304,7 +5311,7 @@
;;
- esac
-@@ -3634,7 +3641,7 @@
- : Set private lib path
- case "$plibpth" in
- '') if ./mips; then
-- plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
-+ plibpth="$incpath/usr/lib ${PREFIX}/lib /usr/ccs/lib"
- fi;;
- esac
- case "$libpth" in
-@@ -5082,7 +5089,7 @@
+ *) d_vendorlib="$define"
+ : determine where vendor-supplied modules go.
+- : Usual default is /usr/local/lib/perl5/vendor_perl/$version
++ : Usual default is ${PREFIX}/lib/perl5/vendor_perl/$version
+ case "$vendorlib" in
+ '')
+ prog=`echo $package | $sed 's/-*[0-9.]*$//'`
+@@ -5338,8 +5345,8 @@
+ ;;
+ *) d_vendorarch="$define"
+ : determine where vendor-supplied architecture-dependent libraries go.
+- : vendorlib default is /usr/local/lib/perl5/vendor_perl/$version
+- : vendorarch default is /usr/local/lib/perl5/vendor_perl/$version/$archname
++ : vendorlib default is ${PREFIX}/lib/perl5/vendor_perl/$version
++ : vendorarch default is ${PREFIX}/lib/perl5/vendor_perl/$version/$archname
+ : vendorlib may have an optional trailing /share.
+ case "$vendorarch" in
+ '') dflt=`echo $vendorlib | $sed 's,/share$,,'`
+@@ -5481,7 +5488,7 @@
+ siteprefixexp="$ansexp"
+
+ : determine where site specific libraries go.
+-: Usual default is /usr/local/lib/perl5/site_perl/$version
++: Usual default is ${PREFIX}/lib/perl5/site_perl/$version
+ : The default "style" setting is made in installstyle.U
+ : XXX No longer works with Prefixit stuff.
+ prog=`echo $package | $sed 's/-*[0-9.]*$//'`
+@@ -6326,7 +6333,7 @@
# No dynamic loading being used, so don't bother even to prompt.
useshrplib='false'
;;
-*) case "$useshrplib" in
+*) case true in
'') case "$osname" in
- svr4*|dgux|dynixptx|esix|powerux|beos)
+ svr4*|dgux|dynixptx|esix|powerux|beos|cygwin*)
dflt=y
-@@ -5237,10 +5244,10 @@
+@@ -6374,7 +6381,7 @@
+ ;;
+ esac
+
+-case "$useshrplib" in
++case true in
+ true)
+ case "$libperl" in
+ '')
+@@ -6476,10 +6483,10 @@
aix)
# We'll set it in Makefile.SH...
;;
@@ -156,36 +190,29 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/01/18 22:15:51 tron Exp $
xxx="-Wl,-R$shrpdir"
;;
linux|irix*|dec_osf)
-@@ -5895,7 +5902,7 @@
+@@ -7113,8 +7120,8 @@
: guess some guesses
$test -d /usr/share/scripts && dflt=/usr/share/scripts
- $test -d /usr/share/bin && dflt=/usr/share/bin
-- $test -d /usr/local/script && dflt=/usr/local/script
-+ $test -d ${PREFIX}/script && dflt=${PREFIX}/script
- $test -d $prefixexp/script && dflt=$prefixexp/script
+ $test -d /usr/share/bin && dflt=/usr/share/bin
+- $test -d /usr/local/script && dflt=/usr/local/script
+- $test -d /usr/local/scripts && dflt=/usr/local/scripts
++ $test -d ${PREFIX}/script && dflt=${PREFIX}/script
++ $test -d ${PREFIX}/scripts && dflt=${PREFIX}/scripts
+ $test -d $prefixexp/script && dflt=$prefixexp/script
set dflt
eval $prefixup
-@@ -5940,7 +5947,7 @@
- fi
-
- : determine where site specific libraries go.
--: Usual default is /usr/local/lib/perl5/site_perl/$apiversion
-+: Usual default is ${PREFIX}/lib/perl5/site_perl/$apiversion
- prog=`echo $package | $sed 's/-*[0-9.]*$//'`
- case "$prefix" in
- *perl*) set dflt sitelib lib/site_$prog/$apiversion ;;
-@@ -5985,8 +5992,8 @@
+@@ -7146,8 +7153,8 @@
fi
: determine where site specific architecture-dependent libraries go.
--: sitelib default is /usr/local/lib/perl5/site_perl/$apiversion
--: sitearch default is /usr/local/lib/perl5/site_perl/$apiversion/$archname
-+: sitelib default is ${PREFIX}/lib/perl5/site_perl/$apiversion
-+: sitearch default is ${PREFIX}/lib/perl5/site_perl/$apiversion/$archname
+-: sitelib default is /usr/local/lib/perl5/site_perl/$version
+-: sitearch default is /usr/local/lib/perl5/site_perl/$version/$archname
++: sitelib default is ${PREFIX}/lib/perl5/site_perl/$version
++: sitearch default is ${PREFIX}/lib/perl5/site_perl/$version/$archname
: sitelib may have an optional trailing /share.
- tdflt=`echo $sitelib | $sed 's,/share$,,'`
- tdflt="$tdflt/$archname"
-@@ -10216,7 +10223,7 @@
+ case "$sitearch" in
+ '') dflt=`echo $sitelib | $sed 's,/share$,,'`
+@@ -13366,7 +13373,7 @@
case "$ranlib" in
:) ranlib='';;
'')
diff --git a/lang/perl5-current/patches/patch-ab b/lang/perl5-current/patches/patch-ab
index e2e2b5f1942..bcf579f812e 100644
--- a/lang/perl5-current/patches/patch-ab
+++ b/lang/perl5-current/patches/patch-ab
@@ -1,17 +1,17 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/01/18 22:15:51 tron Exp $
+$NetBSD: patch-ab,v 1.2 2000/07/05 19:25:50 hubertf Exp $
---- installperl.orig Sat Jan 16 11:31:26 1999
-+++ installperl Sun Jan 16 21:26:37 2000
-@@ -182,7 +182,7 @@
- safe_unlink("$installbin/s$perl$ver$exe_ext");
+--- installperl.orig Wed Mar 8 13:22:41 2000
++++ installperl Tue Jul 4 04:17:45 2000
+@@ -224,7 +224,7 @@
+ safe_unlink("$installbin/s$perl_verbase$ver$exe_ext");
if ($d_dosuid) {
- copy("suidperl$exe_ext", "$installbin/s$perl$ver$exe_ext");
-- chmod(04711, "$installbin/s$perl$ver$exe_ext");
-+ chmod(04111, "$installbin/sperl$ver$exe_ext");
+ copy("suidperl$exe_ext", "$installbin/s$perl_verbase$ver$exe_ext");
+- chmod(04711, "$installbin/s$perl_verbase$ver$exe_ext");
++ chmod(04111, "$installbin/s$perl_verbase$ver$exe_ext");
}
# Install library files.
-@@ -275,19 +275,19 @@
+@@ -326,19 +326,19 @@
(-l $usrbinperl) &&
((readlink $usrbinperl) eq $expinstperl));
}
diff --git a/lang/perl5-current/patches/patch-ac b/lang/perl5-current/patches/patch-ac
index fe607687ba2..b491d966dcb 100644
--- a/lang/perl5-current/patches/patch-ac
+++ b/lang/perl5-current/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1.1.1 2000/01/18 22:15:51 tron Exp $
+$NetBSD: patch-ac,v 1.2 2000/07/05 19:25:50 hubertf Exp $
---- perl.h.orig Sun Mar 28 02:57:16 1999
-+++ perl.h Sun Jan 16 21:27:21 2000
-@@ -367,6 +367,15 @@
+--- perl.h.orig Sun Mar 19 06:45:33 2000
++++ perl.h Tue Jul 4 04:18:16 2000
+@@ -486,6 +486,15 @@
# include <sys/param.h>
#endif
diff --git a/lang/perl5-current/patches/patch-aj b/lang/perl5-current/patches/patch-aj
index 1af7bb165da..de320fa8ad9 100644
--- a/lang/perl5-current/patches/patch-aj
+++ b/lang/perl5-current/patches/patch-aj
@@ -1,13 +1,13 @@
-$NetBSD: patch-aj,v 1.1.1.1 2000/01/18 22:15:51 tron Exp $
+$NetBSD: patch-aj,v 1.2 2000/07/05 19:25:50 hubertf Exp $
---- ext/POSIX/Makefile.PL.orig Thu Nov 26 21:13:25 1998
-+++ ext/POSIX/Makefile.PL Sun Jan 16 21:37:36 2000
-@@ -1,7 +1,7 @@
- use ExtUtils::MakeMaker;
+--- ext/POSIX/Makefile.PL.orig Wed Mar 22 17:23:03 2000
++++ ext/POSIX/Makefile.PL Tue Jul 4 04:21:19 2000
+@@ -6,7 +6,7 @@
+ @libs = ('LIBS' => ["-lm -lc -lposix -lcposix"]);
+ }
+ else {
+- @libs = ('LIBS' => ["-lm -lposix -lcposix"]);
++ @libs = ('LIBS' => ["-lm"]);
+ }
+ }
WriteMakefile(
- NAME => 'POSIX',
-- ($^O eq 'MSWin32' ? () : (LIBS => ["-lm -lposix -lcposix"])),
-+ ($^O eq 'MSWin32' ? () : (LIBS => ["-lm"])),
- MAN3PODS => {}, # Pods will be built by installman.
- XSPROTOARG => '-noprototypes', # XXX remove later?
- VERSION_FROM => 'POSIX.pm',
diff --git a/lang/perl5-current/pkg/PLIST b/lang/perl5-current/pkg/PLIST
new file mode 100644
index 00000000000..6f6dae70db8
--- /dev/null
+++ b/lang/perl5-current/pkg/PLIST
@@ -0,0 +1,1168 @@
+@comment $NetBSD: PLIST,v 1.3 2000/07/05 19:25:50 hubertf Exp $
+bin/a2p
+bin/c2ph
+bin/dprofpp
+bin/find2perl
+bin/h2ph
+bin/h2xs
+bin/perl
+bin/perl5.6.0
+bin/perlbug
+bin/perlcc
+bin/perldoc
+bin/pl2pm
+bin/pod2html
+bin/pod2latex
+bin/pod2man
+bin/pod2text
+bin/pod2usage
+bin/podchecker
+bin/podselect
+bin/pstruct
+bin/s2p
+bin/splain
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/.packlist
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Asmdata.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Assembler.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Bblock.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Bytecode.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/C.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/CC.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Debug.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Deparse.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Disassembler.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Lint.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Showlex.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Stackobj.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Stash.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Terse.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B/Xref.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/ByteLoader.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/EXTERN.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/INTERN.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/XSUB.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/av.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/cc_runtime.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/config.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/cop.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/cv.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/dosish.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/embed.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/embedvar.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/fakethr.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/form.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/gv.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/handy.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/hv.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/intrpvar.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/iperlsys.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/keywords.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/mg.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/nostdio.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/objXSUB.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/op.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/opcode.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/opnames.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/patchlevel.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/perl.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/perlapi.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/perlio.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/perlsdio.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/perlsfio.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/perlvars.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/perly.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/pp.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/pp_proto.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/proto.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/regcomp.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/regexp.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/regnodes.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/scope.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/sv.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/thrdvar.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/thread.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/unixish.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/utf8.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/util.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/warnings.h
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Config.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/DB_File.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Data/Dumper.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Devel/DProf.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Devel/Peek.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/DynaLoader.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Errno.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Fcntl.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/File/Glob.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IO.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IO/Dir.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IO/File.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IO/Handle.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IO/Pipe.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IO/Poll.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IO/Seekable.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IO/Select.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IO/Socket.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IPC/Msg.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IPC/Semaphore.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IPC/SysV.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/NDBM_File.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/O.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Opcode.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/POSIX.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/POSIX.pod
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/SDBM_File.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Safe.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Socket.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Sys/Hostname.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Sys/Syslog.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/XSLoader.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/attrs.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/B/B.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/B/B.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/ByteLoader/ByteLoader.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/ByteLoader/ByteLoader.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DB_File/DB_File.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DB_File/DB_File.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DB_File/autosplit.ix
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper/Dumper.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper/Dumper.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/DProf/DProf.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/DProf/DProf.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/Peek/Peek.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/Peek/Peek.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DynaLoader/DynaLoader.a
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DynaLoader/autosplit.ix
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DynaLoader/dl_expandspec.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DynaLoader/dl_find_symbol_anywhere.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DynaLoader/dl_findfile.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DynaLoader/extralibs.ld
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Fcntl/Fcntl.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Fcntl/Fcntl.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/File/Glob/Glob.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/File/Glob/Glob.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/File/Glob/autosplit.ix
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IO/IO.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IO/IO.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IPC/SysV/SysV.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IPC/SysV/SysV.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/NDBM_File/NDBM_File.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/NDBM_File/NDBM_File.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Opcode/Opcode.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Opcode/Opcode.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/POSIX.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/POSIX.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/abs.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/alarm.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/assert.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/atan2.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/atexit.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/atof.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/atoi.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/atol.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/autosplit.ix
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/bsearch.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/calloc.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/chdir.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/chmod.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/chown.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/clearerr.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/closedir.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/cos.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/creat.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/div.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/errno.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/execl.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/execle.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/execlp.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/execv.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/execve.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/execvp.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/exit.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/exp.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fabs.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fclose.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fcntl.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fdopen.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/feof.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/ferror.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fflush.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fgetc.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fgetpos.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fgets.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fileno.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fopen.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fork.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fprintf.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fputc.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fputs.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fread.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/free.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/freopen.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fscanf.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fseek.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fsetpos.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fstat.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/ftell.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/fwrite.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getc.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getchar.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getcwd.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getegid.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getenv.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/geteuid.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getgid.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getgrgid.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getgrnam.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getgroups.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getlogin.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getpgrp.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getpid.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getppid.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getpwnam.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getpwuid.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/gets.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/getuid.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/gmtime.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/isatty.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/kill.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/labs.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/ldiv.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/link.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/load_imports.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/localtime.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/log.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/longjmp.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/malloc.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/memchr.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/memcmp.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/memcpy.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/memmove.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/memset.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/mkdir.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/offsetof.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/opendir.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/perror.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/pow.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/printf.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/putc.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/putchar.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/puts.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/qsort.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/raise.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/rand.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/readdir.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/realloc.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/remove.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/rename.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/rewind.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/rewinddir.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/rmdir.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/scanf.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/setbuf.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/setgid.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/setjmp.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/setuid.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/setvbuf.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/siglongjmp.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/sigsetjmp.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/sin.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/sleep.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/sprintf.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/sqrt.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/srand.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/sscanf.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/stat.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strcat.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strchr.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strcmp.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strcpy.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strcspn.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strerror.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strlen.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strncat.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strncmp.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strncpy.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strpbrk.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strrchr.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strspn.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strstr.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/strtok.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/system.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/time.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/tmpfile.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/tolower.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/toupper.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/umask.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/ungetc.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/unlink.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/utime.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/vfprintf.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/vprintf.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/vsprintf.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/wait.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX/waitpid.al
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/SDBM_File/SDBM_File.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/SDBM_File/SDBM_File.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Socket/Socket.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Socket/Socket.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Sys/Hostname/Hostname.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Sys/Hostname/Hostname.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Sys/Hostname/autosplit.ix
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Sys/Syslog/Syslog.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Sys/Syslog/Syslog.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/attrs/attrs.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/attrs/attrs.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/re/re.bs
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/re/re.so
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/sdbm/extralibs.ld
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/ops.pm
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/re.pm
+lib/perl5/5.6.0/AnyDBM_File.pm
+lib/perl5/5.6.0/AutoLoader.pm
+lib/perl5/5.6.0/AutoSplit.pm
+lib/perl5/5.6.0/B/assemble
+lib/perl5/5.6.0/B/cc_harness
+lib/perl5/5.6.0/B/disassemble
+lib/perl5/5.6.0/B/makeliblinks
+lib/perl5/5.6.0/Benchmark.pm
+lib/perl5/5.6.0/CGI.pm
+lib/perl5/5.6.0/CGI/Apache.pm
+lib/perl5/5.6.0/CGI/Carp.pm
+lib/perl5/5.6.0/CGI/Cookie.pm
+lib/perl5/5.6.0/CGI/Fast.pm
+lib/perl5/5.6.0/CGI/Pretty.pm
+lib/perl5/5.6.0/CGI/Push.pm
+lib/perl5/5.6.0/CGI/Switch.pm
+lib/perl5/5.6.0/CPAN.pm
+lib/perl5/5.6.0/CPAN/FirstTime.pm
+lib/perl5/5.6.0/CPAN/Nox.pm
+lib/perl5/5.6.0/Carp.pm
+lib/perl5/5.6.0/Carp/Heavy.pm
+lib/perl5/5.6.0/Class/Struct.pm
+lib/perl5/5.6.0/Cwd.pm
+lib/perl5/5.6.0/DB.pm
+lib/perl5/5.6.0/Devel/SelfStubber.pm
+lib/perl5/5.6.0/DirHandle.pm
+lib/perl5/5.6.0/Dumpvalue.pm
+lib/perl5/5.6.0/English.pm
+lib/perl5/5.6.0/Env.pm
+lib/perl5/5.6.0/Exporter.pm
+lib/perl5/5.6.0/Exporter/Heavy.pm
+lib/perl5/5.6.0/ExtUtils/Command.pm
+lib/perl5/5.6.0/ExtUtils/Embed.pm
+lib/perl5/5.6.0/ExtUtils/Install.pm
+lib/perl5/5.6.0/ExtUtils/Installed.pm
+lib/perl5/5.6.0/ExtUtils/Liblist.pm
+lib/perl5/5.6.0/ExtUtils/MM_Cygwin.pm
+lib/perl5/5.6.0/ExtUtils/MM_OS2.pm
+lib/perl5/5.6.0/ExtUtils/MM_Unix.pm
+lib/perl5/5.6.0/ExtUtils/MM_VMS.pm
+lib/perl5/5.6.0/ExtUtils/MM_Win32.pm
+lib/perl5/5.6.0/ExtUtils/MakeMaker.pm
+lib/perl5/5.6.0/ExtUtils/Manifest.pm
+lib/perl5/5.6.0/ExtUtils/Miniperl.pm
+lib/perl5/5.6.0/ExtUtils/Mkbootstrap.pm
+lib/perl5/5.6.0/ExtUtils/Mksymlists.pm
+lib/perl5/5.6.0/ExtUtils/Packlist.pm
+lib/perl5/5.6.0/ExtUtils/inst
+lib/perl5/5.6.0/ExtUtils/testlib.pm
+lib/perl5/5.6.0/ExtUtils/typemap
+lib/perl5/5.6.0/ExtUtils/xsubpp
+lib/perl5/5.6.0/Fatal.pm
+lib/perl5/5.6.0/File/Basename.pm
+lib/perl5/5.6.0/File/CheckTree.pm
+lib/perl5/5.6.0/File/Compare.pm
+lib/perl5/5.6.0/File/Copy.pm
+lib/perl5/5.6.0/File/DosGlob.pm
+lib/perl5/5.6.0/File/Find.pm
+lib/perl5/5.6.0/File/Path.pm
+lib/perl5/5.6.0/File/Spec.pm
+lib/perl5/5.6.0/File/Spec/Functions.pm
+lib/perl5/5.6.0/File/Spec/Mac.pm
+lib/perl5/5.6.0/File/Spec/OS2.pm
+lib/perl5/5.6.0/File/Spec/Unix.pm
+lib/perl5/5.6.0/File/Spec/VMS.pm
+lib/perl5/5.6.0/File/Spec/Win32.pm
+lib/perl5/5.6.0/File/stat.pm
+lib/perl5/5.6.0/FileCache.pm
+lib/perl5/5.6.0/FileHandle.pm
+lib/perl5/5.6.0/FindBin.pm
+lib/perl5/5.6.0/Getopt/Long.pm
+lib/perl5/5.6.0/Getopt/Std.pm
+lib/perl5/5.6.0/I18N/Collate.pm
+lib/perl5/5.6.0/IO/Socket/INET.pm
+lib/perl5/5.6.0/IO/Socket/UNIX.pm
+lib/perl5/5.6.0/IPC/Open2.pm
+lib/perl5/5.6.0/IPC/Open3.pm
+lib/perl5/5.6.0/Math/BigFloat.pm
+lib/perl5/5.6.0/Math/BigInt.pm
+lib/perl5/5.6.0/Math/Complex.pm
+lib/perl5/5.6.0/Math/Trig.pm
+lib/perl5/5.6.0/Net/Ping.pm
+lib/perl5/5.6.0/Net/hostent.pm
+lib/perl5/5.6.0/Net/netent.pm
+lib/perl5/5.6.0/Net/protoent.pm
+lib/perl5/5.6.0/Net/servent.pm
+lib/perl5/5.6.0/Pod/Checker.pm
+lib/perl5/5.6.0/Pod/Find.pm
+lib/perl5/5.6.0/Pod/Functions.pm
+lib/perl5/5.6.0/Pod/Html.pm
+lib/perl5/5.6.0/Pod/InputObjects.pm
+lib/perl5/5.6.0/Pod/Man.pm
+lib/perl5/5.6.0/Pod/ParseUtils.pm
+lib/perl5/5.6.0/Pod/Parser.pm
+lib/perl5/5.6.0/Pod/Plainer.pm
+lib/perl5/5.6.0/Pod/Select.pm
+lib/perl5/5.6.0/Pod/Text.pm
+lib/perl5/5.6.0/Pod/Text/Color.pm
+lib/perl5/5.6.0/Pod/Text/Termcap.pm
+lib/perl5/5.6.0/Pod/Usage.pm
+lib/perl5/5.6.0/Search/Dict.pm
+lib/perl5/5.6.0/SelectSaver.pm
+lib/perl5/5.6.0/SelfLoader.pm
+lib/perl5/5.6.0/Shell.pm
+lib/perl5/5.6.0/Symbol.pm
+lib/perl5/5.6.0/Term/ANSIColor.pm
+lib/perl5/5.6.0/Term/Cap.pm
+lib/perl5/5.6.0/Term/Complete.pm
+lib/perl5/5.6.0/Term/ReadLine.pm
+lib/perl5/5.6.0/Test.pm
+lib/perl5/5.6.0/Test/Harness.pm
+lib/perl5/5.6.0/Text/Abbrev.pm
+lib/perl5/5.6.0/Text/ParseWords.pm
+lib/perl5/5.6.0/Text/Soundex.pm
+lib/perl5/5.6.0/Text/Tabs.pm
+lib/perl5/5.6.0/Text/Wrap.pm
+lib/perl5/5.6.0/Tie/Array.pm
+lib/perl5/5.6.0/Tie/Handle.pm
+lib/perl5/5.6.0/Tie/Hash.pm
+lib/perl5/5.6.0/Tie/RefHash.pm
+lib/perl5/5.6.0/Tie/Scalar.pm
+lib/perl5/5.6.0/Tie/SubstrHash.pm
+lib/perl5/5.6.0/Time/Local.pm
+lib/perl5/5.6.0/Time/gmtime.pm
+lib/perl5/5.6.0/Time/localtime.pm
+lib/perl5/5.6.0/Time/tm.pm
+lib/perl5/5.6.0/UNIVERSAL.pm
+lib/perl5/5.6.0/User/grent.pm
+lib/perl5/5.6.0/User/pwent.pm
+lib/perl5/5.6.0/abbrev.pl
+lib/perl5/5.6.0/assert.pl
+lib/perl5/5.6.0/attributes.pm
+lib/perl5/5.6.0/auto/Getopt/Long/Configure.al
+lib/perl5/5.6.0/auto/Getopt/Long/Croak.al
+lib/perl5/5.6.0/auto/Getopt/Long/FindOption.al
+lib/perl5/5.6.0/auto/Getopt/Long/GetOptions.al
+lib/perl5/5.6.0/auto/Getopt/Long/autosplit.ix
+lib/perl5/5.6.0/auto/Getopt/Long/config.al
+lib/perl5/5.6.0/autouse.pm
+lib/perl5/5.6.0/base.pm
+lib/perl5/5.6.0/bigfloat.pl
+lib/perl5/5.6.0/bigint.pl
+lib/perl5/5.6.0/bigrat.pl
+lib/perl5/5.6.0/blib.pm
+lib/perl5/5.6.0/bytes.pm
+lib/perl5/5.6.0/bytes_heavy.pl
+lib/perl5/5.6.0/cacheout.pl
+lib/perl5/5.6.0/charnames.pm
+lib/perl5/5.6.0/chat2.pl
+lib/perl5/5.6.0/complete.pl
+lib/perl5/5.6.0/constant.pm
+lib/perl5/5.6.0/ctime.pl
+lib/perl5/5.6.0/diagnostics.pm
+lib/perl5/5.6.0/dotsh.pl
+lib/perl5/5.6.0/dumpvar.pl
+lib/perl5/5.6.0/exceptions.pl
+lib/perl5/5.6.0/fastcwd.pl
+lib/perl5/5.6.0/fields.pm
+lib/perl5/5.6.0/filetest.pm
+lib/perl5/5.6.0/find.pl
+lib/perl5/5.6.0/finddepth.pl
+lib/perl5/5.6.0/flush.pl
+lib/perl5/5.6.0/ftp.pl
+lib/perl5/5.6.0/getcwd.pl
+lib/perl5/5.6.0/getopt.pl
+lib/perl5/5.6.0/getopts.pl
+lib/perl5/5.6.0/hostname.pl
+lib/perl5/5.6.0/importenv.pl
+lib/perl5/5.6.0/integer.pm
+lib/perl5/5.6.0/less.pm
+lib/perl5/5.6.0/lib.pm
+lib/perl5/5.6.0/locale.pm
+lib/perl5/5.6.0/look.pl
+lib/perl5/5.6.0/newgetopt.pl
+lib/perl5/5.6.0/open.pm
+lib/perl5/5.6.0/open2.pl
+lib/perl5/5.6.0/open3.pl
+lib/perl5/5.6.0/overload.pm
+lib/perl5/5.6.0/perl5db.pl
+lib/perl5/5.6.0/pod/Win32.pod
+lib/perl5/5.6.0/pod/perl.pod
+lib/perl5/5.6.0/pod/perl5004delta.pod
+lib/perl5/5.6.0/pod/perl5005delta.pod
+lib/perl5/5.6.0/pod/perlamiga.pod
+lib/perl5/5.6.0/pod/perlapi.pod
+lib/perl5/5.6.0/pod/perlapio.pod
+lib/perl5/5.6.0/pod/perlbook.pod
+lib/perl5/5.6.0/pod/perlboot.pod
+lib/perl5/5.6.0/pod/perlbot.pod
+lib/perl5/5.6.0/pod/perlcall.pod
+lib/perl5/5.6.0/pod/perlcompile.pod
+lib/perl5/5.6.0/pod/perlcygwin.pod
+lib/perl5/5.6.0/pod/perldata.pod
+lib/perl5/5.6.0/pod/perldbmfilter.pod
+lib/perl5/5.6.0/pod/perldebguts.pod
+lib/perl5/5.6.0/pod/perldebug.pod
+lib/perl5/5.6.0/pod/perldelta.pod
+lib/perl5/5.6.0/pod/perldiag.pod
+lib/perl5/5.6.0/pod/perldos.pod
+lib/perl5/5.6.0/pod/perldsc.pod
+lib/perl5/5.6.0/pod/perlembed.pod
+lib/perl5/5.6.0/pod/perlfaq.pod
+lib/perl5/5.6.0/pod/perlfaq1.pod
+lib/perl5/5.6.0/pod/perlfaq2.pod
+lib/perl5/5.6.0/pod/perlfaq3.pod
+lib/perl5/5.6.0/pod/perlfaq4.pod
+lib/perl5/5.6.0/pod/perlfaq5.pod
+lib/perl5/5.6.0/pod/perlfaq6.pod
+lib/perl5/5.6.0/pod/perlfaq7.pod
+lib/perl5/5.6.0/pod/perlfaq8.pod
+lib/perl5/5.6.0/pod/perlfaq9.pod
+lib/perl5/5.6.0/pod/perlfilter.pod
+lib/perl5/5.6.0/pod/perlfork.pod
+lib/perl5/5.6.0/pod/perlform.pod
+lib/perl5/5.6.0/pod/perlfunc.pod
+lib/perl5/5.6.0/pod/perlguts.pod
+lib/perl5/5.6.0/pod/perlhack.pod
+lib/perl5/5.6.0/pod/perlhist.pod
+lib/perl5/5.6.0/pod/perlhpux.pod
+lib/perl5/5.6.0/pod/perlintern.pod
+lib/perl5/5.6.0/pod/perlipc.pod
+lib/perl5/5.6.0/pod/perllexwarn.pod
+lib/perl5/5.6.0/pod/perllocale.pod
+lib/perl5/5.6.0/pod/perllol.pod
+lib/perl5/5.6.0/pod/perlmachten.pod
+lib/perl5/5.6.0/pod/perlmod.pod
+lib/perl5/5.6.0/pod/perlmodinstall.pod
+lib/perl5/5.6.0/pod/perlmodlib.pod
+lib/perl5/5.6.0/pod/perlnumber.pod
+lib/perl5/5.6.0/pod/perlobj.pod
+lib/perl5/5.6.0/pod/perlop.pod
+lib/perl5/5.6.0/pod/perlopentut.pod
+lib/perl5/5.6.0/pod/perlos2.pod
+lib/perl5/5.6.0/pod/perlos390.pod
+lib/perl5/5.6.0/pod/perlpod.pod
+lib/perl5/5.6.0/pod/perlport.pod
+lib/perl5/5.6.0/pod/perlre.pod
+lib/perl5/5.6.0/pod/perlref.pod
+lib/perl5/5.6.0/pod/perlreftut.pod
+lib/perl5/5.6.0/pod/perlrun.pod
+lib/perl5/5.6.0/pod/perlsec.pod
+lib/perl5/5.6.0/pod/perlstyle.pod
+lib/perl5/5.6.0/pod/perlsub.pod
+lib/perl5/5.6.0/pod/perlsyn.pod
+lib/perl5/5.6.0/pod/perlthrtut.pod
+lib/perl5/5.6.0/pod/perltie.pod
+lib/perl5/5.6.0/pod/perltoc.pod
+lib/perl5/5.6.0/pod/perltodo.pod
+lib/perl5/5.6.0/pod/perltoot.pod
+lib/perl5/5.6.0/pod/perltootc.pod
+lib/perl5/5.6.0/pod/perltrap.pod
+lib/perl5/5.6.0/pod/perlunicode.pod
+lib/perl5/5.6.0/pod/perlvar.pod
+lib/perl5/5.6.0/pod/perlvms.pod
+lib/perl5/5.6.0/pod/perlwin32.pod
+lib/perl5/5.6.0/pod/perlxs.pod
+lib/perl5/5.6.0/pod/perlxstut.pod
+lib/perl5/5.6.0/pwd.pl
+lib/perl5/5.6.0/shellwords.pl
+lib/perl5/5.6.0/sigtrap.pm
+lib/perl5/5.6.0/stat.pl
+lib/perl5/5.6.0/strict.pm
+lib/perl5/5.6.0/subs.pm
+lib/perl5/5.6.0/syslog.pl
+lib/perl5/5.6.0/tainted.pl
+lib/perl5/5.6.0/termcap.pl
+lib/perl5/5.6.0/timelocal.pl
+lib/perl5/5.6.0/unicode/ArabLink.pl
+lib/perl5/5.6.0/unicode/ArabLnkGrp.pl
+lib/perl5/5.6.0/unicode/ArabShap.txt
+lib/perl5/5.6.0/unicode/Bidirectional.pl
+lib/perl5/5.6.0/unicode/Block.pl
+lib/perl5/5.6.0/unicode/Blocks.txt
+lib/perl5/5.6.0/unicode/Category.pl
+lib/perl5/5.6.0/unicode/CombiningClass.pl
+lib/perl5/5.6.0/unicode/CompExcl.txt
+lib/perl5/5.6.0/unicode/Decomposition.pl
+lib/perl5/5.6.0/unicode/EAWidth.txt
+lib/perl5/5.6.0/unicode/In/AlphabeticPresentationForms.pl
+lib/perl5/5.6.0/unicode/In/Arabic.pl
+lib/perl5/5.6.0/unicode/In/ArabicPresentationForms-A.pl
+lib/perl5/5.6.0/unicode/In/ArabicPresentationForms-B.pl
+lib/perl5/5.6.0/unicode/In/Armenian.pl
+lib/perl5/5.6.0/unicode/In/Arrows.pl
+lib/perl5/5.6.0/unicode/In/BasicLatin.pl
+lib/perl5/5.6.0/unicode/In/Bengali.pl
+lib/perl5/5.6.0/unicode/In/BlockElements.pl
+lib/perl5/5.6.0/unicode/In/Bopomofo.pl
+lib/perl5/5.6.0/unicode/In/BopomofoExtended.pl
+lib/perl5/5.6.0/unicode/In/BoxDrawing.pl
+lib/perl5/5.6.0/unicode/In/BraillePatterns.pl
+lib/perl5/5.6.0/unicode/In/CJKCompatibility.pl
+lib/perl5/5.6.0/unicode/In/CJKCompatibilityForms.pl
+lib/perl5/5.6.0/unicode/In/CJKCompatibilityIdeographs.pl
+lib/perl5/5.6.0/unicode/In/CJKRadicalsSupplement.pl
+lib/perl5/5.6.0/unicode/In/CJKSymbolsandPunctuation.pl
+lib/perl5/5.6.0/unicode/In/CJKUnifiedIdeographs.pl
+lib/perl5/5.6.0/unicode/In/CJKUnifiedIdeographsExtensionA.pl
+lib/perl5/5.6.0/unicode/In/Cherokee.pl
+lib/perl5/5.6.0/unicode/In/CombiningDiacriticalMarks.pl
+lib/perl5/5.6.0/unicode/In/CombiningHalfMarks.pl
+lib/perl5/5.6.0/unicode/In/CombiningMarksforSymbols.pl
+lib/perl5/5.6.0/unicode/In/ControlPictures.pl
+lib/perl5/5.6.0/unicode/In/CurrencySymbols.pl
+lib/perl5/5.6.0/unicode/In/Cyrillic.pl
+lib/perl5/5.6.0/unicode/In/Devanagari.pl
+lib/perl5/5.6.0/unicode/In/Dingbats.pl
+lib/perl5/5.6.0/unicode/In/EnclosedAlphanumerics.pl
+lib/perl5/5.6.0/unicode/In/EnclosedCJKLettersandMonths.pl
+lib/perl5/5.6.0/unicode/In/Ethiopic.pl
+lib/perl5/5.6.0/unicode/In/GeneralPunctuation.pl
+lib/perl5/5.6.0/unicode/In/GeometricShapes.pl
+lib/perl5/5.6.0/unicode/In/Georgian.pl
+lib/perl5/5.6.0/unicode/In/Greek.pl
+lib/perl5/5.6.0/unicode/In/GreekExtended.pl
+lib/perl5/5.6.0/unicode/In/Gujarati.pl
+lib/perl5/5.6.0/unicode/In/Gurmukhi.pl
+lib/perl5/5.6.0/unicode/In/HalfwidthandFullwidthForms.pl
+lib/perl5/5.6.0/unicode/In/HangulCompatibilityJamo.pl
+lib/perl5/5.6.0/unicode/In/HangulJamo.pl
+lib/perl5/5.6.0/unicode/In/HangulSyllables.pl
+lib/perl5/5.6.0/unicode/In/Hebrew.pl
+lib/perl5/5.6.0/unicode/In/HighPrivateUseSurrogates.pl
+lib/perl5/5.6.0/unicode/In/HighSurrogates.pl
+lib/perl5/5.6.0/unicode/In/Hiragana.pl
+lib/perl5/5.6.0/unicode/In/IPAExtensions.pl
+lib/perl5/5.6.0/unicode/In/IdeographicDescriptionCharacters.pl
+lib/perl5/5.6.0/unicode/In/Kanbun.pl
+lib/perl5/5.6.0/unicode/In/KangxiRadicals.pl
+lib/perl5/5.6.0/unicode/In/Kannada.pl
+lib/perl5/5.6.0/unicode/In/Katakana.pl
+lib/perl5/5.6.0/unicode/In/Khmer.pl
+lib/perl5/5.6.0/unicode/In/Lao.pl
+lib/perl5/5.6.0/unicode/In/Latin-1Supplement.pl
+lib/perl5/5.6.0/unicode/In/LatinExtended-A.pl
+lib/perl5/5.6.0/unicode/In/LatinExtended-B.pl
+lib/perl5/5.6.0/unicode/In/LatinExtendedAdditional.pl
+lib/perl5/5.6.0/unicode/In/LetterlikeSymbols.pl
+lib/perl5/5.6.0/unicode/In/LowSurrogates.pl
+lib/perl5/5.6.0/unicode/In/Malayalam.pl
+lib/perl5/5.6.0/unicode/In/MathematicalOperators.pl
+lib/perl5/5.6.0/unicode/In/MiscellaneousSymbols.pl
+lib/perl5/5.6.0/unicode/In/MiscellaneousTechnical.pl
+lib/perl5/5.6.0/unicode/In/Mongolian.pl
+lib/perl5/5.6.0/unicode/In/Myanmar.pl
+lib/perl5/5.6.0/unicode/In/NumberForms.pl
+lib/perl5/5.6.0/unicode/In/Ogham.pl
+lib/perl5/5.6.0/unicode/In/OpticalCharacterRecognition.pl
+lib/perl5/5.6.0/unicode/In/Oriya.pl
+lib/perl5/5.6.0/unicode/In/PrivateUse.pl
+lib/perl5/5.6.0/unicode/In/Runic.pl
+lib/perl5/5.6.0/unicode/In/Sinhala.pl
+lib/perl5/5.6.0/unicode/In/SmallFormVariants.pl
+lib/perl5/5.6.0/unicode/In/SpacingModifierLetters.pl
+lib/perl5/5.6.0/unicode/In/Specials.pl
+lib/perl5/5.6.0/unicode/In/SuperscriptsandSubscripts.pl
+lib/perl5/5.6.0/unicode/In/Syriac.pl
+lib/perl5/5.6.0/unicode/In/Tamil.pl
+lib/perl5/5.6.0/unicode/In/Telugu.pl
+lib/perl5/5.6.0/unicode/In/Thaana.pl
+lib/perl5/5.6.0/unicode/In/Thai.pl
+lib/perl5/5.6.0/unicode/In/Tibetan.pl
+lib/perl5/5.6.0/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
+lib/perl5/5.6.0/unicode/In/YiRadicals.pl
+lib/perl5/5.6.0/unicode/In/YiSyllables.pl
+lib/perl5/5.6.0/unicode/Index.txt
+lib/perl5/5.6.0/unicode/Is/ASCII.pl
+lib/perl5/5.6.0/unicode/Is/Alnum.pl
+lib/perl5/5.6.0/unicode/Is/Alpha.pl
+lib/perl5/5.6.0/unicode/Is/BidiAN.pl
+lib/perl5/5.6.0/unicode/Is/BidiB.pl
+lib/perl5/5.6.0/unicode/Is/BidiCS.pl
+lib/perl5/5.6.0/unicode/Is/BidiEN.pl
+lib/perl5/5.6.0/unicode/Is/BidiES.pl
+lib/perl5/5.6.0/unicode/Is/BidiET.pl
+lib/perl5/5.6.0/unicode/Is/BidiL.pl
+lib/perl5/5.6.0/unicode/Is/BidiON.pl
+lib/perl5/5.6.0/unicode/Is/BidiR.pl
+lib/perl5/5.6.0/unicode/Is/BidiS.pl
+lib/perl5/5.6.0/unicode/Is/BidiWS.pl
+lib/perl5/5.6.0/unicode/Is/C.pl
+lib/perl5/5.6.0/unicode/Is/Cc.pl
+lib/perl5/5.6.0/unicode/Is/Cn.pl
+lib/perl5/5.6.0/unicode/Is/Cntrl.pl
+lib/perl5/5.6.0/unicode/Is/Co.pl
+lib/perl5/5.6.0/unicode/Is/DCcircle.pl
+lib/perl5/5.6.0/unicode/Is/DCcompat.pl
+lib/perl5/5.6.0/unicode/Is/DCfinal.pl
+lib/perl5/5.6.0/unicode/Is/DCfont.pl
+lib/perl5/5.6.0/unicode/Is/DCinital.pl
+lib/perl5/5.6.0/unicode/Is/DCinitial.pl
+lib/perl5/5.6.0/unicode/Is/DCisolated.pl
+lib/perl5/5.6.0/unicode/Is/DCnarrow.pl
+lib/perl5/5.6.0/unicode/Is/DCnoBreak.pl
+lib/perl5/5.6.0/unicode/Is/DCsmall.pl
+lib/perl5/5.6.0/unicode/Is/DCsquare.pl
+lib/perl5/5.6.0/unicode/Is/DCsub.pl
+lib/perl5/5.6.0/unicode/Is/DCsuper.pl
+lib/perl5/5.6.0/unicode/Is/DCvertical.pl
+lib/perl5/5.6.0/unicode/Is/DCwide.pl
+lib/perl5/5.6.0/unicode/Is/DecoCanon.pl
+lib/perl5/5.6.0/unicode/Is/DecoCompat.pl
+lib/perl5/5.6.0/unicode/Is/Digit.pl
+lib/perl5/5.6.0/unicode/Is/Graph.pl
+lib/perl5/5.6.0/unicode/Is/L.pl
+lib/perl5/5.6.0/unicode/Is/Ll.pl
+lib/perl5/5.6.0/unicode/Is/Lm.pl
+lib/perl5/5.6.0/unicode/Is/Lo.pl
+lib/perl5/5.6.0/unicode/Is/Lower.pl
+lib/perl5/5.6.0/unicode/Is/Lt.pl
+lib/perl5/5.6.0/unicode/Is/Lu.pl
+lib/perl5/5.6.0/unicode/Is/M.pl
+lib/perl5/5.6.0/unicode/Is/Mc.pl
+lib/perl5/5.6.0/unicode/Is/Mirrored.pl
+lib/perl5/5.6.0/unicode/Is/Mn.pl
+lib/perl5/5.6.0/unicode/Is/N.pl
+lib/perl5/5.6.0/unicode/Is/Nd.pl
+lib/perl5/5.6.0/unicode/Is/No.pl
+lib/perl5/5.6.0/unicode/Is/P.pl
+lib/perl5/5.6.0/unicode/Is/Pd.pl
+lib/perl5/5.6.0/unicode/Is/Pe.pl
+lib/perl5/5.6.0/unicode/Is/Po.pl
+lib/perl5/5.6.0/unicode/Is/Print.pl
+lib/perl5/5.6.0/unicode/Is/Ps.pl
+lib/perl5/5.6.0/unicode/Is/Punct.pl
+lib/perl5/5.6.0/unicode/Is/S.pl
+lib/perl5/5.6.0/unicode/Is/Sc.pl
+lib/perl5/5.6.0/unicode/Is/Sm.pl
+lib/perl5/5.6.0/unicode/Is/So.pl
+lib/perl5/5.6.0/unicode/Is/Space.pl
+lib/perl5/5.6.0/unicode/Is/SylA.pl
+lib/perl5/5.6.0/unicode/Is/SylC.pl
+lib/perl5/5.6.0/unicode/Is/SylE.pl
+lib/perl5/5.6.0/unicode/Is/SylI.pl
+lib/perl5/5.6.0/unicode/Is/SylO.pl
+lib/perl5/5.6.0/unicode/Is/SylU.pl
+lib/perl5/5.6.0/unicode/Is/SylV.pl
+lib/perl5/5.6.0/unicode/Is/SylWA.pl
+lib/perl5/5.6.0/unicode/Is/SylWC.pl
+lib/perl5/5.6.0/unicode/Is/SylWE.pl
+lib/perl5/5.6.0/unicode/Is/SylWI.pl
+lib/perl5/5.6.0/unicode/Is/SylWV.pl
+lib/perl5/5.6.0/unicode/Is/Syllable.pl
+lib/perl5/5.6.0/unicode/Is/Upper.pl
+lib/perl5/5.6.0/unicode/Is/Word.pl
+lib/perl5/5.6.0/unicode/Is/XDigit.pl
+lib/perl5/5.6.0/unicode/Is/Z.pl
+lib/perl5/5.6.0/unicode/Is/Zl.pl
+lib/perl5/5.6.0/unicode/Is/Zp.pl
+lib/perl5/5.6.0/unicode/Is/Zs.pl
+lib/perl5/5.6.0/unicode/Jamo.txt
+lib/perl5/5.6.0/unicode/JamoShort.pl
+lib/perl5/5.6.0/unicode/LineBrk.txt
+lib/perl5/5.6.0/unicode/Makefile
+lib/perl5/5.6.0/unicode/Name.pl
+lib/perl5/5.6.0/unicode/Names.txt
+lib/perl5/5.6.0/unicode/NamesList.html
+lib/perl5/5.6.0/unicode/Number.pl
+lib/perl5/5.6.0/unicode/Props.txt
+lib/perl5/5.6.0/unicode/README.Ethiopic
+lib/perl5/5.6.0/unicode/ReadMe.txt
+lib/perl5/5.6.0/unicode/SpecCase.txt
+lib/perl5/5.6.0/unicode/To/Digit.pl
+lib/perl5/5.6.0/unicode/To/Lower.pl
+lib/perl5/5.6.0/unicode/To/Title.pl
+lib/perl5/5.6.0/unicode/To/Upper.pl
+lib/perl5/5.6.0/unicode/UCD300.html
+lib/perl5/5.6.0/unicode/Unicode.300
+lib/perl5/5.6.0/unicode/Unicode3.html
+lib/perl5/5.6.0/unicode/mktables.PL
+lib/perl5/5.6.0/unicode/syllables.txt
+lib/perl5/5.6.0/utf8.pm
+lib/perl5/5.6.0/utf8_heavy.pl
+lib/perl5/5.6.0/validate.pl
+lib/perl5/5.6.0/vars.pm
+lib/perl5/5.6.0/warnings.pm
+lib/perl5/5.6.0/warnings/register.pm
+man/man1/Win32.1
+man/man1/a2p.1
+man/man1/c2ph.1
+man/man1/dprofpp.1
+man/man1/find2perl.1
+man/man1/h2ph.1
+man/man1/h2xs.1
+man/man1/perl.1
+man/man1/perl5004delta.1
+man/man1/perl5005delta.1
+man/man1/perlamiga.1
+man/man1/perlapi.1
+man/man1/perlapio.1
+man/man1/perlbook.1
+man/man1/perlboot.1
+man/man1/perlbot.1
+man/man1/perlbug.1
+man/man1/perlcall.1
+man/man1/perlcc.1
+man/man1/perlcompile.1
+man/man1/perlcygwin.1
+man/man1/perldata.1
+man/man1/perldbmfilter.1
+man/man1/perldebguts.1
+man/man1/perldebug.1
+man/man1/perldelta.1
+man/man1/perldiag.1
+man/man1/perldoc.1
+man/man1/perldos.1
+man/man1/perldsc.1
+man/man1/perlembed.1
+man/man1/perlfaq.1
+man/man1/perlfaq1.1
+man/man1/perlfaq2.1
+man/man1/perlfaq3.1
+man/man1/perlfaq4.1
+man/man1/perlfaq5.1
+man/man1/perlfaq6.1
+man/man1/perlfaq7.1
+man/man1/perlfaq8.1
+man/man1/perlfaq9.1
+man/man1/perlfilter.1
+man/man1/perlfork.1
+man/man1/perlform.1
+man/man1/perlfunc.1
+man/man1/perlguts.1
+man/man1/perlhack.1
+man/man1/perlhist.1
+man/man1/perlhpux.1
+man/man1/perlintern.1
+man/man1/perlipc.1
+man/man1/perllexwarn.1
+man/man1/perllocale.1
+man/man1/perllol.1
+man/man1/perlmachten.1
+man/man1/perlmod.1
+man/man1/perlmodinstall.1
+man/man1/perlmodlib.1
+man/man1/perlnumber.1
+man/man1/perlobj.1
+man/man1/perlop.1
+man/man1/perlopentut.1
+man/man1/perlos2.1
+man/man1/perlos390.1
+man/man1/perlpod.1
+man/man1/perlport.1
+man/man1/perlre.1
+man/man1/perlref.1
+man/man1/perlreftut.1
+man/man1/perlrun.1
+man/man1/perlsec.1
+man/man1/perlstyle.1
+man/man1/perlsub.1
+man/man1/perlsyn.1
+man/man1/perlthrtut.1
+man/man1/perltie.1
+man/man1/perltoc.1
+man/man1/perltodo.1
+man/man1/perltoot.1
+man/man1/perltootc.1
+man/man1/perltrap.1
+man/man1/perlunicode.1
+man/man1/perlvar.1
+man/man1/perlvms.1
+man/man1/perlwin32.1
+man/man1/perlxs.1
+man/man1/perlxstut.1
+man/man1/pl2pm.1
+man/man1/pod2html.1
+man/man1/pod2man.1
+man/man1/pod2text.1
+man/man1/pod2usage.1
+man/man1/podchecker.1
+man/man1/podselect.1
+man/man1/pstruct.1
+man/man1/s2p.1
+man/man1/splain.1
+man/man1/xsubpp.1
+man/man3/AnyDBM_File.3
+man/man3/AutoLoader.3
+man/man3/AutoSplit.3
+man/man3/B.3
+man/man3/B::Asmdata.3
+man/man3/B::Assembler.3
+man/man3/B::Bblock.3
+man/man3/B::Bytecode.3
+man/man3/B::C.3
+man/man3/B::CC.3
+man/man3/B::Debug.3
+man/man3/B::Deparse.3
+man/man3/B::Disassembler.3
+man/man3/B::Lint.3
+man/man3/B::Showlex.3
+man/man3/B::Stackobj.3
+man/man3/B::Stash.3
+man/man3/B::Terse.3
+man/man3/B::Xref.3
+man/man3/Benchmark.3
+man/man3/ByteLoader.3
+man/man3/CGI.3
+man/man3/CGI::Apache.3
+man/man3/CGI::Carp.3
+man/man3/CGI::Cookie.3
+man/man3/CGI::Fast.3
+man/man3/CGI::Pretty.3
+man/man3/CGI::Push.3
+man/man3/CGI::Switch.3
+man/man3/CPAN.3
+man/man3/CPAN::FirstTime.3
+man/man3/CPAN::Nox.3
+man/man3/Carp.3
+man/man3/Carp::Heavy.3
+man/man3/Class::Struct.3
+man/man3/Config.3
+man/man3/Cwd.3
+man/man3/DB.3
+man/man3/DB_File.3
+man/man3/Data::Dumper.3
+man/man3/Devel::DProf.3
+man/man3/Devel::Peek.3
+man/man3/Devel::SelfStubber.3
+man/man3/DirHandle.3
+man/man3/Dumpvalue.3
+man/man3/DynaLoader.3
+man/man3/English.3
+man/man3/Env.3
+man/man3/Errno.3
+man/man3/Exporter.3
+man/man3/Exporter::Heavy.3
+man/man3/ExtUtils::Command.3
+man/man3/ExtUtils::Embed.3
+man/man3/ExtUtils::Install.3
+man/man3/ExtUtils::Installed.3
+man/man3/ExtUtils::Liblist.3
+man/man3/ExtUtils::MM_Cygwin.3
+man/man3/ExtUtils::MM_OS2.3
+man/man3/ExtUtils::MM_Unix.3
+man/man3/ExtUtils::MM_VMS.3
+man/man3/ExtUtils::MM_Win32.3
+man/man3/ExtUtils::MakeMaker.3
+man/man3/ExtUtils::Manifest.3
+man/man3/ExtUtils::Miniperl.3
+man/man3/ExtUtils::Mkbootstrap.3
+man/man3/ExtUtils::Mksymlists.3
+man/man3/ExtUtils::Packlist.3
+man/man3/ExtUtils::testlib.3
+man/man3/Fatal.3
+man/man3/Fcntl.3
+man/man3/File::Basename.3
+man/man3/File::CheckTree.3
+man/man3/File::Compare.3
+man/man3/File::Copy.3
+man/man3/File::DosGlob.3
+man/man3/File::Find.3
+man/man3/File::Glob.3
+man/man3/File::Path.3
+man/man3/File::Spec.3
+man/man3/File::Spec::Functions.3
+man/man3/File::Spec::Mac.3
+man/man3/File::Spec::OS2.3
+man/man3/File::Spec::Unix.3
+man/man3/File::Spec::VMS.3
+man/man3/File::Spec::Win32.3
+man/man3/File::stat.3
+man/man3/FileCache.3
+man/man3/FileHandle.3
+man/man3/FindBin.3
+man/man3/Getopt::Long.3
+man/man3/Getopt::Std.3
+man/man3/I18N::Collate.3
+man/man3/IO.3
+man/man3/IO::Dir.3
+man/man3/IO::File.3
+man/man3/IO::Handle.3
+man/man3/IO::Pipe.3
+man/man3/IO::Poll.3
+man/man3/IO::Seekable.3
+man/man3/IO::Select.3
+man/man3/IO::Socket.3
+man/man3/IO::Socket::INET.3
+man/man3/IO::Socket::UNIX.3
+man/man3/IPC::Msg.3
+man/man3/IPC::Open2.3
+man/man3/IPC::Open3.3
+man/man3/IPC::Semaphore.3
+man/man3/IPC::SysV.3
+man/man3/Math::BigFloat.3
+man/man3/Math::BigInt.3
+man/man3/Math::Complex.3
+man/man3/Math::Trig.3
+man/man3/NDBM_File.3
+man/man3/Net::Ping.3
+man/man3/Net::hostent.3
+man/man3/Net::netent.3
+man/man3/Net::protoent.3
+man/man3/Net::servent.3
+man/man3/O.3
+man/man3/Opcode.3
+man/man3/POSIX.3
+man/man3/Pod::Checker.3
+man/man3/Pod::Find.3
+man/man3/Pod::Html.3
+man/man3/Pod::InputObjects.3
+man/man3/Pod::Man.3
+man/man3/Pod::ParseUtils.3
+man/man3/Pod::Parser.3
+man/man3/Pod::Plainer.3
+man/man3/Pod::Select.3
+man/man3/Pod::Text.3
+man/man3/Pod::Text::Color.3
+man/man3/Pod::Text::Termcap.3
+man/man3/Pod::Usage.3
+man/man3/SDBM_File.3
+man/man3/Safe.3
+man/man3/Search::Dict.3
+man/man3/SelectSaver.3
+man/man3/SelfLoader.3
+man/man3/Shell.3
+man/man3/Socket.3
+man/man3/Symbol.3
+man/man3/Sys::Hostname.3
+man/man3/Sys::Syslog.3
+man/man3/Term::ANSIColor.3
+man/man3/Term::Cap.3
+man/man3/Term::Complete.3
+man/man3/Term::ReadLine.3
+man/man3/Test.3
+man/man3/Test::Harness.3
+man/man3/Text::Abbrev.3
+man/man3/Text::ParseWords.3
+man/man3/Text::Soundex.3
+man/man3/Text::Tabs.3
+man/man3/Text::Wrap.3
+man/man3/Tie::Array.3
+man/man3/Tie::Handle.3
+man/man3/Tie::Hash.3
+man/man3/Tie::RefHash.3
+man/man3/Tie::Scalar.3
+man/man3/Tie::SubstrHash.3
+man/man3/Time::Local.3
+man/man3/Time::gmtime.3
+man/man3/Time::localtime.3
+man/man3/Time::tm.3
+man/man3/UNIVERSAL.3
+man/man3/User::grent.3
+man/man3/User::pwent.3
+man/man3/XSLoader.3
+man/man3/attributes.3
+man/man3/attrs.3
+man/man3/autouse.3
+man/man3/base.3
+man/man3/blib.3
+man/man3/bytes.3
+man/man3/charnames.3
+man/man3/constant.3
+man/man3/diagnostics.3
+man/man3/fields.3
+man/man3/filetest.3
+man/man3/integer.3
+man/man3/less.3
+man/man3/lib.3
+man/man3/locale.3
+man/man3/open.3
+man/man3/ops.3
+man/man3/overload.3
+man/man3/re.3
+man/man3/sigtrap.3
+man/man3/strict.3
+man/man3/subs.3
+man/man3/utf8.3
+man/man3/vars.3
+man/man3/warnings.3
+man/man3/warnings::register.3
+@exec /bin/mkdir -p /usr/pkg/lib/perl5/site_perl/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}
+@dirrm lib/perl5/site_perl/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}
+@dirrm lib/perl5/site_perl/5.6.0
+@dirrm lib/perl5/site_perl
+@dirrm lib/perl5/5.6.0/warnings
+@dirrm lib/perl5/5.6.0/unicode/To
+@dirrm lib/perl5/5.6.0/unicode/Is
+@dirrm lib/perl5/5.6.0/unicode/In
+@dirrm lib/perl5/5.6.0/unicode
+@dirrm lib/perl5/5.6.0/pod
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/sdbm
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/re
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/attrs
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Sys/Syslog
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Sys/Hostname
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Sys
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Socket
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/SDBM_File
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/POSIX
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Opcode
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/NDBM_File
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IPC/SysV
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IPC
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IO
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/File/Glob
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/File
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Fcntl
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DynaLoader
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/Peek
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/DProf
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DB_File
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/ByteLoader
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/B
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/auto
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Sys
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IPC
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/IO
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/File
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Devel
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/Data
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/B
+@dirrm lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}
+@dirrm lib/perl5/5.6.0/auto/Getopt/Long
+@dirrm lib/perl5/5.6.0/auto/Getopt
+@dirrm lib/perl5/5.6.0/auto
+@dirrm lib/perl5/5.6.0/User
+@dirrm lib/perl5/5.6.0/Time
+@dirrm lib/perl5/5.6.0/Tie
+@dirrm lib/perl5/5.6.0/Text
+@dirrm lib/perl5/5.6.0/Test
+@dirrm lib/perl5/5.6.0/Term
+@dirrm lib/perl5/5.6.0/Search
+@dirrm lib/perl5/5.6.0/Pod/Text
+@dirrm lib/perl5/5.6.0/Pod
+@dirrm lib/perl5/5.6.0/Net
+@dirrm lib/perl5/5.6.0/Math
+@dirrm lib/perl5/5.6.0/IPC
+@dirrm lib/perl5/5.6.0/IO/Socket
+@dirrm lib/perl5/5.6.0/IO
+@dirrm lib/perl5/5.6.0/I18N
+@dirrm lib/perl5/5.6.0/Getopt
+@dirrm lib/perl5/5.6.0/File/Spec
+@dirrm lib/perl5/5.6.0/File
+@dirrm lib/perl5/5.6.0/ExtUtils
+@dirrm lib/perl5/5.6.0/Exporter
+@dirrm lib/perl5/5.6.0/Devel
+@dirrm lib/perl5/5.6.0/Class
+@dirrm lib/perl5/5.6.0/Carp
+@dirrm lib/perl5/5.6.0/CPAN
+@dirrm lib/perl5/5.6.0/CGI
+@dirrm lib/perl5/5.6.0/B
+@dirrm lib/perl5/5.6.0
+@dirrm lib/perl5
diff --git a/lang/perl5-current/pkg/PLIST-md-ELF.shared b/lang/perl5-current/pkg/PLIST-md-ELF.shared
index 401a498c89b..8382bde2078 100644
--- a/lang/perl5-current/pkg/PLIST-md-ELF.shared
+++ b/lang/perl5-current/pkg/PLIST-md-ELF.shared
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST-md-ELF.shared,v 1.1 2000/01/18 22:27:18 tron Exp $
-lib/perl5/5.00503/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/libperl.so
+@comment $NetBSD: PLIST-md-ELF.shared,v 1.2 2000/07/05 19:25:51 hubertf Exp $
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/libperl.so
diff --git a/lang/perl5-current/pkg/PLIST-md-a.out.shared b/lang/perl5-current/pkg/PLIST-md-a.out.shared
index 6313aca674f..ce1f8fefba9 100644
--- a/lang/perl5-current/pkg/PLIST-md-a.out.shared
+++ b/lang/perl5-current/pkg/PLIST-md-a.out.shared
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST-md-a.out.shared,v 1.1 2000/01/18 22:27:18 tron Exp $
-lib/perl5/5.00503/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/libperl.so.5.3
+@comment $NetBSD: PLIST-md-a.out.shared,v 1.2 2000/07/05 19:25:51 hubertf Exp $
+lib/perl5/5.6.0/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/libperl.so.6.0