diff options
author | rene <rene@FreeBSD.org> | 2015-01-01 00:02:08 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-01-01 00:02:08 +0800 |
commit | f423e12448aa3bd4e788e30a11fcb982fbad250d (patch) | |
tree | d27ad81485b55cbabc2f0110cc37de7e1469a6cc /lang | |
parent | fb64b79ae79d3ef4241912b21bd07a8c4b109528 (diff) | |
download | freebsd-ports-gnome-f423e12448aa3bd4e788e30a11fcb982fbad250d.tar.gz freebsd-ports-gnome-f423e12448aa3bd4e788e30a11fcb982fbad250d.tar.zst freebsd-ports-gnome-f423e12448aa3bd4e788e30a11fcb982fbad250d.zip |
Remove expired port:
2014-12-31 lang/perl5.14: Unsupported, please upgrade to a more recent version of Perl
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/perl5.14/Makefile | 255 | ||||
-rw-r--r-- | lang/perl5.14/distinfo | 4 | ||||
-rw-r--r-- | lang/perl5.14/files/patch-4d106cc5d8fd328d39b1db3c57572dd3dec915b5 | 34 | ||||
-rw-r--r-- | lang/perl5.14/files/patch-Configure | 21 | ||||
-rw-r--r-- | lang/perl5.14/files/patch-Makefile.SH | 10 | ||||
-rw-r--r-- | lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm | 18 | ||||
-rw-r--r-- | lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MakeMaker.pm | 11 | ||||
-rw-r--r-- | lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t | 20 | ||||
-rw-r--r-- | lang/perl5.14/files/patch-hints__freebsd.sh | 60 | ||||
-rw-r--r-- | lang/perl5.14/files/perl-man.conf.in | 2 | ||||
-rw-r--r-- | lang/perl5.14/files/perl5_version.in | 2 | ||||
-rw-r--r-- | lang/perl5.14/files/use.perl.in | 83 | ||||
-rw-r--r-- | lang/perl5.14/pkg-descr | 6 | ||||
-rw-r--r-- | lang/perl5.14/pkg-plist | 3004 |
15 files changed, 0 insertions, 3531 deletions
diff --git a/lang/Makefile b/lang/Makefile index a5c6e1fe0345..d823f3f934e1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -208,7 +208,6 @@ SUBDIR += pbasic SUBDIR += pcc SUBDIR += pecl-perl - SUBDIR += perl5.14 SUBDIR += perl5.16 SUBDIR += perl5.18 SUBDIR += perl5.20 diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile deleted file mode 100644 index 34ced314e3c1..000000000000 --- a/lang/perl5.14/Makefile +++ /dev/null @@ -1,255 +0,0 @@ -# Created by: markm -# $FreeBSD$ - -PORTNAME= perl -PORTVERSION= ${PERL_VERSION} -PORTREVISION= 14 -CATEGORIES= lang devel perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../src -DIST_SUBDIR= perl - -MAINTAINER= perl@FreeBSD.org -COMMENT= Practical Extraction and Report Language - -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual -LICENSE_FILE_ART10= ${WRKSRC}/Artistic -LICENSE_FILE_GPLv1= ${WRKSRC}/Copying - -DEPRECATED= Unsupported, please upgrade to a more recent version of Perl -EXPIRATION_DATE=2014-12-31 - -CONFLICTS_INSTALL= perl5.*-* - -OPTIONS_DEFINE= DEBUG GDBM PERL_MALLOC PERL_64BITINT THREADS PTHREAD \ - MULTIPLICITY SITECUSTOMIZE USE_PERL -OPTIONS_DEFAULT= PERL_64BITINT THREADS PTHREAD USE_PERL MULTIPLICITY -OPTIONS_SUB= -GDBM_DESC= GDBM_File extension -PERL_MALLOC_DESC= Use Perl malloc -PERL_64BITINT_DESC= Use 64 bit integers (on i386) -THREADS_DESC= Build threaded perl -PTHREAD_DESC= Build with -pthread -MULTIPLICITY_DESC= Use multiplicity -SITECUSTOMIZE_DESC= Run-time customization of @INC -USE_PERL_DESC= Rewrite links in /usr/bin - -PORTSCOUT= limit:^${PERL_VER}. - -# Remember to update Mk/Uses/perl5.mk too. -PERL_VERSION= 5.14.4 -PERL_VER= ${PERL_VERSION:C/\.[0-9]+$//} -PERL_ARCH= mach -SITE_PERL_REL?= lib/perl5/site_perl -SITE_PERL?= ${PREFIX}/${SITE_PERL_REL} -SITE_ARCH_REL?= ${SITE_PERL_REL}/${PERL_ARCH}/${PERL_VER} -SITE_ARCH?= ${PREFIX}/${SITE_ARCH_REL} -SITE_MAN3_PREFIX= ${SITE_PERL_REL} -SITE_MAN3_REL?= ${SITE_MAN3_PREFIX}/man/man3 -SITE_MAN3?= ${PREFIX}/${SITE_MAN3_REL} - -_PRIV_LIB= lib/perl5/${PERL_VER} -_ARCH_LIB= ${_PRIV_LIB}/${PERL_ARCH} - -USES= tar:bzip2 cpe -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT=Configure -CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ - -Dlibperl=libperl.so.${PERL_VERSION} \ - -Darchlib=${PREFIX}/${_ARCH_LIB} \ - -Dprivlib=${PREFIX}/${_PRIV_LIB} \ - -Dman3dir=${PREFIX}/${MAN3PREFIX_REL}/man/man3 \ - -Dman1dir=${PREFIX}/man/man1 \ - -Dsitearch=${SITE_ARCH} \ - -Dsitelib=${SITE_PERL} -Dscriptdir=${PREFIX}/bin \ - -Dsiteman3dir=${SITE_MAN3} \ - -Dsiteman1dir=${PREFIX}/man/man1 \ - -Dotherlibdirs=${PREFIX}/lib/perl5/site_perl/${PERL_VER}:${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} \ - -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dusenm=n \ - -Dcc="${CC}" -Duseshrplib -Dinc_version_list=none -# Keep the following two in sync. -# lddlflags is used for all .so linking -# shrpldflags is used for libperl.so, so remove all the extra bits inherited from lddlflags. -CONFIGURE_ARGS+= \ - -Alddlflags='-L${WRKSRC} -L${PREFIX}/${_ARCH_LIB}/CORE -Wl,-rpath=${PREFIX}/${_ARCH_LIB}/CORE -lperl' \ - -Dshrpldflags='$$(LDDLFLAGS:N-L${WRKSRC}:N-L${PREFIX}/${_ARCH_LIB}/CORE:N-Wl,-rpath=${PREFIX}/${_ARCH_LIB}/CORE:N-lperl) -Wl,-soname,$$(LIBPERL:R)' -LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \ - LC_MESSAGES="" LC_MONETARY="" LC_NUMERIC="" \ - LC_TIME="" -CONFIGURE_ENV+= ${LOCALE_CLEANUP} UNAME_v="$$(uname -v | sed 'y/=/ /')" -MAKE_ENV+= ${LOCALE_CLEANUP} - -SUB_LIST+= PERL_VERSION=${PERL_VERSION} \ - PERL_VER=${PERL_VER} \ - SITE_PERL=${SITE_PERL_REL} \ - PRIV_LIB=${_PRIV_LIB} \ - MAN3PREFIX=${MAN3PREFIX_REL} \ - SITEMAN3PREFIX=${SITE_MAN3_PREFIX} \ - PERL_ARCH=${PERL_ARCH} - -SUB_FILES= perl5_version use.perl perl-man.conf - -PKGINSTALL= ${WRKDIR}/use.perl -PKGDEINSTALL= ${WRKDIR}/use.perl -INSTALL_TARGET= install-strip - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.default-versions.mk" - -# if this port is default due PERL5_DEFAULT -# change PKGNAME to reflect this -.if ${PERL_VER} == ${PERL5_DEFAULT} -PKGNAMESUFFIX= ${PERL_VERSION:C/\.[0-9]+\.[0-9]+$//} -.else -# make PKGNAME unique among other lang/perl5.x -PKGNAMESUFFIX= ${PERL_VER} -# always add default perl5 pkgname to conflicts -CONFLICTS_INSTALL+= perl5-* -.endif - -.if defined(PERL_VENDOR_PREFIX) -CONFIGURE_ARGS+= \ - -Dvendorprefix=${PERL_VENDOR_PREFIX} \ - -Dvendorarch=${PERL_VENDOR_PREFIX}/${_ARCH_LIB} \ - -Dvendorbin=${PERL_VENDOR_PREFIX}/bin \ - -Dvendorlib=${PERL_VENDOR_PREFIX}/${_PRIV_LIB} \ - -Dvendorman3dir=${PERL_VENDOR_PREFIX}/${_PRIV_LIB}/man/man3 \ - -Dvendorman1dir=${PERL_VENDOR_PREFIX}/man/man1 -.endif - -# http://perl5.git.perl.org/perl.git/commit/b83080de5c4254 -# PERLIOBUF_DEFAULT_BUFSIZ size in bytes (default: 8192 bytes) -.if defined(PERLIOBUF_DEFAULT_BUFSIZ) -CONFIGURE_ARGS+= \ - -Accflags=-DPERLIOBUF_DEFAULT_BUFSIZ=${PERLIOBUF_DEFAULT_BUFSIZ} -.endif - -MAN3PREFIX_REL= ${_PRIV_LIB}/perl -MAN3PREFIX= ${PREFIX}/${MAN3PREFIX_REL} -MANDIRS+= ${MAN3PREFIX}/man - -PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ - PERL_VER=${PERL_VER} \ - PERL_ARCH=${PERL_ARCH} \ - MAN3=${MAN3PREFIX_REL}/man/man3 \ - MAN3PREFIX=${MAN3PREFIX_REL} \ - SITEMAN3PREFIX=${SITE_MAN3_PREFIX} \ - SITE_PERL=${SITE_PERL_REL} \ - SITE_ARCH=${SITE_ARCH_REL} \ - PRIV_LIB=${_PRIV_LIB} \ - ARCH_LIB=${_ARCH_LIB} - -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= -Doptimize="-g" -DDEBUGGING -STRIP= -STRIP_CMD= ${TRUE} -.else -CONFIGURE_ARGS+= -Doptimize="${CFLAGS}" -.endif - -.if ${PORT_OPTIONS:MGDBM} -CONFIGURE_ARGS+= -Di_gdbm -LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm -.else -CONFIGURE_ARGS+= -Ui_gdbm -.endif - -.if ${OSVERSION} >= 900022 -PLIST_SUB+= MANCONF="" -.else -PLIST_SUB+= MANCONF="@comment " -.endif - -.if ${PORT_OPTIONS:MTHREADS} -#XXX .if ${ARCH} == "amd64" -#XXX IGNORE= Threaded perl does not pass tests on ${ARCH} -#XXX .endif -CONFIGURE_ARGS+= -Dusethreads=y -WITH_PTHREAD= yes -# it seems perl malloc has problems with threaded perl on FreeBSD -PORT_OPTIONS:= ${PORT_OPTIONS:O:u} -PORT_OPTIONS:= ${PORT_OPTIONS:NPERL_MALLOC} -.else -CONFIGURE_ARGS+= -Dusethreads=n -.endif - -.if ${PORT_OPTIONS:MPERL_MALLOC} -CONFIGURE_ARGS+= -Dusemymalloc=y -.else -CONFIGURE_ARGS+= -Dusemymalloc=n -.endif - -.if ${PORT_OPTIONS:MPERL_64BITINT} -CONFIGURE_ARGS+= -Duse64bitint -.endif - -.if ${PORT_OPTIONS:MMULTIPLICITY} -CONFIGURE_ARGS+= -Dusemultiplicity=y -.else -CONFIGURE_ARGS+= -Dusemultiplicity=n -.endif - -.if ${PORT_OPTIONS:MSITECUSTOMIZE} -CONFIGURE_ARGS+= -Dusesitecustomize -.endif - -.if ${PORT_OPTIONS:MUSE_PERL} -LINK_USRBIN= yes -.else -LINK_USRBIN= no -.endif -SUB_LIST+= LINK_USRBIN=${LINK_USRBIN} - -# Put a symlink to the future libperl.so.x.yy so that -lperl works. -post-extract: - ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so - ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so.${PERL_VER} - -post-patch: - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh -.if ${PORT_OPTIONS:MPTHREAD} - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g;' \ - -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g;' \ - ${WRKSRC}/hints/freebsd.sh -.else - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%||g;' \ - -e 's|%%PTHREAD_CFLAGS%%||g;' \ - ${WRKSRC}/hints/freebsd.sh -.endif - -post-install: - ${MKDIR} ${STAGEDIR}${SITE_MAN3} - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/auto - ${MKDIR} ${STAGEDIR}${SITE_PERL}/auto - ${LN} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION} ${STAGEDIR}${PREFIX}/bin/perl5 - ${LN} -sf libperl.so.${PERL_VERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so - ${LN} -sf libperl.so.${PERL_VERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so.${PERL_VER} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION} - ${INSTALL_DATA} ${WRKDIR}/perl5_version ${STAGEDIR}${PREFIX}/etc - ${FIND} ${STAGEDIR} -name '*.bs' -size 0 -delete - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/machine - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/sys - # h2ph needs perl, but perl is not installed, it's only - # staged, so, use the one in WRKDIR - (cd /usr/include && ${SETENV} LD_LIBRARY_PATH=${WRKSRC} \ - ${WRKSRC}/perl -I ${WRKSRC}/lib ${STAGEDIR}${PREFIX}/bin/h2ph \ - -d ${STAGEDIR}${SITE_ARCH} *.h machine/*.h sys/*.h >/dev/null) - @${FIND} ${STAGEDIR}${SITE_ARCH} -name '*.ph' | sed -e 's|${STAGEDIR}||' >> ${TMPPLIST} - ${FIND} ${STAGEDIR} -name '*.so*' -type f | while read f; \ - do \ - ${CHMOD} 644 $$f; \ - ${STRIP_CMD} $$f; \ - ${CHMOD} 444 $$f; \ - done -.if ${OSVERSION} >= 900022 - ${INSTALL_DATA} ${WRKDIR}/perl-man.conf ${STAGEDIR}${PREFIX}/etc/man.d/perl${PERL_VER}.conf -.endif - -test: build - (cd ${WRKSRC}; TEST_JOBS=${MAKE_JOBS_NUMBER} make test_harness) - -regression-test: test - -.include <bsd.port.post.mk> diff --git a/lang/perl5.14/distinfo b/lang/perl5.14/distinfo deleted file mode 100644 index 99761ba293b8..000000000000 --- a/lang/perl5.14/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (perl/perl-5.14.4.tar.bz2) = eece8c2b0d491bf6f746bd1f4f1bb7ce26f6b98e91c54690c617d7af38964745 -SIZE (perl/perl-5.14.4.tar.bz2) = 13179295 -SHA256 (perl/BSDPAN-20111107.tar.bz2) = 2f03218a592dc65ebfdc3c6b9394d91dcf4c53aa5290a08458b837baad5a21f9 -SIZE (perl/BSDPAN-20111107.tar.bz2) = 8448 diff --git a/lang/perl5.14/files/patch-4d106cc5d8fd328d39b1db3c57572dd3dec915b5 b/lang/perl5.14/files/patch-4d106cc5d8fd328d39b1db3c57572dd3dec915b5 deleted file mode 100644 index 0c3deb2e3271..000000000000 --- a/lang/perl5.14/files/patch-4d106cc5d8fd328d39b1db3c57572dd3dec915b5 +++ /dev/null @@ -1,34 +0,0 @@ -From 4d106cc5d8fd328d39b1db3c57572dd3dec915b5 Mon Sep 17 00:00:00 2001 -From: Nicholas Clark <nick@ccl4.org> -Date: Thu, 22 Aug 2013 11:48:29 +0200 -Subject: [PATCH] For SDBM_File, stop EU::MM from generating its default - subdirs rule. - -The default subdirs rule creates a race condition with the rule that -Makefile.PL explicitly adds to generate libsdbm.a, which can cause parallel -makes to fail. ---- - ext/SDBM_File/Makefile.PL | 6 ++++++ - pod/perldelta.pod | 11 ++++++++++- - 2 files changed, 16 insertions(+), 1 deletion(-) - -diff --git ext/SDBM_File/Makefile.PL ext/SDBM_File/Makefile.PL -index fa16a79..b96b80b 100644 ---- ext/SDBM_File/Makefile.PL -+++ ext/SDBM_File/Makefile.PL -@@ -23,6 +23,12 @@ WriteMakefile( - PERL_MALLOC_OK => 1, - ); - -+# We don't want the default subdir rule, as it creates a race condition with the -+# rule we add below. -+sub MY::subdir_x { -+ return ''; -+} -+ - sub MY::postamble { - if ($^O =~ /MSWin32/ && !defined($ENV{SYSTEMROOT})) { - if ($Config{'make'} =~ /dmake/i) { --- -1.8.2.1 - diff --git a/lang/perl5.14/files/patch-Configure b/lang/perl5.14/files/patch-Configure deleted file mode 100644 index 21ccd2c8c62e..000000000000 --- a/lang/perl5.14/files/patch-Configure +++ /dev/null @@ -1,21 +0,0 @@ ---- Configure.orig 2010-07-14 15:28:45.000000000 +0000 -+++ Configure 2010-07-14 15:29:23.000000000 +0000 -@@ -4798,7 +4798,7 @@ - libpth='' - for xxx in $dlist - do -- if $test -d $xxx; then -+ if $test -d $xxx || [ $xxx = $prefix/lib ]; then - case " $libpth " in - *" $xxx "*) ;; - *) libpth="$libpth $xxx";; -@@ -9125,8 +9125,7 @@ - - : determine where add-on public executable scripts go - case "$sitescript" in --'') dflt=$siteprefix/script -- $test -d $dflt || dflt=$sitebin ;; -+'') dflt=$sitebin ;; - *) dflt="$sitescript" ;; - esac - fn=d~+ diff --git a/lang/perl5.14/files/patch-Makefile.SH b/lang/perl5.14/files/patch-Makefile.SH deleted file mode 100644 index 927102da16cd..000000000000 --- a/lang/perl5.14/files/patch-Makefile.SH +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.SH.orig 2012-12-19 12:25:23 UTC -+++ Makefile.SH -@@ -28,7 +28,6 @@ esac - - linklibperl='$(LIBPERL)' - linklibperl_nonshr='' --shrpldflags='$(LDDLFLAGS)' - ldlibpth='' - DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB' - DPERL_IS_MINIPERL='-DPERL_IS_MINIPERL' diff --git a/lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm b/lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm deleted file mode 100644 index b0b15f3d8909..000000000000 --- a/lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MM_Any.pm +++ /dev/null @@ -1,18 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig Wed Feb 15 12:20:43 2006 -+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm Wed Feb 15 12:22:29 2006 -@@ -1069,13 +1069,14 @@ sub init_INSTALL_from_PREFIX { - ('$(PREFIX)') x 3; - } - else { -+ $self->{PREFIX} ||= $iprefix; - $self->{PERLPREFIX} ||= $iprefix; - $self->{SITEPREFIX} ||= $sprefix; - $self->{VENDORPREFIX} ||= $vprefix; - - # Lots of MM extension authors like to use $(PREFIX) so we - # put something sensible in there no matter what. -- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; -+ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; - } - - my $arch = $Config{archname}; diff --git a/lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MakeMaker.pm b/lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MakeMaker.pm deleted file mode 100644 index 1b58053c2622..000000000000 --- a/lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MakeMaker.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- ./cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm.orig 2012-03-07 04:45:16.252747795 +0000 -+++ ./cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm 2012-03-07 04:46:18.391746557 +0000 -@@ -401,6 +401,8 @@ - my($class,$self) = @_; - my($key); - -+ _convert_compat_attrs($self) if defined $self && $self; -+ - # Store the original args passed to WriteMakefile() - foreach my $k (keys %$self) { - $self->{ARGS}{$k} = $self->{$k}; diff --git a/lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t b/lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t deleted file mode 100644 index 12d47848eb42..000000000000 --- a/lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__t__INST_PREFIX.t +++ /dev/null @@ -1,20 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig Wed Feb 15 12:46:31 2006 -+++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t Wed Feb 15 12:46:52 2006 -@@ -16,7 +16,7 @@ BEGIN { - } - - use strict; --use Test::More tests => 52; -+use Test::More tests => 51; - use MakeMaker::Test::Utils; - use MakeMaker::Test::Setup::BFD; - use ExtUtils::MakeMaker; -@@ -62,7 +62,7 @@ like( $stdout->read, qr{ - Writing\ $Makefile\ for\ Big::Dummy\n - }x ); - --is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); -+## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); - - isa_ok( $mm, 'ExtUtils::MakeMaker' ); - diff --git a/lang/perl5.14/files/patch-hints__freebsd.sh b/lang/perl5.14/files/patch-hints__freebsd.sh deleted file mode 100644 index 42dd19c79b8c..000000000000 --- a/lang/perl5.14/files/patch-hints__freebsd.sh +++ /dev/null @@ -1,60 +0,0 @@ ---- hints/freebsd.sh -+++ hints/freebsd.sh -@@ -88,6 +88,8 @@ - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` - libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. - libswanted=`echo $libswanted | sed 's/ iconv / /'` - d_setregid='define' -@@ -102,6 +104,10 @@ - ;; - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` -+ libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ iconv / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - ;; - esac - -@@ -125,7 +131,7 @@ - else - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - fi - cccdlflags='-DPIC -fPIC' -@@ -133,7 +139,7 @@ - *) - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - cccdlflags='-DPIC -fPIC' - ;; -@@ -143,7 +149,7 @@ - 0*|1*|2*|3*) ;; - - *) -- ccflags="${ccflags} -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H" -+ ccflags="${ccflags} %%PTHREAD_CFLAGS%% -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H" - if /usr/bin/file -L /usr/lib/libc.so | /usr/bin/grep -vq "not stripped" ; then - usenm=false - fi -@@ -190,7 +196,9 @@ - - # This script UU/usethreads.cbu will get 'called-back' by Configure - # after it has prompted the user for whether to use threads. --cat > UU/usethreads.cbu <<'EOCBU' -+## not quite - modern FreeBSD perl port is supposed to take care of that -+## we just add extra libraries and cflags nowadays -+cat > /dev/null <<'EOCBU' - case "$usethreads" in - $define|true|[yY]*) - lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'` diff --git a/lang/perl5.14/files/perl-man.conf.in b/lang/perl5.14/files/perl-man.conf.in deleted file mode 100644 index 441fc5d4c44c..000000000000 --- a/lang/perl5.14/files/perl-man.conf.in +++ /dev/null @@ -1,2 +0,0 @@ -MANPATH %%PREFIX%%/%%SITEMAN3PREFIX%%/man -MANPATH %%PREFIX%%/%%MAN3PREFIX%%/man diff --git a/lang/perl5.14/files/perl5_version.in b/lang/perl5.14/files/perl5_version.in deleted file mode 100644 index 97e1f75dfb9f..000000000000 --- a/lang/perl5.14/files/perl5_version.in +++ /dev/null @@ -1,2 +0,0 @@ -# Do not modify PERL_VERSION here, instead use DEFAULT_VERSIONS= perl5=%%PERL_VER%% -PERL_VERSION=%%PERL_VERSION%% diff --git a/lang/perl5.14/files/use.perl.in b/lang/perl5.14/files/use.perl.in deleted file mode 100644 index 08e8dfd73bb7..000000000000 --- a/lang/perl5.14/files/use.perl.in +++ /dev/null @@ -1,83 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -LINK_USRBIN="%%LINK_USRBIN%%" -: ${OSVERSION:=`/sbin/sysctl -n kern.osreldate`}; -PERL_VERSION="%%PERL_VERSION%%" -banner="# added by use.perl $(/bin/date +'%F %T')" -special_link_list="perl perl5" - -do_remove_links() -{ - for binary in ${special_link_list} ; do - if [ -L "/usr/bin/${binary}" ] ; then - /bin/rm -f "/usr/bin/${binary}" - fi - done - bins=`/bin/ls /usr/bin/*perl*5.* ${PKG_PREFIX}/bin/*perl*5.* 2>/dev/null` - for binary in ${bins} ; do - if [ -L "${binary}" ] ; then - echo "use.perl: Removing ${binary} installed by an older perl port" - /bin/rm -f "${binary}" - fi - done -} - -do_create_links() -{ - for binary in ${special_link_list} ; do - if [ -f "/usr/bin/${binary}" ] ; then - echo "use.perl: Backing up /usr/bin/${binary} as /usr/bin/${binary}.freebsd" - /bin/mv -f "/usr/bin/${binary}" "/usr/bin/${binary}.freebsd" - fi - if [ -e "/usr/bin/${binary}" ] ; then - echo "use.perl: /usr/bin/${binary} is still there, which should not happen" - elif [ -e "${PKG_PREFIX}/bin/perl${PERL_VERSION}" ] ; then - /bin/ln -sf "${PKG_PREFIX}/bin/perl${PERL_VERSION}" "/usr/bin/${binary}" - else - echo "use.perl: ${PKG_PREFIX}/bin/perl${PERL_VERSION} is not there, a symlink won't do any good" - fi - done -} - -do_cleanup_manpath() -{ - if [ -f /etc/manpath.config ] ; then - /bin/cp -p /etc/manpath.config /etc/manpath.config.new - /usr/bin/awk 's=0; - /^#.*use.perl/ { s=1; mode=1 } - /^#/ { s=1; if (mode != 1) { mode=0 } } - /^OPTIONAL_MANPATH.*perl5/ { s=1; if (mode == 1) { mode=2 } } - /^$/ { s=1; if (mode != 2) { mode = 0 } } - { if (s != 1) { mode = 0 } if (mode == 0) print }' /etc/manpath.config >/etc/manpath.config.new - /bin/mv /etc/manpath.config /etc/manpath.config.bak - /bin/mv /etc/manpath.config.new /etc/manpath.config - /bin/rm /etc/manpath.config.bak - fi -} - -do_spam_manpath() -{ - if [ -f /etc/manpath.config ] ; then - echo "${banner}" >>/etc/manpath.config - echo "OPTIONAL_MANPATH ${PKG_PREFIX}/%%SITEMAN3PREFIX%%/man" >>/etc/manpath.config - echo "OPTIONAL_MANPATH ${PKG_PREFIX}/%%MAN3PREFIX%%/man" >>/etc/manpath.config - fi -} - -if [ "$2" = "POST-INSTALL" ] ; then - if [ ${LINK_USRBIN} = yes ] ; then - do_remove_links - do_create_links - fi - if [ "${OSVERSION}" -lt 900022 ] ; then - do_cleanup_manpath - do_spam_manpath - fi -elif [ "$2" = "POST-DEINSTALL" ] ; then - [ ${LINK_USRBIN} = yes ] && do_remove_links - [ "${OSVERSION}" -lt 900022 ] && do_cleanup_manpath -fi - -exit 0 diff --git a/lang/perl5.14/pkg-descr b/lang/perl5.14/pkg-descr deleted file mode 100644 index 0ef0392ee6ca..000000000000 --- a/lang/perl5.14/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Perl is a language that combines some of the features of C, sed, awk and -shell. See the manual page for more hype. There are also many books -published by O'Reilly & Assoc. See pod/perlbook.pod for more -information. - -WWW: http://www.perl.org/ diff --git a/lang/perl5.14/pkg-plist b/lang/perl5.14/pkg-plist deleted file mode 100644 index c22b85eda714..000000000000 --- a/lang/perl5.14/pkg-plist +++ /dev/null @@ -1,3004 +0,0 @@ -bin/a2p -bin/c2ph -bin/config_data -bin/corelist -bin/cpan -bin/cpan2dist -bin/cpanp -bin/cpanp-run-perl -bin/dprofpp -bin/enc2xs -bin/find2perl -bin/h2ph -bin/h2xs -bin/instmodsh -bin/json_pp -bin/libnetcfg -bin/perl -bin/perl5 -bin/perl%%PERL_VERSION%% -bin/perlbug -bin/perldoc -bin/perlivp -bin/perlthanks -bin/piconv -bin/pl2pm -bin/pod2html -bin/pod2latex -bin/pod2man -bin/pod2text -bin/pod2usage -bin/podchecker -bin/podselect -bin/prove -bin/psed -bin/pstruct -bin/ptar -bin/ptardiff -bin/ptargrep -bin/s2p -bin/shasum -bin/splain -bin/xsubpp -%%MANCONF%%etc/man.d/perl%%PERL_VER%%.conf -etc/perl5_version -%%PRIV_LIB%%/AnyDBM_File.pm -%%PRIV_LIB%%/App/Cpan.pm -%%PRIV_LIB%%/App/Prove.pm -%%PRIV_LIB%%/App/Prove/State.pm -%%PRIV_LIB%%/App/Prove/State/Result.pm -%%PRIV_LIB%%/App/Prove/State/Result/Test.pm -%%PRIV_LIB%%/Archive/Extract.pm -%%PRIV_LIB%%/Archive/Tar.pm -%%PRIV_LIB%%/Archive/Tar/Constant.pm -%%PRIV_LIB%%/Archive/Tar/File.pm -%%PRIV_LIB%%/Attribute/Handlers.pm -%%PRIV_LIB%%/AutoLoader.pm -%%PRIV_LIB%%/AutoSplit.pm -%%PRIV_LIB%%/B/Debug.pm -%%PRIV_LIB%%/B/Deparse.pm -%%PRIV_LIB%%/B/Lint.pm -%%PRIV_LIB%%/B/Lint/Debug.pm -%%PRIV_LIB%%/Benchmark.pm -%%PRIV_LIB%%/CGI.pm -%%PRIV_LIB%%/CGI/Apache.pm -%%PRIV_LIB%%/CGI/Carp.pm -%%PRIV_LIB%%/CGI/Cookie.pm -%%PRIV_LIB%%/CGI/Fast.pm -%%PRIV_LIB%%/CGI/Pretty.pm -%%PRIV_LIB%%/CGI/Push.pm -%%PRIV_LIB%%/CGI/Switch.pm -%%PRIV_LIB%%/CGI/Util.pm -%%PRIV_LIB%%/CORE.pod -%%PRIV_LIB%%/CPAN.pm -%%PRIV_LIB%%/CPAN/API/HOWTO.pod -%%PRIV_LIB%%/CPAN/Author.pm -%%PRIV_LIB%%/CPAN/Bundle.pm -%%PRIV_LIB%%/CPAN/CacheMgr.pm -%%PRIV_LIB%%/CPAN/Complete.pm -%%PRIV_LIB%%/CPAN/Debug.pm -%%PRIV_LIB%%/CPAN/DeferredCode.pm -%%PRIV_LIB%%/CPAN/Distribution.pm -%%PRIV_LIB%%/CPAN/Distroprefs.pm -%%PRIV_LIB%%/CPAN/Distrostatus.pm -%%PRIV_LIB%%/CPAN/Exception/RecursiveDependency.pm -%%PRIV_LIB%%/CPAN/Exception/blocked_urllist.pm -%%PRIV_LIB%%/CPAN/Exception/yaml_not_installed.pm -%%PRIV_LIB%%/CPAN/FTP.pm -%%PRIV_LIB%%/CPAN/FTP/netrc.pm -%%PRIV_LIB%%/CPAN/FirstTime.pm -%%PRIV_LIB%%/CPAN/HTTP/Client.pm -%%PRIV_LIB%%/CPAN/HTTP/Credentials.pm -%%PRIV_LIB%%/CPAN/HandleConfig.pm -%%PRIV_LIB%%/CPAN/Index.pm -%%PRIV_LIB%%/CPAN/InfoObj.pm -%%PRIV_LIB%%/CPAN/Kwalify.pm -%%PRIV_LIB%%/CPAN/Kwalify/distroprefs.dd -%%PRIV_LIB%%/CPAN/Kwalify/distroprefs.yml -%%PRIV_LIB%%/CPAN/LWP/UserAgent.pm -%%PRIV_LIB%%/CPAN/Meta.pm -%%PRIV_LIB%%/CPAN/Meta/Converter.pm -%%PRIV_LIB%%/CPAN/Meta/Feature.pm -%%PRIV_LIB%%/CPAN/Meta/History.pm -%%PRIV_LIB%%/CPAN/Meta/Prereqs.pm -%%PRIV_LIB%%/CPAN/Meta/Spec.pm -%%PRIV_LIB%%/CPAN/Meta/Validator.pm -%%PRIV_LIB%%/CPAN/Meta/YAML.pm -%%PRIV_LIB%%/CPAN/Mirrors.pm -%%PRIV_LIB%%/CPAN/Module.pm -%%PRIV_LIB%%/CPAN/Nox.pm -%%PRIV_LIB%%/CPAN/Prompt.pm -%%PRIV_LIB%%/CPAN/Queue.pm -%%PRIV_LIB%%/CPAN/Shell.pm -%%PRIV_LIB%%/CPAN/Tarzip.pm -%%PRIV_LIB%%/CPAN/URL.pm -%%PRIV_LIB%%/CPAN/Version.pm -%%PRIV_LIB%%/CPANPLUS.pm -%%PRIV_LIB%%/CPANPLUS/Backend.pm -%%PRIV_LIB%%/CPANPLUS/Backend/RV.pm -%%PRIV_LIB%%/CPANPLUS/Config.pm -%%PRIV_LIB%%/CPANPLUS/Configure.pm -%%PRIV_LIB%%/CPANPLUS/Configure/Setup.pm -%%PRIV_LIB%%/CPANPLUS/Dist.pm -%%PRIV_LIB%%/CPANPLUS/Dist/Autobundle.pm -%%PRIV_LIB%%/CPANPLUS/Dist/Base.pm -%%PRIV_LIB%%/CPANPLUS/Dist/Build.pm -%%PRIV_LIB%%/CPANPLUS/Dist/Build/Constants.pm -%%PRIV_LIB%%/CPANPLUS/Dist/MM.pm -%%PRIV_LIB%%/CPANPLUS/Dist/Sample.pm -%%PRIV_LIB%%/CPANPLUS/Error.pm -%%PRIV_LIB%%/CPANPLUS/FAQ.pod -%%PRIV_LIB%%/CPANPLUS/Hacking.pod -%%PRIV_LIB%%/CPANPLUS/Internals.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Constants.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Constants/Report.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Extract.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Fetch.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Report.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Search.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Source.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Source/Memory.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Source/SQLite.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Source/SQLite/Tie.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Utils.pm -%%PRIV_LIB%%/CPANPLUS/Internals/Utils/Autoflush.pm -%%PRIV_LIB%%/CPANPLUS/Module.pm -%%PRIV_LIB%%/CPANPLUS/Module/Author.pm -%%PRIV_LIB%%/CPANPLUS/Module/Author/Fake.pm -%%PRIV_LIB%%/CPANPLUS/Module/Checksums.pm -%%PRIV_LIB%%/CPANPLUS/Module/Fake.pm -%%PRIV_LIB%%/CPANPLUS/Module/Signature.pm -%%PRIV_LIB%%/CPANPLUS/Selfupdate.pm -%%PRIV_LIB%%/CPANPLUS/Shell.pm -%%PRIV_LIB%%/CPANPLUS/Shell/Classic.pm -%%PRIV_LIB%%/CPANPLUS/Shell/Default.pm -%%PRIV_LIB%%/CPANPLUS/Shell/Default/Plugins/CustomSource.pm -%%PRIV_LIB%%/CPANPLUS/Shell/Default/Plugins/HOWTO.pod -%%PRIV_LIB%%/CPANPLUS/Shell/Default/Plugins/Remote.pm -%%PRIV_LIB%%/CPANPLUS/Shell/Default/Plugins/Source.pm -%%PRIV_LIB%%/Carp.pm -%%PRIV_LIB%%/Carp/Heavy.pm -%%PRIV_LIB%%/Class/Struct.pm -%%PRIV_LIB%%/Compress/Zlib.pm -%%PRIV_LIB%%/Config/Extensions.pm -%%PRIV_LIB%%/DB.pm -%%PRIV_LIB%%/DBM_Filter.pm -%%PRIV_LIB%%/DBM_Filter/compress.pm -%%PRIV_LIB%%/DBM_Filter/encode.pm -%%PRIV_LIB%%/DBM_Filter/int32.pm -%%PRIV_LIB%%/DBM_Filter/null.pm -%%PRIV_LIB%%/DBM_Filter/utf8.pm -%%PRIV_LIB%%/Devel/InnerPackage.pm -%%PRIV_LIB%%/Devel/SelfStubber.pm -%%PRIV_LIB%%/Digest.pm -%%PRIV_LIB%%/Digest/base.pm -%%PRIV_LIB%%/Digest/file.pm -%%PRIV_LIB%%/DirHandle.pm -%%PRIV_LIB%%/Dumpvalue.pm -%%PRIV_LIB%%/Encode/Changes.e2x -%%PRIV_LIB%%/Encode/ConfigLocal_PM.e2x -%%PRIV_LIB%%/Encode/Makefile_PL.e2x -%%PRIV_LIB%%/Encode/PerlIO.pod -%%PRIV_LIB%%/Encode/README.e2x -%%PRIV_LIB%%/Encode/Supported.pod -%%PRIV_LIB%%/Encode/_PM.e2x -%%PRIV_LIB%%/Encode/_T.e2x -%%PRIV_LIB%%/Encode/encode.h -%%PRIV_LIB%%/English.pm -%%PRIV_LIB%%/Env.pm -%%PRIV_LIB%%/Exporter.pm -%%PRIV_LIB%%/Exporter/Heavy.pm -%%PRIV_LIB%%/ExtUtils/CBuilder.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Base.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/Unix.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/VMS.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/Windows.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/Windows/BCC.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/Windows/GCC.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/Windows/MSVC.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/aix.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/cygwin.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/darwin.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/dec_osf.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/os2.pm -%%PRIV_LIB%%/ExtUtils/Command.pm -%%PRIV_LIB%%/ExtUtils/Command/MM.pm -%%PRIV_LIB%%/ExtUtils/Constant.pm -%%PRIV_LIB%%/ExtUtils/Constant/Base.pm -%%PRIV_LIB%%/ExtUtils/Constant/ProxySubs.pm -%%PRIV_LIB%%/ExtUtils/Constant/Utils.pm -%%PRIV_LIB%%/ExtUtils/Constant/XS.pm -%%PRIV_LIB%%/ExtUtils/Embed.pm -%%PRIV_LIB%%/ExtUtils/Install.pm -%%PRIV_LIB%%/ExtUtils/Installed.pm -%%PRIV_LIB%%/ExtUtils/Liblist.pm -%%PRIV_LIB%%/ExtUtils/Liblist/Kid.pm -%%PRIV_LIB%%/ExtUtils/MANIFEST.SKIP -%%PRIV_LIB%%/ExtUtils/MM.pm -%%PRIV_LIB%%/ExtUtils/MM_AIX.pm -%%PRIV_LIB%%/ExtUtils/MM_Any.pm -%%PRIV_LIB%%/ExtUtils/MM_BeOS.pm -%%PRIV_LIB%%/ExtUtils/MM_Cygwin.pm -%%PRIV_LIB%%/ExtUtils/MM_DOS.pm -%%PRIV_LIB%%/ExtUtils/MM_Darwin.pm -%%PRIV_LIB%%/ExtUtils/MM_MacOS.pm -%%PRIV_LIB%%/ExtUtils/MM_NW5.pm -%%PRIV_LIB%%/ExtUtils/MM_OS2.pm -%%PRIV_LIB%%/ExtUtils/MM_QNX.pm -%%PRIV_LIB%%/ExtUtils/MM_UWIN.pm -%%PRIV_LIB%%/ExtUtils/MM_Unix.pm -%%PRIV_LIB%%/ExtUtils/MM_VMS.pm -%%PRIV_LIB%%/ExtUtils/MM_VOS.pm -%%PRIV_LIB%%/ExtUtils/MM_Win32.pm -%%PRIV_LIB%%/ExtUtils/MM_Win95.pm -%%PRIV_LIB%%/ExtUtils/MY.pm -%%PRIV_LIB%%/ExtUtils/MakeMaker.pm -%%PRIV_LIB%%/ExtUtils/MakeMaker/Config.pm -%%PRIV_LIB%%/ExtUtils/MakeMaker/FAQ.pod -%%PRIV_LIB%%/ExtUtils/MakeMaker/Tutorial.pod -%%PRIV_LIB%%/ExtUtils/MakeMaker/YAML.pm -%%PRIV_LIB%%/ExtUtils/Manifest.pm -%%PRIV_LIB%%/ExtUtils/Miniperl.pm -%%PRIV_LIB%%/ExtUtils/Mkbootstrap.pm -%%PRIV_LIB%%/ExtUtils/Mksymlists.pm -%%PRIV_LIB%%/ExtUtils/Packlist.pm -%%PRIV_LIB%%/ExtUtils/ParseXS.pm -%%PRIV_LIB%%/ExtUtils/testlib.pm -%%PRIV_LIB%%/ExtUtils/typemap -%%PRIV_LIB%%/ExtUtils/xsubpp -%%PRIV_LIB%%/Fatal.pm -%%PRIV_LIB%%/File/Basename.pm -%%PRIV_LIB%%/File/CheckTree.pm -%%PRIV_LIB%%/File/Compare.pm -%%PRIV_LIB%%/File/Copy.pm -%%PRIV_LIB%%/File/DosGlob.pm -%%PRIV_LIB%%/File/Fetch.pm -%%PRIV_LIB%%/File/Find.pm -%%PRIV_LIB%%/File/GlobMapper.pm -%%PRIV_LIB%%/File/Path.pm -%%PRIV_LIB%%/File/Temp.pm -%%PRIV_LIB%%/File/stat.pm -%%PRIV_LIB%%/FileCache.pm -%%PRIV_LIB%%/FileHandle.pm -%%PRIV_LIB%%/Filter/Simple.pm -%%PRIV_LIB%%/FindBin.pm -%%PRIV_LIB%%/Getopt/Long.pm -%%PRIV_LIB%%/Getopt/Std.pm -%%PRIV_LIB%%/HTTP/Tiny.pm -%%PRIV_LIB%%/I18N/Collate.pm -%%PRIV_LIB%%/I18N/LangTags.pm -%%PRIV_LIB%%/I18N/LangTags/Detect.pm -%%PRIV_LIB%%/I18N/LangTags/List.pm -%%PRIV_LIB%%/IO/Compress/Adapter/Bzip2.pm -%%PRIV_LIB%%/IO/Compress/Adapter/Deflate.pm -%%PRIV_LIB%%/IO/Compress/Adapter/Identity.pm -%%PRIV_LIB%%/IO/Compress/Base.pm -%%PRIV_LIB%%/IO/Compress/Base/Common.pm -%%PRIV_LIB%%/IO/Compress/Bzip2.pm -%%PRIV_LIB%%/IO/Compress/Deflate.pm -%%PRIV_LIB%%/IO/Compress/Gzip.pm -%%PRIV_LIB%%/IO/Compress/Gzip/Constants.pm -%%PRIV_LIB%%/IO/Compress/RawDeflate.pm -%%PRIV_LIB%%/IO/Compress/Zip.pm -%%PRIV_LIB%%/IO/Compress/Zip/Constants.pm -%%PRIV_LIB%%/IO/Compress/Zlib/Constants.pm -%%PRIV_LIB%%/IO/Compress/Zlib/Extra.pm -%%PRIV_LIB%%/IO/Uncompress/Adapter/Bunzip2.pm -%%PRIV_LIB%%/IO/Uncompress/Adapter/Identity.pm -%%PRIV_LIB%%/IO/Uncompress/Adapter/Inflate.pm -%%PRIV_LIB%%/IO/Uncompress/AnyInflate.pm -%%PRIV_LIB%%/IO/Uncompress/AnyUncompress.pm -%%PRIV_LIB%%/IO/Uncompress/Base.pm -%%PRIV_LIB%%/IO/Uncompress/Bunzip2.pm -%%PRIV_LIB%%/IO/Uncompress/Gunzip.pm -%%PRIV_LIB%%/IO/Uncompress/Inflate.pm -%%PRIV_LIB%%/IO/Uncompress/RawInflate.pm -%%PRIV_LIB%%/IO/Uncompress/Unzip.pm -%%PRIV_LIB%%/IO/Zlib.pm -%%PRIV_LIB%%/IPC/Cmd.pm -%%PRIV_LIB%%/IPC/Open2.pm -%%PRIV_LIB%%/IPC/Open3.pm -%%PRIV_LIB%%/JSON/PP.pm -%%PRIV_LIB%%/JSON/PP/Boolean.pm -%%PRIV_LIB%%/Locale/Codes.pm -%%PRIV_LIB%%/Locale/Codes.pod -%%PRIV_LIB%%/Locale/Codes/Changes.pod -%%PRIV_LIB%%/Locale/Codes/Country.pm -%%PRIV_LIB%%/Locale/Codes/Currency.pm -%%PRIV_LIB%%/Locale/Codes/Language.pm -%%PRIV_LIB%%/Locale/Codes/Script.pm -%%PRIV_LIB%%/Locale/Constants.pm -%%PRIV_LIB%%/Locale/Constants.pod -%%PRIV_LIB%%/Locale/Country.pm -%%PRIV_LIB%%/Locale/Country.pod -%%PRIV_LIB%%/Locale/Currency.pm -%%PRIV_LIB%%/Locale/Currency.pod -%%PRIV_LIB%%/Locale/Language.pm -%%PRIV_LIB%%/Locale/Language.pod -%%PRIV_LIB%%/Locale/Maketext.pm -%%PRIV_LIB%%/Locale/Maketext.pod -%%PRIV_LIB%%/Locale/Maketext/Cookbook.pod -%%PRIV_LIB%%/Locale/Maketext/Guts.pm -%%PRIV_LIB%%/Locale/Maketext/GutsLoader.pm -%%PRIV_LIB%%/Locale/Maketext/Simple.pm -%%PRIV_LIB%%/Locale/Maketext/TPJ13.pod -%%PRIV_LIB%%/Locale/Script.pm -%%PRIV_LIB%%/Locale/Script.pod -%%PRIV_LIB%%/Log/Message.pm -%%PRIV_LIB%%/Log/Message/Config.pm -%%PRIV_LIB%%/Log/Message/Handlers.pm -%%PRIV_LIB%%/Log/Message/Item.pm -%%PRIV_LIB%%/Log/Message/Simple.pm -%%PRIV_LIB%%/Math/BigFloat.pm -%%PRIV_LIB%%/Math/BigFloat/Trace.pm -%%PRIV_LIB%%/Math/BigInt.pm -%%PRIV_LIB%%/Math/BigInt/Calc.pm -%%PRIV_LIB%%/Math/BigInt/CalcEmu.pm -%%PRIV_LIB%%/Math/BigInt/Trace.pm -%%PRIV_LIB%%/Math/BigRat.pm -%%PRIV_LIB%%/Math/Complex.pm -%%PRIV_LIB%%/Math/Trig.pm -%%PRIV_LIB%%/Memoize.pm -%%PRIV_LIB%%/Memoize/AnyDBM_File.pm -%%PRIV_LIB%%/Memoize/Expire.pm -%%PRIV_LIB%%/Memoize/ExpireFile.pm -%%PRIV_LIB%%/Memoize/ExpireTest.pm -%%PRIV_LIB%%/Memoize/NDBM_File.pm -%%PRIV_LIB%%/Memoize/SDBM_File.pm -%%PRIV_LIB%%/Memoize/Storable.pm -%%PRIV_LIB%%/Module/Build.pm -%%PRIV_LIB%%/Module/Build/API.pod -%%PRIV_LIB%%/Module/Build/Authoring.pod -%%PRIV_LIB%%/Module/Build/Base.pm -%%PRIV_LIB%%/Module/Build/Bundling.pod -%%PRIV_LIB%%/Module/Build/Compat.pm -%%PRIV_LIB%%/Module/Build/Config.pm -%%PRIV_LIB%%/Module/Build/ConfigData.pm -%%PRIV_LIB%%/Module/Build/Cookbook.pm -%%PRIV_LIB%%/Module/Build/Dumper.pm -%%PRIV_LIB%%/Module/Build/ModuleInfo.pm -%%PRIV_LIB%%/Module/Build/Notes.pm -%%PRIV_LIB%%/Module/Build/PPMMaker.pm -%%PRIV_LIB%%/Module/Build/Platform/Amiga.pm -%%PRIV_LIB%%/Module/Build/Platform/Default.pm -%%PRIV_LIB%%/Module/Build/Platform/EBCDIC.pm -%%PRIV_LIB%%/Module/Build/Platform/MPEiX.pm -%%PRIV_LIB%%/Module/Build/Platform/MacOS.pm -%%PRIV_LIB%%/Module/Build/Platform/RiscOS.pm -%%PRIV_LIB%%/Module/Build/Platform/Unix.pm -%%PRIV_LIB%%/Module/Build/Platform/VMS.pm -%%PRIV_LIB%%/Module/Build/Platform/VOS.pm -%%PRIV_LIB%%/Module/Build/Platform/Windows.pm -%%PRIV_LIB%%/Module/Build/Platform/aix.pm -%%PRIV_LIB%%/Module/Build/Platform/cygwin.pm -%%PRIV_LIB%%/Module/Build/Platform/darwin.pm -%%PRIV_LIB%%/Module/Build/Platform/os2.pm -%%PRIV_LIB%%/Module/Build/PodParser.pm -%%PRIV_LIB%%/Module/Build/Version.pm -%%PRIV_LIB%%/Module/Build/YAML.pm -%%PRIV_LIB%%/Module/CoreList.pm -%%PRIV_LIB%%/Module/Load.pm -%%PRIV_LIB%%/Module/Load/Conditional.pm -%%PRIV_LIB%%/Module/Loaded.pm -%%PRIV_LIB%%/Module/Metadata.pm -%%PRIV_LIB%%/Module/Pluggable.pm -%%PRIV_LIB%%/Module/Pluggable/Object.pm -%%PRIV_LIB%%/NEXT.pm -%%PRIV_LIB%%/Net/Cmd.pm -%%PRIV_LIB%%/Net/Config.pm -%%PRIV_LIB%%/Net/Domain.pm -%%PRIV_LIB%%/Net/FTP.pm -%%PRIV_LIB%%/Net/FTP/A.pm -%%PRIV_LIB%%/Net/FTP/E.pm -%%PRIV_LIB%%/Net/FTP/I.pm -%%PRIV_LIB%%/Net/FTP/L.pm -%%PRIV_LIB%%/Net/FTP/dataconn.pm -%%PRIV_LIB%%/Net/NNTP.pm -%%PRIV_LIB%%/Net/Netrc.pm -%%PRIV_LIB%%/Net/POP3.pm -%%PRIV_LIB%%/Net/Ping.pm -%%PRIV_LIB%%/Net/SMTP.pm -%%PRIV_LIB%%/Net/Time.pm -%%PRIV_LIB%%/Net/hostent.pm -%%PRIV_LIB%%/Net/libnetFAQ.pod -%%PRIV_LIB%%/Net/netent.pm -%%PRIV_LIB%%/Net/protoent.pm -%%PRIV_LIB%%/Net/servent.pm -%%PRIV_LIB%%/Object/Accessor.pm -%%PRIV_LIB%%/Package/Constants.pm -%%PRIV_LIB%%/Params/Check.pm -%%PRIV_LIB%%/Parse/CPAN/Meta.pm -%%PRIV_LIB%%/Perl/OSType.pm -%%PRIV_LIB%%/PerlIO.pm -%%PRIV_LIB%%/PerlIO/via/QuotedPrint.pm -%%PRIV_LIB%%/Pod/Checker.pm -%%PRIV_LIB%%/Pod/Escapes.pm -%%PRIV_LIB%%/Pod/Find.pm -%%PRIV_LIB%%/Pod/Functions.pm -%%PRIV_LIB%%/Pod/Html.pm -%%PRIV_LIB%%/Pod/InputObjects.pm -%%PRIV_LIB%%/Pod/LaTeX.pm -%%PRIV_LIB%%/Pod/Man.pm -%%PRIV_LIB%%/Pod/ParseLink.pm -%%PRIV_LIB%%/Pod/ParseUtils.pm -%%PRIV_LIB%%/Pod/Parser.pm -%%PRIV_LIB%%/Pod/Perldoc.pm -%%PRIV_LIB%%/Pod/Perldoc/BaseTo.pm -%%PRIV_LIB%%/Pod/Perldoc/GetOptsOO.pm -%%PRIV_LIB%%/Pod/Perldoc/ToChecker.pm -%%PRIV_LIB%%/Pod/Perldoc/ToMan.pm -%%PRIV_LIB%%/Pod/Perldoc/ToNroff.pm -%%PRIV_LIB%%/Pod/Perldoc/ToPod.pm -%%PRIV_LIB%%/Pod/Perldoc/ToRtf.pm -%%PRIV_LIB%%/Pod/Perldoc/ToText.pm -%%PRIV_LIB%%/Pod/Perldoc/ToTk.pm -%%PRIV_LIB%%/Pod/Perldoc/ToXml.pm -%%PRIV_LIB%%/Pod/PlainText.pm -%%PRIV_LIB%%/Pod/Select.pm -%%PRIV_LIB%%/Pod/Simple.pm -%%PRIV_LIB%%/Pod/Simple.pod -%%PRIV_LIB%%/Pod/Simple/BlackBox.pm -%%PRIV_LIB%%/Pod/Simple/Checker.pm -%%PRIV_LIB%%/Pod/Simple/Debug.pm -%%PRIV_LIB%%/Pod/Simple/DumpAsText.pm -%%PRIV_LIB%%/Pod/Simple/DumpAsXML.pm -%%PRIV_LIB%%/Pod/Simple/HTML.pm -%%PRIV_LIB%%/Pod/Simple/HTMLBatch.pm -%%PRIV_LIB%%/Pod/Simple/HTMLLegacy.pm -%%PRIV_LIB%%/Pod/Simple/LinkSection.pm -%%PRIV_LIB%%/Pod/Simple/Methody.pm -%%PRIV_LIB%%/Pod/Simple/Progress.pm -%%PRIV_LIB%%/Pod/Simple/PullParser.pm -%%PRIV_LIB%%/Pod/Simple/PullParserEndToken.pm -%%PRIV_LIB%%/Pod/Simple/PullParserStartToken.pm -%%PRIV_LIB%%/Pod/Simple/PullParserTextToken.pm -%%PRIV_LIB%%/Pod/Simple/PullParserToken.pm -%%PRIV_LIB%%/Pod/Simple/RTF.pm -%%PRIV_LIB%%/Pod/Simple/Search.pm -%%PRIV_LIB%%/Pod/Simple/SimpleTree.pm -%%PRIV_LIB%%/Pod/Simple/Subclassing.pod -%%PRIV_LIB%%/Pod/Simple/Text.pm -%%PRIV_LIB%%/Pod/Simple/TextContent.pm -%%PRIV_LIB%%/Pod/Simple/TiedOutFH.pm -%%PRIV_LIB%%/Pod/Simple/Transcode.pm -%%PRIV_LIB%%/Pod/Simple/TranscodeDumb.pm -%%PRIV_LIB%%/Pod/Simple/TranscodeSmart.pm -%%PRIV_LIB%%/Pod/Simple/XHTML.pm -%%PRIV_LIB%%/Pod/Simple/XMLOutStream.pm -%%PRIV_LIB%%/Pod/Text.pm -%%PRIV_LIB%%/Pod/Text/Color.pm -%%PRIV_LIB%%/Pod/Text/Overstrike.pm -%%PRIV_LIB%%/Pod/Text/Termcap.pm -%%PRIV_LIB%%/Pod/Usage.pm -%%PRIV_LIB%%/Safe.pm -%%PRIV_LIB%%/Search/Dict.pm -%%PRIV_LIB%%/SelectSaver.pm -%%PRIV_LIB%%/SelfLoader.pm -%%PRIV_LIB%%/Shell.pm -%%PRIV_LIB%%/Symbol.pm -%%PRIV_LIB%%/TAP/Base.pm -%%PRIV_LIB%%/TAP/Formatter/Base.pm -%%PRIV_LIB%%/TAP/Formatter/Color.pm -%%PRIV_LIB%%/TAP/Formatter/Console.pm -%%PRIV_LIB%%/TAP/Formatter/Console/ParallelSession.pm -%%PRIV_LIB%%/TAP/Formatter/Console/Session.pm -%%PRIV_LIB%%/TAP/Formatter/File.pm -%%PRIV_LIB%%/TAP/Formatter/File/Session.pm -%%PRIV_LIB%%/TAP/Formatter/Session.pm -%%PRIV_LIB%%/TAP/Harness.pm -%%PRIV_LIB%%/TAP/Harness/Beyond.pod -%%PRIV_LIB%%/TAP/Object.pm -%%PRIV_LIB%%/TAP/Parser.pm -%%PRIV_LIB%%/TAP/Parser/Aggregator.pm -%%PRIV_LIB%%/TAP/Parser/Grammar.pm -%%PRIV_LIB%%/TAP/Parser/Iterator.pm -%%PRIV_LIB%%/TAP/Parser/Iterator/Array.pm -%%PRIV_LIB%%/TAP/Parser/Iterator/Process.pm -%%PRIV_LIB%%/TAP/Parser/Iterator/Stream.pm -%%PRIV_LIB%%/TAP/Parser/IteratorFactory.pm -%%PRIV_LIB%%/TAP/Parser/Multiplexer.pm -%%PRIV_LIB%%/TAP/Parser/Result.pm -%%PRIV_LIB%%/TAP/Parser/Result/Bailout.pm -%%PRIV_LIB%%/TAP/Parser/Result/Comment.pm -%%PRIV_LIB%%/TAP/Parser/Result/Plan.pm -%%PRIV_LIB%%/TAP/Parser/Result/Pragma.pm -%%PRIV_LIB%%/TAP/Parser/Result/Test.pm -%%PRIV_LIB%%/TAP/Parser/Result/Unknown.pm -%%PRIV_LIB%%/TAP/Parser/Result/Version.pm -%%PRIV_LIB%%/TAP/Parser/Result/YAML.pm -%%PRIV_LIB%%/TAP/Parser/ResultFactory.pm -%%PRIV_LIB%%/TAP/Parser/Scheduler.pm -%%PRIV_LIB%%/TAP/Parser/Scheduler/Job.pm -%%PRIV_LIB%%/TAP/Parser/Scheduler/Spinner.pm -%%PRIV_LIB%%/TAP/Parser/Source.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler/Executable.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler/File.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler/Handle.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler/Perl.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler/RawTAP.pm -%%PRIV_LIB%%/TAP/Parser/Utils.pm -%%PRIV_LIB%%/TAP/Parser/YAMLish/Reader.pm -%%PRIV_LIB%%/TAP/Parser/YAMLish/Writer.pm -%%PRIV_LIB%%/Term/ANSIColor.pm -%%PRIV_LIB%%/Term/Cap.pm -%%PRIV_LIB%%/Term/Complete.pm -%%PRIV_LIB%%/Term/ReadLine.pm -%%PRIV_LIB%%/Term/UI.pm -%%PRIV_LIB%%/Term/UI/History.pm -%%PRIV_LIB%%/Test.pm -%%PRIV_LIB%%/Test/Builder.pm -%%PRIV_LIB%%/Test/Builder/Module.pm -%%PRIV_LIB%%/Test/Builder/Tester.pm -%%PRIV_LIB%%/Test/Builder/Tester/Color.pm -%%PRIV_LIB%%/Test/Harness.pm -%%PRIV_LIB%%/Test/More.pm -%%PRIV_LIB%%/Test/Simple.pm -%%PRIV_LIB%%/Test/Tutorial.pod -%%PRIV_LIB%%/Text/Abbrev.pm -%%PRIV_LIB%%/Text/Balanced.pm -%%PRIV_LIB%%/Text/ParseWords.pm -%%PRIV_LIB%%/Text/Tabs.pm -%%PRIV_LIB%%/Text/Wrap.pm -%%PRIV_LIB%%/Thread.pm -%%PRIV_LIB%%/Thread/Queue.pm -%%PRIV_LIB%%/Thread/Semaphore.pm -%%PRIV_LIB%%/Tie/Array.pm -%%PRIV_LIB%%/Tie/File.pm -%%PRIV_LIB%%/Tie/Handle.pm -%%PRIV_LIB%%/Tie/Hash.pm -%%PRIV_LIB%%/Tie/Memoize.pm -%%PRIV_LIB%%/Tie/RefHash.pm -%%PRIV_LIB%%/Tie/Scalar.pm -%%PRIV_LIB%%/Tie/StdHandle.pm -%%PRIV_LIB%%/Tie/SubstrHash.pm -%%PRIV_LIB%%/Time/Local.pm -%%PRIV_LIB%%/Time/gmtime.pm -%%PRIV_LIB%%/Time/localtime.pm -%%PRIV_LIB%%/Time/tm.pm -%%PRIV_LIB%%/UNIVERSAL.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/Big5.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/GB2312.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/JISX0208.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/Korean.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/Pinyin.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/Stroke.pm -%%PRIV_LIB%%/Unicode/Collate/Locale/af.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ar.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/az.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ca.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/cs.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/cy.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/da.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/de_phone.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/eo.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/es.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/es_trad.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/et.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fi.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fil.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fo.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fr.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ha.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/haw.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/hr.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/hu.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/hy.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ig.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/is.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ja.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/kk.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/kl.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ko.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/lt.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/lv.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/mt.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/nb.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/nn.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/nso.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/om.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/pl.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ro.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ru.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/se.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sk.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sl.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sq.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sv.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sw.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/tn.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/to.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/tr.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/uk.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/vi.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/wo.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/yo.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/zh.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/zh_big5.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/zh_gb.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/zh_pin.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/zh_strk.pl -%%PRIV_LIB%%/Unicode/Collate/allkeys.txt -%%PRIV_LIB%%/Unicode/Collate/keys.txt -%%PRIV_LIB%%/Unicode/UCD.pm -%%PRIV_LIB%%/User/grent.pm -%%PRIV_LIB%%/User/pwent.pm -%%PRIV_LIB%%/Version/Requirements.pm -%%PRIV_LIB%%/XSLoader.pm -%%PRIV_LIB%%/abbrev.pl -%%PRIV_LIB%%/assert.pl -%%PRIV_LIB%%/autodie.pm -%%PRIV_LIB%%/autodie/exception.pm -%%PRIV_LIB%%/autodie/exception/system.pm -%%PRIV_LIB%%/autodie/hints.pm -%%PRIV_LIB%%/autouse.pm -%%PRIV_LIB%%/base.pm -%%PRIV_LIB%%/bigfloat.pl -%%PRIV_LIB%%/bigint.pl -%%PRIV_LIB%%/bigint.pm -%%PRIV_LIB%%/bignum.pm -%%PRIV_LIB%%/bigrat.pl -%%PRIV_LIB%%/bigrat.pm -%%PRIV_LIB%%/blib.pm -%%PRIV_LIB%%/bytes.pm -%%PRIV_LIB%%/bytes_heavy.pl -%%PRIV_LIB%%/cacheout.pl -%%PRIV_LIB%%/charnames.pm -%%PRIV_LIB%%/complete.pl -%%PRIV_LIB%%/constant.pm -%%PRIV_LIB%%/ctime.pl -%%PRIV_LIB%%/deprecate.pm -%%PRIV_LIB%%/diagnostics.pm -%%PRIV_LIB%%/dotsh.pl -%%PRIV_LIB%%/dumpvar.pl -%%PRIV_LIB%%/encoding/warnings.pm -%%PRIV_LIB%%/exceptions.pl -%%PRIV_LIB%%/fastcwd.pl -%%PRIV_LIB%%/feature.pm -%%PRIV_LIB%%/fields.pm -%%PRIV_LIB%%/filetest.pm -%%PRIV_LIB%%/find.pl -%%PRIV_LIB%%/finddepth.pl -%%PRIV_LIB%%/flush.pl -%%PRIV_LIB%%/getcwd.pl -%%PRIV_LIB%%/getopt.pl -%%PRIV_LIB%%/getopts.pl -%%PRIV_LIB%%/hostname.pl -%%PRIV_LIB%%/if.pm -%%PRIV_LIB%%/importenv.pl -%%PRIV_LIB%%/inc/latest.pm -%%PRIV_LIB%%/inc/latest/private.pm -%%PRIV_LIB%%/integer.pm -%%PRIV_LIB%%/less.pm -%%PRIV_LIB%%/locale.pm -%%PRIV_LIB%%/look.pl -%%ARCH_LIB%%/.packlist -%%ARCH_LIB%%/B.pm -%%ARCH_LIB%%/B/Concise.pm -%%ARCH_LIB%%/B/Showlex.pm -%%ARCH_LIB%%/B/Terse.pm -%%ARCH_LIB%%/B/Xref.pm -%%ARCH_LIB%%/CORE/EXTERN.h -%%ARCH_LIB%%/CORE/INTERN.h -%%ARCH_LIB%%/CORE/XSUB.h -%%ARCH_LIB%%/CORE/av.h -%%ARCH_LIB%%/CORE/bitcount.h -%%ARCH_LIB%%/CORE/config.h -%%ARCH_LIB%%/CORE/cop.h -%%ARCH_LIB%%/CORE/cv.h -%%ARCH_LIB%%/CORE/dosish.h -%%ARCH_LIB%%/CORE/embed.h -%%ARCH_LIB%%/CORE/embedvar.h -%%ARCH_LIB%%/CORE/fakesdio.h -%%ARCH_LIB%%/CORE/fakethr.h -%%ARCH_LIB%%/CORE/form.h -%%ARCH_LIB%%/CORE/git_version.h -%%ARCH_LIB%%/CORE/gv.h -%%ARCH_LIB%%/CORE/handy.h -%%ARCH_LIB%%/CORE/hv.h -%%ARCH_LIB%%/CORE/intrpvar.h -%%ARCH_LIB%%/CORE/iperlsys.h -%%ARCH_LIB%%/CORE/keywords.h -%%ARCH_LIB%%/CORE/l1_char_class_tab.h -%%ARCH_LIB%%/CORE/libperl.so -%%ARCH_LIB%%/CORE/libperl.so.%%PERL_VER%% -%%ARCH_LIB%%/CORE/libperl.so.%%PERL_VERSION%% -%%ARCH_LIB%%/CORE/malloc_ctl.h -%%ARCH_LIB%%/CORE/metaconfig.h -%%ARCH_LIB%%/CORE/mg.h -%%ARCH_LIB%%/CORE/mydtrace.h -%%ARCH_LIB%%/CORE/nostdio.h -%%ARCH_LIB%%/CORE/op.h -%%ARCH_LIB%%/CORE/op_reg_common.h -%%ARCH_LIB%%/CORE/opcode.h -%%ARCH_LIB%%/CORE/opnames.h -%%ARCH_LIB%%/CORE/overload.h -%%ARCH_LIB%%/CORE/pad.h -%%ARCH_LIB%%/CORE/parser.h -%%ARCH_LIB%%/CORE/patchlevel.h -%%ARCH_LIB%%/CORE/perl.h -%%ARCH_LIB%%/CORE/perlapi.h -%%ARCH_LIB%%/CORE/perlio.h -%%ARCH_LIB%%/CORE/perliol.h -%%ARCH_LIB%%/CORE/perlsdio.h -%%ARCH_LIB%%/CORE/perlsfio.h -%%ARCH_LIB%%/CORE/perlvars.h -%%ARCH_LIB%%/CORE/perly.h -%%ARCH_LIB%%/CORE/pp.h -%%ARCH_LIB%%/CORE/pp_proto.h -%%ARCH_LIB%%/CORE/proto.h -%%ARCH_LIB%%/CORE/reentr.h -%%ARCH_LIB%%/CORE/regcharclass.h -%%ARCH_LIB%%/CORE/regcomp.h -%%ARCH_LIB%%/CORE/regexp.h -%%ARCH_LIB%%/CORE/regnodes.h -%%ARCH_LIB%%/CORE/scope.h -%%ARCH_LIB%%/CORE/sv.h -%%ARCH_LIB%%/CORE/thread.h -%%ARCH_LIB%%/CORE/time64.h -%%ARCH_LIB%%/CORE/time64_config.h -%%ARCH_LIB%%/CORE/uconfig.h -%%ARCH_LIB%%/CORE/unixish.h -%%ARCH_LIB%%/CORE/utf8.h -%%ARCH_LIB%%/CORE/utfebcdic.h -%%ARCH_LIB%%/CORE/util.h -%%ARCH_LIB%%/CORE/uudmap.h -%%ARCH_LIB%%/CORE/warnings.h -%%ARCH_LIB%%/Compress/Raw/Bzip2.pm -%%ARCH_LIB%%/Compress/Raw/Zlib.pm -%%ARCH_LIB%%/Config.pm -%%ARCH_LIB%%/Config.pod -%%ARCH_LIB%%/Config_git.pl -%%ARCH_LIB%%/Config_heavy.pl -%%ARCH_LIB%%/Cwd.pm -%%ARCH_LIB%%/DB_File.pm -%%ARCH_LIB%%/Data/Dumper.pm -%%ARCH_LIB%%/Devel/DProf.pm -%%ARCH_LIB%%/Devel/PPPort.pm -%%ARCH_LIB%%/Devel/Peek.pm -%%ARCH_LIB%%/Digest/MD5.pm -%%ARCH_LIB%%/Digest/SHA.pm -%%ARCH_LIB%%/DynaLoader.pm -%%ARCH_LIB%%/Encode.pm -%%ARCH_LIB%%/Encode/Alias.pm -%%ARCH_LIB%%/Encode/Byte.pm -%%ARCH_LIB%%/Encode/CJKConstants.pm -%%ARCH_LIB%%/Encode/CN.pm -%%ARCH_LIB%%/Encode/CN/HZ.pm -%%ARCH_LIB%%/Encode/Config.pm -%%ARCH_LIB%%/Encode/EBCDIC.pm -%%ARCH_LIB%%/Encode/Encoder.pm -%%ARCH_LIB%%/Encode/Encoding.pm -%%ARCH_LIB%%/Encode/GSM0338.pm -%%ARCH_LIB%%/Encode/Guess.pm -%%ARCH_LIB%%/Encode/JP.pm -%%ARCH_LIB%%/Encode/JP/H2Z.pm -%%ARCH_LIB%%/Encode/JP/JIS7.pm -%%ARCH_LIB%%/Encode/KR.pm -%%ARCH_LIB%%/Encode/KR/2022_KR.pm -%%ARCH_LIB%%/Encode/MIME/Header.pm -%%ARCH_LIB%%/Encode/MIME/Header/ISO_2022_JP.pm -%%ARCH_LIB%%/Encode/MIME/Name.pm -%%ARCH_LIB%%/Encode/Symbol.pm -%%ARCH_LIB%%/Encode/TW.pm -%%ARCH_LIB%%/Encode/Unicode.pm -%%ARCH_LIB%%/Encode/Unicode/UTF7.pm -%%ARCH_LIB%%/Errno.pm -%%ARCH_LIB%%/Fcntl.pm -%%ARCH_LIB%%/File/Glob.pm -%%ARCH_LIB%%/File/Spec.pm -%%ARCH_LIB%%/File/Spec/Cygwin.pm -%%ARCH_LIB%%/File/Spec/Epoc.pm -%%ARCH_LIB%%/File/Spec/Functions.pm -%%ARCH_LIB%%/File/Spec/Mac.pm -%%ARCH_LIB%%/File/Spec/OS2.pm -%%ARCH_LIB%%/File/Spec/Unix.pm -%%ARCH_LIB%%/File/Spec/VMS.pm -%%ARCH_LIB%%/File/Spec/Win32.pm -%%ARCH_LIB%%/Filter/Util/Call.pm -%%GDBM%%%%ARCH_LIB%%/GDBM_File.pm -%%ARCH_LIB%%/Hash/Util.pm -%%ARCH_LIB%%/Hash/Util/FieldHash.pm -%%ARCH_LIB%%/I18N/Langinfo.pm -%%ARCH_LIB%%/IO.pm -%%ARCH_LIB%%/IO/Dir.pm -%%ARCH_LIB%%/IO/File.pm -%%ARCH_LIB%%/IO/Handle.pm -%%ARCH_LIB%%/IO/Pipe.pm -%%ARCH_LIB%%/IO/Poll.pm -%%ARCH_LIB%%/IO/Seekable.pm -%%ARCH_LIB%%/IO/Select.pm -%%ARCH_LIB%%/IO/Socket.pm -%%ARCH_LIB%%/IO/Socket/INET.pm -%%ARCH_LIB%%/IO/Socket/UNIX.pm -%%ARCH_LIB%%/IPC/Msg.pm -%%ARCH_LIB%%/IPC/Semaphore.pm -%%ARCH_LIB%%/IPC/SharedMem.pm -%%ARCH_LIB%%/IPC/SysV.pm -%%ARCH_LIB%%/List/Util.pm -%%ARCH_LIB%%/List/Util/PP.pm -%%ARCH_LIB%%/List/Util/XS.pm -%%ARCH_LIB%%/MIME/Base64.pm -%%ARCH_LIB%%/MIME/QuotedPrint.pm -%%ARCH_LIB%%/Math/BigInt/FastCalc.pm -%%ARCH_LIB%%/NDBM_File.pm -%%ARCH_LIB%%/O.pm -%%ARCH_LIB%%/Opcode.pm -%%ARCH_LIB%%/POSIX.pm -%%ARCH_LIB%%/POSIX.pod -%%ARCH_LIB%%/PerlIO/encoding.pm -%%ARCH_LIB%%/PerlIO/scalar.pm -%%ARCH_LIB%%/PerlIO/via.pm -%%ARCH_LIB%%/SDBM_File.pm -%%ARCH_LIB%%/Scalar/Util.pm -%%ARCH_LIB%%/Scalar/Util/PP.pm -%%ARCH_LIB%%/Socket.pm -%%ARCH_LIB%%/Storable.pm -%%ARCH_LIB%%/Sys/Hostname.pm -%%ARCH_LIB%%/Sys/Syslog.pm -%%ARCH_LIB%%/Text/Soundex.pm -%%ARCH_LIB%%/Tie/Hash/NamedCapture.pm -%%ARCH_LIB%%/Time/HiRes.pm -%%ARCH_LIB%%/Time/Piece.pm -%%ARCH_LIB%%/Time/Seconds.pm -%%ARCH_LIB%%/Unicode/Collate.pm -%%ARCH_LIB%%/Unicode/Collate/Locale.pm -%%ARCH_LIB%%/Unicode/Normalize.pm -%%ARCH_LIB%%/attributes.pm -%%ARCH_LIB%%/auto/B/B.so -%%ARCH_LIB%%/auto/Compress/Raw/Bzip2/Bzip2.so -%%ARCH_LIB%%/auto/Compress/Raw/Bzip2/autosplit.ix -%%ARCH_LIB%%/auto/Compress/Raw/Zlib/Zlib.so -%%ARCH_LIB%%/auto/Compress/Raw/Zlib/autosplit.ix -%%ARCH_LIB%%/auto/Cwd/Cwd.so -%%ARCH_LIB%%/auto/DB_File/DB_File.so -%%ARCH_LIB%%/auto/DB_File/autosplit.ix -%%ARCH_LIB%%/auto/Data/Dumper/Dumper.so -%%ARCH_LIB%%/auto/Devel/DProf/DProf.so -%%ARCH_LIB%%/auto/Devel/PPPort/PPPort.so -%%ARCH_LIB%%/auto/Devel/Peek/Peek.so -%%ARCH_LIB%%/auto/Digest/MD5/MD5.so -%%ARCH_LIB%%/auto/Digest/SHA/SHA.so -%%ARCH_LIB%%/auto/Encode/Byte/Byte.so -%%ARCH_LIB%%/auto/Encode/CN/CN.so -%%ARCH_LIB%%/auto/Encode/EBCDIC/EBCDIC.so -%%ARCH_LIB%%/auto/Encode/Encode.so -%%ARCH_LIB%%/auto/Encode/JP/JP.so -%%ARCH_LIB%%/auto/Encode/KR/KR.so -%%ARCH_LIB%%/auto/Encode/Symbol/Symbol.so -%%ARCH_LIB%%/auto/Encode/TW/TW.so -%%ARCH_LIB%%/auto/Encode/Unicode/Unicode.so -%%ARCH_LIB%%/auto/Fcntl/Fcntl.so -%%ARCH_LIB%%/auto/File/Glob/Glob.so -%%ARCH_LIB%%/auto/Filter/Util/Call/Call.so -%%GDBM%%%%ARCH_LIB%%/auto/GDBM_File/GDBM_File.so -%%ARCH_LIB%%/auto/Hash/Util/FieldHash/FieldHash.so -%%ARCH_LIB%%/auto/Hash/Util/Util.so -%%ARCH_LIB%%/auto/I18N/Langinfo/Langinfo.so -%%ARCH_LIB%%/auto/IO/IO.so -%%ARCH_LIB%%/auto/IPC/SysV/SysV.so -%%ARCH_LIB%%/auto/List/Util/Util.so -%%ARCH_LIB%%/auto/MIME/Base64/Base64.so -%%ARCH_LIB%%/auto/Math/BigInt/FastCalc/FastCalc.so -%%ARCH_LIB%%/auto/NDBM_File/NDBM_File.so -%%ARCH_LIB%%/auto/Opcode/Opcode.so -%%ARCH_LIB%%/auto/POSIX/POSIX.so -%%ARCH_LIB%%/auto/POSIX/SigAction/flags.al -%%ARCH_LIB%%/auto/POSIX/SigAction/handler.al -%%ARCH_LIB%%/auto/POSIX/SigAction/mask.al -%%ARCH_LIB%%/auto/POSIX/SigAction/new.al -%%ARCH_LIB%%/auto/POSIX/SigAction/safe.al -%%ARCH_LIB%%/auto/POSIX/SigRt/CLEAR.al -%%ARCH_LIB%%/auto/POSIX/SigRt/DELETE.al -%%ARCH_LIB%%/auto/POSIX/SigRt/EXISTS.al -%%ARCH_LIB%%/auto/POSIX/SigRt/FETCH.al -%%ARCH_LIB%%/auto/POSIX/SigRt/SCALAR.al -%%ARCH_LIB%%/auto/POSIX/SigRt/STORE.al -%%ARCH_LIB%%/auto/POSIX/SigRt/_check.al -%%ARCH_LIB%%/auto/POSIX/SigRt/_croak.al -%%ARCH_LIB%%/auto/POSIX/SigRt/_exist.al -%%ARCH_LIB%%/auto/POSIX/SigRt/_getsig.al -%%ARCH_LIB%%/auto/POSIX/SigRt/_init.al -%%ARCH_LIB%%/auto/POSIX/SigRt/new.al -%%ARCH_LIB%%/auto/POSIX/abs.al -%%ARCH_LIB%%/auto/POSIX/alarm.al -%%ARCH_LIB%%/auto/POSIX/assert.al -%%ARCH_LIB%%/auto/POSIX/atan2.al -%%ARCH_LIB%%/auto/POSIX/atexit.al -%%ARCH_LIB%%/auto/POSIX/atof.al -%%ARCH_LIB%%/auto/POSIX/atoi.al -%%ARCH_LIB%%/auto/POSIX/atol.al -%%ARCH_LIB%%/auto/POSIX/autosplit.ix -%%ARCH_LIB%%/auto/POSIX/bsearch.al -%%ARCH_LIB%%/auto/POSIX/calloc.al -%%ARCH_LIB%%/auto/POSIX/chdir.al -%%ARCH_LIB%%/auto/POSIX/chmod.al -%%ARCH_LIB%%/auto/POSIX/chown.al -%%ARCH_LIB%%/auto/POSIX/clearerr.al -%%ARCH_LIB%%/auto/POSIX/closedir.al -%%ARCH_LIB%%/auto/POSIX/cos.al -%%ARCH_LIB%%/auto/POSIX/creat.al -%%ARCH_LIB%%/auto/POSIX/div.al -%%ARCH_LIB%%/auto/POSIX/errno.al -%%ARCH_LIB%%/auto/POSIX/execl.al -%%ARCH_LIB%%/auto/POSIX/execle.al -%%ARCH_LIB%%/auto/POSIX/execlp.al -%%ARCH_LIB%%/auto/POSIX/execv.al -%%ARCH_LIB%%/auto/POSIX/execve.al -%%ARCH_LIB%%/auto/POSIX/execvp.al -%%ARCH_LIB%%/auto/POSIX/exit.al -%%ARCH_LIB%%/auto/POSIX/exp.al -%%ARCH_LIB%%/auto/POSIX/fabs.al -%%ARCH_LIB%%/auto/POSIX/fclose.al -%%ARCH_LIB%%/auto/POSIX/fcntl.al -%%ARCH_LIB%%/auto/POSIX/fdopen.al -%%ARCH_LIB%%/auto/POSIX/feof.al -%%ARCH_LIB%%/auto/POSIX/ferror.al -%%ARCH_LIB%%/auto/POSIX/fflush.al -%%ARCH_LIB%%/auto/POSIX/fgetc.al -%%ARCH_LIB%%/auto/POSIX/fgetpos.al -%%ARCH_LIB%%/auto/POSIX/fgets.al -%%ARCH_LIB%%/auto/POSIX/fileno.al -%%ARCH_LIB%%/auto/POSIX/fopen.al -%%ARCH_LIB%%/auto/POSIX/fork.al -%%ARCH_LIB%%/auto/POSIX/fprintf.al -%%ARCH_LIB%%/auto/POSIX/fputc.al -%%ARCH_LIB%%/auto/POSIX/fputs.al -%%ARCH_LIB%%/auto/POSIX/fread.al -%%ARCH_LIB%%/auto/POSIX/free.al -%%ARCH_LIB%%/auto/POSIX/freopen.al -%%ARCH_LIB%%/auto/POSIX/fscanf.al -%%ARCH_LIB%%/auto/POSIX/fseek.al -%%ARCH_LIB%%/auto/POSIX/fsetpos.al -%%ARCH_LIB%%/auto/POSIX/fstat.al -%%ARCH_LIB%%/auto/POSIX/fsync.al -%%ARCH_LIB%%/auto/POSIX/ftell.al -%%ARCH_LIB%%/auto/POSIX/fwrite.al -%%ARCH_LIB%%/auto/POSIX/getc.al -%%ARCH_LIB%%/auto/POSIX/getchar.al -%%ARCH_LIB%%/auto/POSIX/getegid.al -%%ARCH_LIB%%/auto/POSIX/getenv.al -%%ARCH_LIB%%/auto/POSIX/geteuid.al -%%ARCH_LIB%%/auto/POSIX/getgid.al -%%ARCH_LIB%%/auto/POSIX/getgrgid.al -%%ARCH_LIB%%/auto/POSIX/getgrnam.al -%%ARCH_LIB%%/auto/POSIX/getgroups.al -%%ARCH_LIB%%/auto/POSIX/getlogin.al -%%ARCH_LIB%%/auto/POSIX/getpgrp.al -%%ARCH_LIB%%/auto/POSIX/getpid.al -%%ARCH_LIB%%/auto/POSIX/getppid.al -%%ARCH_LIB%%/auto/POSIX/getpwnam.al -%%ARCH_LIB%%/auto/POSIX/getpwuid.al -%%ARCH_LIB%%/auto/POSIX/gets.al -%%ARCH_LIB%%/auto/POSIX/getuid.al -%%ARCH_LIB%%/auto/POSIX/gmtime.al -%%ARCH_LIB%%/auto/POSIX/isatty.al -%%ARCH_LIB%%/auto/POSIX/kill.al -%%ARCH_LIB%%/auto/POSIX/labs.al -%%ARCH_LIB%%/auto/POSIX/ldiv.al -%%ARCH_LIB%%/auto/POSIX/link.al -%%ARCH_LIB%%/auto/POSIX/load_imports.al -%%ARCH_LIB%%/auto/POSIX/localtime.al -%%ARCH_LIB%%/auto/POSIX/log.al -%%ARCH_LIB%%/auto/POSIX/longjmp.al -%%ARCH_LIB%%/auto/POSIX/malloc.al -%%ARCH_LIB%%/auto/POSIX/memchr.al -%%ARCH_LIB%%/auto/POSIX/memcmp.al -%%ARCH_LIB%%/auto/POSIX/memcpy.al -%%ARCH_LIB%%/auto/POSIX/memmove.al -%%ARCH_LIB%%/auto/POSIX/memset.al -%%ARCH_LIB%%/auto/POSIX/mkdir.al -%%ARCH_LIB%%/auto/POSIX/offsetof.al -%%ARCH_LIB%%/auto/POSIX/opendir.al -%%ARCH_LIB%%/auto/POSIX/perror.al -%%ARCH_LIB%%/auto/POSIX/pow.al -%%ARCH_LIB%%/auto/POSIX/printf.al -%%ARCH_LIB%%/auto/POSIX/putc.al -%%ARCH_LIB%%/auto/POSIX/putchar.al -%%ARCH_LIB%%/auto/POSIX/puts.al -%%ARCH_LIB%%/auto/POSIX/qsort.al -%%ARCH_LIB%%/auto/POSIX/raise.al -%%ARCH_LIB%%/auto/POSIX/rand.al -%%ARCH_LIB%%/auto/POSIX/readdir.al -%%ARCH_LIB%%/auto/POSIX/realloc.al -%%ARCH_LIB%%/auto/POSIX/redef.al -%%ARCH_LIB%%/auto/POSIX/remove.al -%%ARCH_LIB%%/auto/POSIX/rename.al -%%ARCH_LIB%%/auto/POSIX/rewind.al -%%ARCH_LIB%%/auto/POSIX/rewinddir.al -%%ARCH_LIB%%/auto/POSIX/rmdir.al -%%ARCH_LIB%%/auto/POSIX/scanf.al -%%ARCH_LIB%%/auto/POSIX/setbuf.al -%%ARCH_LIB%%/auto/POSIX/setjmp.al -%%ARCH_LIB%%/auto/POSIX/setvbuf.al -%%ARCH_LIB%%/auto/POSIX/siglongjmp.al -%%ARCH_LIB%%/auto/POSIX/sigsetjmp.al -%%ARCH_LIB%%/auto/POSIX/sin.al -%%ARCH_LIB%%/auto/POSIX/sleep.al -%%ARCH_LIB%%/auto/POSIX/sprintf.al -%%ARCH_LIB%%/auto/POSIX/sqrt.al -%%ARCH_LIB%%/auto/POSIX/srand.al -%%ARCH_LIB%%/auto/POSIX/sscanf.al -%%ARCH_LIB%%/auto/POSIX/stat.al -%%ARCH_LIB%%/auto/POSIX/strcat.al -%%ARCH_LIB%%/auto/POSIX/strchr.al -%%ARCH_LIB%%/auto/POSIX/strcmp.al -%%ARCH_LIB%%/auto/POSIX/strcpy.al -%%ARCH_LIB%%/auto/POSIX/strcspn.al -%%ARCH_LIB%%/auto/POSIX/strerror.al -%%ARCH_LIB%%/auto/POSIX/strlen.al -%%ARCH_LIB%%/auto/POSIX/strncat.al -%%ARCH_LIB%%/auto/POSIX/strncmp.al -%%ARCH_LIB%%/auto/POSIX/strncpy.al -%%ARCH_LIB%%/auto/POSIX/strpbrk.al -%%ARCH_LIB%%/auto/POSIX/strrchr.al -%%ARCH_LIB%%/auto/POSIX/strspn.al -%%ARCH_LIB%%/auto/POSIX/strstr.al -%%ARCH_LIB%%/auto/POSIX/strtok.al -%%ARCH_LIB%%/auto/POSIX/system.al -%%ARCH_LIB%%/auto/POSIX/time.al -%%ARCH_LIB%%/auto/POSIX/tmpfile.al -%%ARCH_LIB%%/auto/POSIX/tolower.al -%%ARCH_LIB%%/auto/POSIX/toupper.al -%%ARCH_LIB%%/auto/POSIX/umask.al -%%ARCH_LIB%%/auto/POSIX/ungetc.al -%%ARCH_LIB%%/auto/POSIX/unimpl.al -%%ARCH_LIB%%/auto/POSIX/unlink.al -%%ARCH_LIB%%/auto/POSIX/usage.al -%%ARCH_LIB%%/auto/POSIX/utime.al -%%ARCH_LIB%%/auto/POSIX/vfprintf.al -%%ARCH_LIB%%/auto/POSIX/vprintf.al -%%ARCH_LIB%%/auto/POSIX/vsprintf.al -%%ARCH_LIB%%/auto/POSIX/wait.al -%%ARCH_LIB%%/auto/POSIX/waitpid.al -%%ARCH_LIB%%/auto/PerlIO/encoding/encoding.so -%%ARCH_LIB%%/auto/PerlIO/scalar/scalar.so -%%ARCH_LIB%%/auto/PerlIO/via/via.so -%%ARCH_LIB%%/auto/SDBM_File/SDBM_File.so -%%ARCH_LIB%%/auto/Socket/Socket.so -%%ARCH_LIB%%/auto/Storable/Storable.so -%%ARCH_LIB%%/auto/Sys/Hostname/Hostname.so -%%ARCH_LIB%%/auto/Sys/Syslog/Syslog.so -%%ARCH_LIB%%/auto/Text/Soundex/Soundex.so -%%ARCH_LIB%%/auto/Tie/Hash/NamedCapture/NamedCapture.so -%%ARCH_LIB%%/auto/Time/HiRes/HiRes.so -%%ARCH_LIB%%/auto/Time/Piece/Piece.so -%%ARCH_LIB%%/auto/Unicode/Collate/Collate.so -%%ARCH_LIB%%/auto/Unicode/Normalize/Normalize.so -%%ARCH_LIB%%/auto/attributes/attributes.so -%%ARCH_LIB%%/auto/mro/mro.so -%%ARCH_LIB%%/auto/re/re.so -%%ARCH_LIB%%/auto/sdbm/extralibs.ld -%%ARCH_LIB%%/auto/threads/shared/shared.so -%%ARCH_LIB%%/auto/threads/threads.so -%%ARCH_LIB%%/encoding.pm -%%ARCH_LIB%%/lib.pm -%%ARCH_LIB%%/mro.pm -%%ARCH_LIB%%/ops.pm -%%ARCH_LIB%%/re.pm -%%ARCH_LIB%%/threads.pm -%%ARCH_LIB%%/threads/shared.pm -%%PRIV_LIB%%/newgetopt.pl -%%PRIV_LIB%%/open.pm -%%PRIV_LIB%%/open2.pl -%%PRIV_LIB%%/open3.pl -%%PRIV_LIB%%/overload.pm -%%PRIV_LIB%%/overload/numbers.pm -%%PRIV_LIB%%/overloading.pm -%%PRIV_LIB%%/parent.pm -%%MAN3%%/AnyDBM_File.3.gz -%%MAN3%%/App::Cpan.3.gz -%%MAN3%%/App::Prove.3.gz -%%MAN3%%/App::Prove::State.3.gz -%%MAN3%%/App::Prove::State::Result.3.gz -%%MAN3%%/App::Prove::State::Result::Test.3.gz -%%MAN3%%/Archive::Extract.3.gz -%%MAN3%%/Archive::Tar.3.gz -%%MAN3%%/Archive::Tar::File.3.gz -%%MAN3%%/Attribute::Handlers.3.gz -%%MAN3%%/AutoLoader.3.gz -%%MAN3%%/AutoSplit.3.gz -%%MAN3%%/B.3.gz -%%MAN3%%/B::Concise.3.gz -%%MAN3%%/B::Debug.3.gz -%%MAN3%%/B::Deparse.3.gz -%%MAN3%%/B::Lint.3.gz -%%MAN3%%/B::Lint::Debug.3.gz -%%MAN3%%/B::Showlex.3.gz -%%MAN3%%/B::Terse.3.gz -%%MAN3%%/B::Xref.3.gz -%%MAN3%%/Benchmark.3.gz -%%MAN3%%/CGI.3.gz -%%MAN3%%/CGI::Apache.3.gz -%%MAN3%%/CGI::Carp.3.gz -%%MAN3%%/CGI::Cookie.3.gz -%%MAN3%%/CGI::Fast.3.gz -%%MAN3%%/CGI::Pretty.3.gz -%%MAN3%%/CGI::Push.3.gz -%%MAN3%%/CGI::Switch.3.gz -%%MAN3%%/CGI::Util.3.gz -%%MAN3%%/CORE.3.gz -%%MAN3%%/CPAN.3.gz -%%MAN3%%/CPAN::API::HOWTO.3.gz -%%MAN3%%/CPAN::Debug.3.gz -%%MAN3%%/CPAN::Distroprefs.3.gz -%%MAN3%%/CPAN::FirstTime.3.gz -%%MAN3%%/CPAN::HandleConfig.3.gz -%%MAN3%%/CPAN::Kwalify.3.gz -%%MAN3%%/CPAN::Meta.3.gz -%%MAN3%%/CPAN::Meta::Converter.3.gz -%%MAN3%%/CPAN::Meta::Feature.3.gz -%%MAN3%%/CPAN::Meta::History.3.gz -%%MAN3%%/CPAN::Meta::Prereqs.3.gz -%%MAN3%%/CPAN::Meta::Spec.3.gz -%%MAN3%%/CPAN::Meta::Validator.3.gz -%%MAN3%%/CPAN::Meta::YAML.3.gz -%%MAN3%%/CPAN::Nox.3.gz -%%MAN3%%/CPAN::Queue.3.gz -%%MAN3%%/CPAN::Tarzip.3.gz -%%MAN3%%/CPAN::Version.3.gz -%%MAN3%%/CPANPLUS.3.gz -%%MAN3%%/CPANPLUS::Backend.3.gz -%%MAN3%%/CPANPLUS::Backend::RV.3.gz -%%MAN3%%/CPANPLUS::Config.3.gz -%%MAN3%%/CPANPLUS::Configure.3.gz -%%MAN3%%/CPANPLUS::Dist.3.gz -%%MAN3%%/CPANPLUS::Dist::Autobundle.3.gz -%%MAN3%%/CPANPLUS::Dist::Base.3.gz -%%MAN3%%/CPANPLUS::Dist::Build.3.gz -%%MAN3%%/CPANPLUS::Dist::Build::Constants.3.gz -%%MAN3%%/CPANPLUS::Dist::MM.3.gz -%%MAN3%%/CPANPLUS::Dist::Sample.3.gz -%%MAN3%%/CPANPLUS::Error.3.gz -%%MAN3%%/CPANPLUS::FAQ.3.gz -%%MAN3%%/CPANPLUS::Hacking.3.gz -%%MAN3%%/CPANPLUS::Internals.3.gz -%%MAN3%%/CPANPLUS::Internals::Extract.3.gz -%%MAN3%%/CPANPLUS::Internals::Fetch.3.gz -%%MAN3%%/CPANPLUS::Internals::Report.3.gz -%%MAN3%%/CPANPLUS::Internals::Search.3.gz -%%MAN3%%/CPANPLUS::Internals::Source.3.gz -%%MAN3%%/CPANPLUS::Internals::Source::Memory.3.gz -%%MAN3%%/CPANPLUS::Internals::Source::SQLite.3.gz -%%MAN3%%/CPANPLUS::Internals::Utils.3.gz -%%MAN3%%/CPANPLUS::Module.3.gz -%%MAN3%%/CPANPLUS::Module::Author.3.gz -%%MAN3%%/CPANPLUS::Module::Author::Fake.3.gz -%%MAN3%%/CPANPLUS::Module::Checksums.3.gz -%%MAN3%%/CPANPLUS::Module::Fake.3.gz -%%MAN3%%/CPANPLUS::Selfupdate.3.gz -%%MAN3%%/CPANPLUS::Shell.3.gz -%%MAN3%%/CPANPLUS::Shell::Classic.3.gz -%%MAN3%%/CPANPLUS::Shell::Default.3.gz -%%MAN3%%/CPANPLUS::Shell::Default::Plugins::CustomSource.3.gz -%%MAN3%%/CPANPLUS::Shell::Default::Plugins::HOWTO.3.gz -%%MAN3%%/CPANPLUS::Shell::Default::Plugins::Remote.3.gz -%%MAN3%%/CPANPLUS::Shell::Default::Plugins::Source.3.gz -%%MAN3%%/Carp.3.gz -%%MAN3%%/Class::Struct.3.gz -%%MAN3%%/Compress::Raw::Bzip2.3.gz -%%MAN3%%/Compress::Raw::Zlib.3.gz -%%MAN3%%/Compress::Zlib.3.gz -%%MAN3%%/Config.3.gz -%%MAN3%%/Config::Extensions.3.gz -%%MAN3%%/Cwd.3.gz -%%MAN3%%/DB.3.gz -%%MAN3%%/DBM_Filter.3.gz -%%MAN3%%/DBM_Filter::compress.3.gz -%%MAN3%%/DBM_Filter::encode.3.gz -%%MAN3%%/DBM_Filter::int32.3.gz -%%MAN3%%/DBM_Filter::null.3.gz -%%MAN3%%/DBM_Filter::utf8.3.gz -%%MAN3%%/DB_File.3.gz -%%MAN3%%/Data::Dumper.3.gz -%%MAN3%%/Devel::DProf.3.gz -%%MAN3%%/Devel::InnerPackage.3.gz -%%MAN3%%/Devel::PPPort.3.gz -%%MAN3%%/Devel::Peek.3.gz -%%MAN3%%/Devel::SelfStubber.3.gz -%%MAN3%%/Digest.3.gz -%%MAN3%%/Digest::MD5.3.gz -%%MAN3%%/Digest::SHA.3.gz -%%MAN3%%/Digest::base.3.gz -%%MAN3%%/Digest::file.3.gz -%%MAN3%%/DirHandle.3.gz -%%MAN3%%/Dumpvalue.3.gz -%%MAN3%%/DynaLoader.3.gz -%%MAN3%%/Encode.3.gz -%%MAN3%%/Encode::Alias.3.gz -%%MAN3%%/Encode::Byte.3.gz -%%MAN3%%/Encode::CJKConstants.3.gz -%%MAN3%%/Encode::CN.3.gz -%%MAN3%%/Encode::CN::HZ.3.gz -%%MAN3%%/Encode::Config.3.gz -%%MAN3%%/Encode::EBCDIC.3.gz -%%MAN3%%/Encode::Encoder.3.gz -%%MAN3%%/Encode::Encoding.3.gz -%%MAN3%%/Encode::GSM0338.3.gz -%%MAN3%%/Encode::Guess.3.gz -%%MAN3%%/Encode::JP.3.gz -%%MAN3%%/Encode::JP::H2Z.3.gz -%%MAN3%%/Encode::JP::JIS7.3.gz -%%MAN3%%/Encode::KR.3.gz -%%MAN3%%/Encode::KR::2022_KR.3.gz -%%MAN3%%/Encode::MIME::Header.3.gz -%%MAN3%%/Encode::MIME::Name.3.gz -%%MAN3%%/Encode::PerlIO.3.gz -%%MAN3%%/Encode::Supported.3.gz -%%MAN3%%/Encode::Symbol.3.gz -%%MAN3%%/Encode::TW.3.gz -%%MAN3%%/Encode::Unicode.3.gz -%%MAN3%%/Encode::Unicode::UTF7.3.gz -%%MAN3%%/English.3.gz -%%MAN3%%/Env.3.gz -%%MAN3%%/Errno.3.gz -%%MAN3%%/Exporter.3.gz -%%MAN3%%/Exporter::Heavy.3.gz -%%MAN3%%/ExtUtils::CBuilder.3.gz -%%MAN3%%/ExtUtils::CBuilder::Platform::Windows.3.gz -%%MAN3%%/ExtUtils::Command.3.gz -%%MAN3%%/ExtUtils::Command::MM.3.gz -%%MAN3%%/ExtUtils::Constant.3.gz -%%MAN3%%/ExtUtils::Constant::Base.3.gz -%%MAN3%%/ExtUtils::Constant::Utils.3.gz -%%MAN3%%/ExtUtils::Constant::XS.3.gz -%%MAN3%%/ExtUtils::Embed.3.gz -%%MAN3%%/ExtUtils::Install.3.gz -%%MAN3%%/ExtUtils::Installed.3.gz -%%MAN3%%/ExtUtils::Liblist.3.gz -%%MAN3%%/ExtUtils::MM.3.gz -%%MAN3%%/ExtUtils::MM_AIX.3.gz -%%MAN3%%/ExtUtils::MM_Any.3.gz -%%MAN3%%/ExtUtils::MM_BeOS.3.gz -%%MAN3%%/ExtUtils::MM_Cygwin.3.gz -%%MAN3%%/ExtUtils::MM_DOS.3.gz -%%MAN3%%/ExtUtils::MM_Darwin.3.gz -%%MAN3%%/ExtUtils::MM_MacOS.3.gz -%%MAN3%%/ExtUtils::MM_NW5.3.gz -%%MAN3%%/ExtUtils::MM_OS2.3.gz -%%MAN3%%/ExtUtils::MM_QNX.3.gz -%%MAN3%%/ExtUtils::MM_UWIN.3.gz -%%MAN3%%/ExtUtils::MM_Unix.3.gz -%%MAN3%%/ExtUtils::MM_VMS.3.gz -%%MAN3%%/ExtUtils::MM_VOS.3.gz -%%MAN3%%/ExtUtils::MM_Win32.3.gz -%%MAN3%%/ExtUtils::MM_Win95.3.gz -%%MAN3%%/ExtUtils::MY.3.gz -%%MAN3%%/ExtUtils::MakeMaker.3.gz -%%MAN3%%/ExtUtils::MakeMaker::Config.3.gz -%%MAN3%%/ExtUtils::MakeMaker::FAQ.3.gz -%%MAN3%%/ExtUtils::MakeMaker::Tutorial.3.gz -%%MAN3%%/ExtUtils::MakeMaker::YAML.3.gz -%%MAN3%%/ExtUtils::Manifest.3.gz -%%MAN3%%/ExtUtils::Miniperl.3.gz -%%MAN3%%/ExtUtils::Mkbootstrap.3.gz -%%MAN3%%/ExtUtils::Mksymlists.3.gz -%%MAN3%%/ExtUtils::Packlist.3.gz -%%MAN3%%/ExtUtils::ParseXS.3.gz -%%MAN3%%/ExtUtils::XSSymSet.3.gz -%%MAN3%%/ExtUtils::testlib.3.gz -%%MAN3%%/Fatal.3.gz -%%MAN3%%/Fcntl.3.gz -%%MAN3%%/File::Basename.3.gz -%%MAN3%%/File::CheckTree.3.gz -%%MAN3%%/File::Compare.3.gz -%%MAN3%%/File::Copy.3.gz -%%MAN3%%/File::DosGlob.3.gz -%%MAN3%%/File::Fetch.3.gz -%%MAN3%%/File::Find.3.gz -%%MAN3%%/File::Glob.3.gz -%%MAN3%%/File::GlobMapper.3.gz -%%MAN3%%/File::Path.3.gz -%%MAN3%%/File::Spec.3.gz -%%MAN3%%/File::Spec::Cygwin.3.gz -%%MAN3%%/File::Spec::Epoc.3.gz -%%MAN3%%/File::Spec::Functions.3.gz -%%MAN3%%/File::Spec::Mac.3.gz -%%MAN3%%/File::Spec::OS2.3.gz -%%MAN3%%/File::Spec::Unix.3.gz -%%MAN3%%/File::Spec::VMS.3.gz -%%MAN3%%/File::Spec::Win32.3.gz -%%MAN3%%/File::Temp.3.gz -%%MAN3%%/File::stat.3.gz -%%MAN3%%/FileCache.3.gz -%%MAN3%%/FileHandle.3.gz -%%MAN3%%/Filter::Simple.3.gz -%%MAN3%%/Filter::Util::Call.3.gz -%%MAN3%%/FindBin.3.gz -%%GDBM%%%%MAN3%%/GDBM_File.3.gz -%%MAN3%%/Getopt::Long.3.gz -%%MAN3%%/Getopt::Std.3.gz -%%MAN3%%/HTTP::Tiny.3.gz -%%MAN3%%/Hash::Util.3.gz -%%MAN3%%/Hash::Util::FieldHash.3.gz -%%MAN3%%/I18N::Collate.3.gz -%%MAN3%%/I18N::LangTags.3.gz -%%MAN3%%/I18N::LangTags::Detect.3.gz -%%MAN3%%/I18N::LangTags::List.3.gz -%%MAN3%%/I18N::Langinfo.3.gz -%%MAN3%%/IO.3.gz -%%MAN3%%/IO::Compress::Base.3.gz -%%MAN3%%/IO::Compress::Bzip2.3.gz -%%MAN3%%/IO::Compress::Deflate.3.gz -%%MAN3%%/IO::Compress::Gzip.3.gz -%%MAN3%%/IO::Compress::RawDeflate.3.gz -%%MAN3%%/IO::Compress::Zip.3.gz -%%MAN3%%/IO::Dir.3.gz -%%MAN3%%/IO::File.3.gz -%%MAN3%%/IO::Handle.3.gz -%%MAN3%%/IO::Pipe.3.gz -%%MAN3%%/IO::Poll.3.gz -%%MAN3%%/IO::Seekable.3.gz -%%MAN3%%/IO::Select.3.gz -%%MAN3%%/IO::Socket.3.gz -%%MAN3%%/IO::Socket::INET.3.gz -%%MAN3%%/IO::Socket::UNIX.3.gz -%%MAN3%%/IO::Uncompress::AnyInflate.3.gz -%%MAN3%%/IO::Uncompress::AnyUncompress.3.gz -%%MAN3%%/IO::Uncompress::Base.3.gz -%%MAN3%%/IO::Uncompress::Bunzip2.3.gz -%%MAN3%%/IO::Uncompress::Gunzip.3.gz -%%MAN3%%/IO::Uncompress::Inflate.3.gz -%%MAN3%%/IO::Uncompress::RawInflate.3.gz -%%MAN3%%/IO::Uncompress::Unzip.3.gz -%%MAN3%%/IO::Zlib.3.gz -%%MAN3%%/IPC::Cmd.3.gz -%%MAN3%%/IPC::Msg.3.gz -%%MAN3%%/IPC::Open2.3.gz -%%MAN3%%/IPC::Open3.3.gz -%%MAN3%%/IPC::Semaphore.3.gz -%%MAN3%%/IPC::SharedMem.3.gz -%%MAN3%%/IPC::SysV.3.gz -%%MAN3%%/JSON::PP.3.gz -%%MAN3%%/JSON::PP::Boolean.3.gz -%%MAN3%%/List::Util.3.gz -%%MAN3%%/List::Util::XS.3.gz -%%MAN3%%/Locale::Codes.3.gz -%%MAN3%%/Locale::Codes::Changes.3.gz -%%MAN3%%/Locale::Codes::Country.3.gz -%%MAN3%%/Locale::Codes::Currency.3.gz -%%MAN3%%/Locale::Codes::Language.3.gz -%%MAN3%%/Locale::Codes::Script.3.gz -%%MAN3%%/Locale::Constants.3.gz -%%MAN3%%/Locale::Country.3.gz -%%MAN3%%/Locale::Currency.3.gz -%%MAN3%%/Locale::Language.3.gz -%%MAN3%%/Locale::Maketext.3.gz -%%MAN3%%/Locale::Maketext::Cookbook.3.gz -%%MAN3%%/Locale::Maketext::Guts.3.gz -%%MAN3%%/Locale::Maketext::GutsLoader.3.gz -%%MAN3%%/Locale::Maketext::Simple.3.gz -%%MAN3%%/Locale::Maketext::TPJ13.3.gz -%%MAN3%%/Locale::Script.3.gz -%%MAN3%%/Log::Message.3.gz -%%MAN3%%/Log::Message::Config.3.gz -%%MAN3%%/Log::Message::Handlers.3.gz -%%MAN3%%/Log::Message::Item.3.gz -%%MAN3%%/Log::Message::Simple.3.gz -%%MAN3%%/MIME::Base64.3.gz -%%MAN3%%/MIME::QuotedPrint.3.gz -%%MAN3%%/Math::BigFloat.3.gz -%%MAN3%%/Math::BigInt.3.gz -%%MAN3%%/Math::BigInt::Calc.3.gz -%%MAN3%%/Math::BigInt::CalcEmu.3.gz -%%MAN3%%/Math::BigInt::FastCalc.3.gz -%%MAN3%%/Math::BigRat.3.gz -%%MAN3%%/Math::Complex.3.gz -%%MAN3%%/Math::Trig.3.gz -%%MAN3%%/Memoize.3.gz -%%MAN3%%/Memoize::AnyDBM_File.3.gz -%%MAN3%%/Memoize::Expire.3.gz -%%MAN3%%/Memoize::ExpireFile.3.gz -%%MAN3%%/Memoize::ExpireTest.3.gz -%%MAN3%%/Memoize::NDBM_File.3.gz -%%MAN3%%/Memoize::SDBM_File.3.gz -%%MAN3%%/Memoize::Storable.3.gz -%%MAN3%%/Module::Build.3.gz -%%MAN3%%/Module::Build::API.3.gz -%%MAN3%%/Module::Build::Authoring.3.gz -%%MAN3%%/Module::Build::Base.3.gz -%%MAN3%%/Module::Build::Bundling.3.gz -%%MAN3%%/Module::Build::Compat.3.gz -%%MAN3%%/Module::Build::ConfigData.3.gz -%%MAN3%%/Module::Build::Cookbook.3.gz -%%MAN3%%/Module::Build::ModuleInfo.3.gz -%%MAN3%%/Module::Build::Notes.3.gz -%%MAN3%%/Module::Build::PPMMaker.3.gz -%%MAN3%%/Module::Build::Platform::Amiga.3.gz -%%MAN3%%/Module::Build::Platform::Default.3.gz -%%MAN3%%/Module::Build::Platform::EBCDIC.3.gz -%%MAN3%%/Module::Build::Platform::MPEiX.3.gz -%%MAN3%%/Module::Build::Platform::MacOS.3.gz -%%MAN3%%/Module::Build::Platform::RiscOS.3.gz -%%MAN3%%/Module::Build::Platform::Unix.3.gz -%%MAN3%%/Module::Build::Platform::VMS.3.gz -%%MAN3%%/Module::Build::Platform::VOS.3.gz -%%MAN3%%/Module::Build::Platform::Windows.3.gz -%%MAN3%%/Module::Build::Platform::aix.3.gz -%%MAN3%%/Module::Build::Platform::cygwin.3.gz -%%MAN3%%/Module::Build::Platform::darwin.3.gz -%%MAN3%%/Module::Build::Platform::os2.3.gz -%%MAN3%%/Module::Build::Version.3.gz -%%MAN3%%/Module::Build::YAML.3.gz -%%MAN3%%/Module::CoreList.3.gz -%%MAN3%%/Module::Load.3.gz -%%MAN3%%/Module::Load::Conditional.3.gz -%%MAN3%%/Module::Loaded.3.gz -%%MAN3%%/Module::Metadata.3.gz -%%MAN3%%/Module::Pluggable.3.gz -%%MAN3%%/Module::Pluggable::Object.3.gz -%%MAN3%%/NDBM_File.3.gz -%%MAN3%%/NEXT.3.gz -%%MAN3%%/Net::Cmd.3.gz -%%MAN3%%/Net::Config.3.gz -%%MAN3%%/Net::Domain.3.gz -%%MAN3%%/Net::FTP.3.gz -%%MAN3%%/Net::NNTP.3.gz -%%MAN3%%/Net::Netrc.3.gz -%%MAN3%%/Net::POP3.3.gz -%%MAN3%%/Net::Ping.3.gz -%%MAN3%%/Net::SMTP.3.gz -%%MAN3%%/Net::Time.3.gz -%%MAN3%%/Net::hostent.3.gz -%%MAN3%%/Net::libnetFAQ.3.gz -%%MAN3%%/Net::netent.3.gz -%%MAN3%%/Net::protoent.3.gz -%%MAN3%%/Net::servent.3.gz -%%MAN3%%/O.3.gz -%%MAN3%%/Object::Accessor.3.gz -%%MAN3%%/Opcode.3.gz -%%MAN3%%/POSIX.3.gz -%%MAN3%%/Package::Constants.3.gz -%%MAN3%%/Params::Check.3.gz -%%MAN3%%/Parse::CPAN::Meta.3.gz -%%MAN3%%/Perl::OSType.3.gz -%%MAN3%%/PerlIO.3.gz -%%MAN3%%/PerlIO::encoding.3.gz -%%MAN3%%/PerlIO::scalar.3.gz -%%MAN3%%/PerlIO::via.3.gz -%%MAN3%%/PerlIO::via::QuotedPrint.3.gz -%%MAN3%%/Pod::Checker.3.gz -%%MAN3%%/Pod::Escapes.3.gz -%%MAN3%%/Pod::Find.3.gz -%%MAN3%%/Pod::Html.3.gz -%%MAN3%%/Pod::InputObjects.3.gz -%%MAN3%%/Pod::LaTeX.3.gz -%%MAN3%%/Pod::Man.3.gz -%%MAN3%%/Pod::ParseLink.3.gz -%%MAN3%%/Pod::ParseUtils.3.gz -%%MAN3%%/Pod::Parser.3.gz -%%MAN3%%/Pod::Perldoc.3.gz -%%MAN3%%/Pod::Perldoc::BaseTo.3.gz -%%MAN3%%/Pod::Perldoc::GetOptsOO.3.gz -%%MAN3%%/Pod::Perldoc::ToChecker.3.gz -%%MAN3%%/Pod::Perldoc::ToMan.3.gz -%%MAN3%%/Pod::Perldoc::ToNroff.3.gz -%%MAN3%%/Pod::Perldoc::ToPod.3.gz -%%MAN3%%/Pod::Perldoc::ToRtf.3.gz -%%MAN3%%/Pod::Perldoc::ToText.3.gz -%%MAN3%%/Pod::Perldoc::ToTk.3.gz -%%MAN3%%/Pod::Perldoc::ToXml.3.gz -%%MAN3%%/Pod::PlainText.3.gz -%%MAN3%%/Pod::Select.3.gz -%%MAN3%%/Pod::Simple.3.gz -%%MAN3%%/Pod::Simple::Checker.3.gz -%%MAN3%%/Pod::Simple::Debug.3.gz -%%MAN3%%/Pod::Simple::DumpAsText.3.gz -%%MAN3%%/Pod::Simple::DumpAsXML.3.gz -%%MAN3%%/Pod::Simple::HTML.3.gz -%%MAN3%%/Pod::Simple::HTMLBatch.3.gz -%%MAN3%%/Pod::Simple::LinkSection.3.gz -%%MAN3%%/Pod::Simple::Methody.3.gz -%%MAN3%%/Pod::Simple::PullParser.3.gz -%%MAN3%%/Pod::Simple::PullParserEndToken.3.gz -%%MAN3%%/Pod::Simple::PullParserStartToken.3.gz -%%MAN3%%/Pod::Simple::PullParserTextToken.3.gz -%%MAN3%%/Pod::Simple::PullParserToken.3.gz -%%MAN3%%/Pod::Simple::RTF.3.gz -%%MAN3%%/Pod::Simple::Search.3.gz -%%MAN3%%/Pod::Simple::SimpleTree.3.gz -%%MAN3%%/Pod::Simple::Subclassing.3.gz -%%MAN3%%/Pod::Simple::Text.3.gz -%%MAN3%%/Pod::Simple::TextContent.3.gz -%%MAN3%%/Pod::Simple::XHTML.3.gz -%%MAN3%%/Pod::Simple::XMLOutStream.3.gz -%%MAN3%%/Pod::Text.3.gz -%%MAN3%%/Pod::Text::Color.3.gz -%%MAN3%%/Pod::Text::Overstrike.3.gz -%%MAN3%%/Pod::Text::Termcap.3.gz -%%MAN3%%/Pod::Usage.3.gz -%%MAN3%%/SDBM_File.3.gz -%%MAN3%%/Safe.3.gz -%%MAN3%%/Scalar::Util.3.gz -%%MAN3%%/Search::Dict.3.gz -%%MAN3%%/SelectSaver.3.gz -%%MAN3%%/SelfLoader.3.gz -%%MAN3%%/Shell.3.gz -%%MAN3%%/Socket.3.gz -%%MAN3%%/Storable.3.gz -%%MAN3%%/Symbol.3.gz -%%MAN3%%/Sys::Hostname.3.gz -%%MAN3%%/Sys::Syslog.3.gz -%%MAN3%%/TAP::Base.3.gz -%%MAN3%%/TAP::Formatter::Base.3.gz -%%MAN3%%/TAP::Formatter::Color.3.gz -%%MAN3%%/TAP::Formatter::Console.3.gz -%%MAN3%%/TAP::Formatter::Console::ParallelSession.3.gz -%%MAN3%%/TAP::Formatter::Console::Session.3.gz -%%MAN3%%/TAP::Formatter::File.3.gz -%%MAN3%%/TAP::Formatter::File::Session.3.gz -%%MAN3%%/TAP::Formatter::Session.3.gz -%%MAN3%%/TAP::Harness.3.gz -%%MAN3%%/TAP::Harness::Beyond.3.gz -%%MAN3%%/TAP::Object.3.gz -%%MAN3%%/TAP::Parser.3.gz -%%MAN3%%/TAP::Parser::Aggregator.3.gz -%%MAN3%%/TAP::Parser::Grammar.3.gz -%%MAN3%%/TAP::Parser::Iterator.3.gz -%%MAN3%%/TAP::Parser::Iterator::Array.3.gz -%%MAN3%%/TAP::Parser::Iterator::Process.3.gz -%%MAN3%%/TAP::Parser::Iterator::Stream.3.gz -%%MAN3%%/TAP::Parser::IteratorFactory.3.gz -%%MAN3%%/TAP::Parser::Multiplexer.3.gz -%%MAN3%%/TAP::Parser::Result.3.gz -%%MAN3%%/TAP::Parser::Result::Bailout.3.gz -%%MAN3%%/TAP::Parser::Result::Comment.3.gz -%%MAN3%%/TAP::Parser::Result::Plan.3.gz -%%MAN3%%/TAP::Parser::Result::Pragma.3.gz -%%MAN3%%/TAP::Parser::Result::Test.3.gz -%%MAN3%%/TAP::Parser::Result::Unknown.3.gz -%%MAN3%%/TAP::Parser::Result::Version.3.gz -%%MAN3%%/TAP::Parser::Result::YAML.3.gz -%%MAN3%%/TAP::Parser::ResultFactory.3.gz -%%MAN3%%/TAP::Parser::Scheduler.3.gz -%%MAN3%%/TAP::Parser::Scheduler::Job.3.gz -%%MAN3%%/TAP::Parser::Scheduler::Spinner.3.gz -%%MAN3%%/TAP::Parser::Source.3.gz -%%MAN3%%/TAP::Parser::SourceHandler.3.gz -%%MAN3%%/TAP::Parser::SourceHandler::Executable.3.gz -%%MAN3%%/TAP::Parser::SourceHandler::File.3.gz -%%MAN3%%/TAP::Parser::SourceHandler::Handle.3.gz -%%MAN3%%/TAP::Parser::SourceHandler::Perl.3.gz -%%MAN3%%/TAP::Parser::SourceHandler::RawTAP.3.gz -%%MAN3%%/TAP::Parser::Utils.3.gz -%%MAN3%%/TAP::Parser::YAMLish::Reader.3.gz -%%MAN3%%/TAP::Parser::YAMLish::Writer.3.gz -%%MAN3%%/Term::ANSIColor.3.gz -%%MAN3%%/Term::Cap.3.gz -%%MAN3%%/Term::Complete.3.gz -%%MAN3%%/Term::ReadLine.3.gz -%%MAN3%%/Term::UI.3.gz -%%MAN3%%/Term::UI::History.3.gz -%%MAN3%%/Test.3.gz -%%MAN3%%/Test::Builder.3.gz -%%MAN3%%/Test::Builder::Module.3.gz -%%MAN3%%/Test::Builder::Tester.3.gz -%%MAN3%%/Test::Builder::Tester::Color.3.gz -%%MAN3%%/Test::Harness.3.gz -%%MAN3%%/Test::More.3.gz -%%MAN3%%/Test::Simple.3.gz -%%MAN3%%/Test::Tutorial.3.gz -%%MAN3%%/Text::Abbrev.3.gz -%%MAN3%%/Text::Balanced.3.gz -%%MAN3%%/Text::ParseWords.3.gz -%%MAN3%%/Text::Soundex.3.gz -%%MAN3%%/Text::Tabs.3.gz -%%MAN3%%/Text::Wrap.3.gz -%%MAN3%%/Thread.3.gz -%%MAN3%%/Thread::Queue.3.gz -%%MAN3%%/Thread::Semaphore.3.gz -%%MAN3%%/Tie::Array.3.gz -%%MAN3%%/Tie::File.3.gz -%%MAN3%%/Tie::Handle.3.gz -%%MAN3%%/Tie::Hash.3.gz -%%MAN3%%/Tie::Hash::NamedCapture.3.gz -%%MAN3%%/Tie::Memoize.3.gz -%%MAN3%%/Tie::RefHash.3.gz -%%MAN3%%/Tie::Scalar.3.gz -%%MAN3%%/Tie::StdHandle.3.gz -%%MAN3%%/Tie::SubstrHash.3.gz -%%MAN3%%/Time::HiRes.3.gz -%%MAN3%%/Time::Local.3.gz -%%MAN3%%/Time::Piece.3.gz -%%MAN3%%/Time::Seconds.3.gz -%%MAN3%%/Time::gmtime.3.gz -%%MAN3%%/Time::localtime.3.gz -%%MAN3%%/Time::tm.3.gz -%%MAN3%%/UNIVERSAL.3.gz -%%MAN3%%/Unicode::Collate.3.gz -%%MAN3%%/Unicode::Collate::CJK::Big5.3.gz -%%MAN3%%/Unicode::Collate::CJK::GB2312.3.gz -%%MAN3%%/Unicode::Collate::CJK::JISX0208.3.gz -%%MAN3%%/Unicode::Collate::CJK::Korean.3.gz -%%MAN3%%/Unicode::Collate::CJK::Pinyin.3.gz -%%MAN3%%/Unicode::Collate::CJK::Stroke.3.gz -%%MAN3%%/Unicode::Collate::Locale.3.gz -%%MAN3%%/Unicode::Normalize.3.gz -%%MAN3%%/Unicode::UCD.3.gz -%%MAN3%%/User::grent.3.gz -%%MAN3%%/User::pwent.3.gz -%%MAN3%%/Version::Requirements.3.gz -%%MAN3%%/XS::Typemap.3.gz -%%MAN3%%/XSLoader.3.gz -%%MAN3%%/attributes.3.gz -%%MAN3%%/autodie.3.gz -%%MAN3%%/autodie::exception.3.gz -%%MAN3%%/autodie::exception::system.3.gz -%%MAN3%%/autodie::hints.3.gz -%%MAN3%%/autouse.3.gz -%%MAN3%%/base.3.gz -%%MAN3%%/bigint.3.gz -%%MAN3%%/bignum.3.gz -%%MAN3%%/bigrat.3.gz -%%MAN3%%/blib.3.gz -%%MAN3%%/bytes.3.gz -%%MAN3%%/charnames.3.gz -%%MAN3%%/constant.3.gz -%%MAN3%%/deprecate.3.gz -%%MAN3%%/diagnostics.3.gz -%%MAN3%%/encoding.3.gz -%%MAN3%%/encoding::warnings.3.gz -%%MAN3%%/feature.3.gz -%%MAN3%%/fields.3.gz -%%MAN3%%/filetest.3.gz -%%MAN3%%/if.3.gz -%%MAN3%%/inc::latest.3.gz -%%MAN3%%/integer.3.gz -%%MAN3%%/less.3.gz -%%MAN3%%/lib.3.gz -%%MAN3%%/locale.3.gz -%%MAN3%%/mro.3.gz -%%MAN3%%/open.3.gz -%%MAN3%%/ops.3.gz -%%MAN3%%/overload.3.gz -%%MAN3%%/overloading.3.gz -%%MAN3%%/parent.3.gz -%%MAN3%%/re.3.gz -%%MAN3%%/sigtrap.3.gz -%%MAN3%%/sort.3.gz -%%MAN3%%/strict.3.gz -%%MAN3%%/subs.3.gz -%%MAN3%%/threads.3.gz -%%MAN3%%/threads::shared.3.gz -%%MAN3%%/utf8.3.gz -%%MAN3%%/vars.3.gz -%%MAN3%%/version.3.gz -%%MAN3%%/version::Internals.3.gz -%%MAN3%%/vmsish.3.gz -%%MAN3%%/warnings.3.gz -%%MAN3%%/warnings::register.3.gz -%%PRIV_LIB%%/perl5db.pl -%%PRIV_LIB%%/pod/a2p.pod -%%PRIV_LIB%%/pod/perl.pod -%%PRIV_LIB%%/pod/perl5004delta.pod -%%PRIV_LIB%%/pod/perl5005delta.pod -%%PRIV_LIB%%/pod/perl5100delta.pod -%%PRIV_LIB%%/pod/perl5101delta.pod -%%PRIV_LIB%%/pod/perl5110delta.pod -%%PRIV_LIB%%/pod/perl5111delta.pod -%%PRIV_LIB%%/pod/perl5112delta.pod -%%PRIV_LIB%%/pod/perl5113delta.pod -%%PRIV_LIB%%/pod/perl5114delta.pod -%%PRIV_LIB%%/pod/perl5115delta.pod -%%PRIV_LIB%%/pod/perl5120delta.pod -%%PRIV_LIB%%/pod/perl5121delta.pod -%%PRIV_LIB%%/pod/perl5122delta.pod -%%PRIV_LIB%%/pod/perl5123delta.pod -%%PRIV_LIB%%/pod/perl5130delta.pod -%%PRIV_LIB%%/pod/perl51310delta.pod -%%PRIV_LIB%%/pod/perl51311delta.pod -%%PRIV_LIB%%/pod/perl5131delta.pod -%%PRIV_LIB%%/pod/perl5132delta.pod -%%PRIV_LIB%%/pod/perl5133delta.pod -%%PRIV_LIB%%/pod/perl5134delta.pod -%%PRIV_LIB%%/pod/perl5135delta.pod -%%PRIV_LIB%%/pod/perl5136delta.pod -%%PRIV_LIB%%/pod/perl5137delta.pod -%%PRIV_LIB%%/pod/perl5138delta.pod -%%PRIV_LIB%%/pod/perl5139delta.pod -%%PRIV_LIB%%/pod/perl5140delta.pod -%%PRIV_LIB%%/pod/perl5141delta.pod -%%PRIV_LIB%%/pod/perl5142delta.pod -%%PRIV_LIB%%/pod/perl5143delta.pod -%%PRIV_LIB%%/pod/perl5144delta.pod -%%PRIV_LIB%%/pod/perl561delta.pod -%%PRIV_LIB%%/pod/perl56delta.pod -%%PRIV_LIB%%/pod/perl570delta.pod -%%PRIV_LIB%%/pod/perl571delta.pod -%%PRIV_LIB%%/pod/perl572delta.pod -%%PRIV_LIB%%/pod/perl573delta.pod -%%PRIV_LIB%%/pod/perl581delta.pod -%%PRIV_LIB%%/pod/perl582delta.pod -%%PRIV_LIB%%/pod/perl583delta.pod -%%PRIV_LIB%%/pod/perl584delta.pod -%%PRIV_LIB%%/pod/perl585delta.pod -%%PRIV_LIB%%/pod/perl586delta.pod -%%PRIV_LIB%%/pod/perl587delta.pod -%%PRIV_LIB%%/pod/perl588delta.pod -%%PRIV_LIB%%/pod/perl589delta.pod -%%PRIV_LIB%%/pod/perl58delta.pod -%%PRIV_LIB%%/pod/perl590delta.pod -%%PRIV_LIB%%/pod/perl591delta.pod -%%PRIV_LIB%%/pod/perl592delta.pod -%%PRIV_LIB%%/pod/perl593delta.pod -%%PRIV_LIB%%/pod/perl594delta.pod -%%PRIV_LIB%%/pod/perl595delta.pod -%%PRIV_LIB%%/pod/perlaix.pod -%%PRIV_LIB%%/pod/perlamiga.pod -%%PRIV_LIB%%/pod/perlapi.pod -%%PRIV_LIB%%/pod/perlapio.pod -%%PRIV_LIB%%/pod/perlartistic.pod -%%PRIV_LIB%%/pod/perlbeos.pod -%%PRIV_LIB%%/pod/perlbook.pod -%%PRIV_LIB%%/pod/perlboot.pod -%%PRIV_LIB%%/pod/perlbot.pod -%%PRIV_LIB%%/pod/perlbs2000.pod -%%PRIV_LIB%%/pod/perlcall.pod -%%PRIV_LIB%%/pod/perlce.pod -%%PRIV_LIB%%/pod/perlcheat.pod -%%PRIV_LIB%%/pod/perlclib.pod -%%PRIV_LIB%%/pod/perlcn.pod -%%PRIV_LIB%%/pod/perlcommunity.pod -%%PRIV_LIB%%/pod/perlcompile.pod -%%PRIV_LIB%%/pod/perlcygwin.pod -%%PRIV_LIB%%/pod/perldata.pod -%%PRIV_LIB%%/pod/perldbmfilter.pod -%%PRIV_LIB%%/pod/perldebguts.pod -%%PRIV_LIB%%/pod/perldebtut.pod -%%PRIV_LIB%%/pod/perldebug.pod -%%PRIV_LIB%%/pod/perldelta.pod -%%PRIV_LIB%%/pod/perldgux.pod -%%PRIV_LIB%%/pod/perldiag.pod -%%PRIV_LIB%%/pod/perldoc.pod -%%PRIV_LIB%%/pod/perldos.pod -%%PRIV_LIB%%/pod/perldsc.pod -%%PRIV_LIB%%/pod/perlebcdic.pod -%%PRIV_LIB%%/pod/perlembed.pod -%%PRIV_LIB%%/pod/perlepoc.pod -%%PRIV_LIB%%/pod/perlfaq.pod -%%PRIV_LIB%%/pod/perlfaq1.pod -%%PRIV_LIB%%/pod/perlfaq2.pod -%%PRIV_LIB%%/pod/perlfaq3.pod -%%PRIV_LIB%%/pod/perlfaq4.pod -%%PRIV_LIB%%/pod/perlfaq5.pod -%%PRIV_LIB%%/pod/perlfaq6.pod -%%PRIV_LIB%%/pod/perlfaq7.pod -%%PRIV_LIB%%/pod/perlfaq8.pod -%%PRIV_LIB%%/pod/perlfaq9.pod -%%PRIV_LIB%%/pod/perlfilter.pod -%%PRIV_LIB%%/pod/perlfork.pod -%%PRIV_LIB%%/pod/perlform.pod -%%PRIV_LIB%%/pod/perlfreebsd.pod -%%PRIV_LIB%%/pod/perlfunc.pod -%%PRIV_LIB%%/pod/perlgit.pod -%%PRIV_LIB%%/pod/perlglossary.pod -%%PRIV_LIB%%/pod/perlgpl.pod -%%PRIV_LIB%%/pod/perlguts.pod -%%PRIV_LIB%%/pod/perlhack.pod -%%PRIV_LIB%%/pod/perlhacktips.pod -%%PRIV_LIB%%/pod/perlhacktut.pod -%%PRIV_LIB%%/pod/perlhaiku.pod -%%PRIV_LIB%%/pod/perlhist.pod -%%PRIV_LIB%%/pod/perlhpux.pod -%%PRIV_LIB%%/pod/perlhurd.pod -%%PRIV_LIB%%/pod/perlintern.pod -%%PRIV_LIB%%/pod/perlinterp.pod -%%PRIV_LIB%%/pod/perlintro.pod -%%PRIV_LIB%%/pod/perliol.pod -%%PRIV_LIB%%/pod/perlipc.pod -%%PRIV_LIB%%/pod/perlirix.pod -%%PRIV_LIB%%/pod/perljp.pod -%%PRIV_LIB%%/pod/perlko.pod -%%PRIV_LIB%%/pod/perllexwarn.pod -%%PRIV_LIB%%/pod/perllinux.pod -%%PRIV_LIB%%/pod/perllocale.pod -%%PRIV_LIB%%/pod/perllol.pod -%%PRIV_LIB%%/pod/perlmacos.pod -%%PRIV_LIB%%/pod/perlmacosx.pod -%%PRIV_LIB%%/pod/perlmod.pod -%%PRIV_LIB%%/pod/perlmodinstall.pod -%%PRIV_LIB%%/pod/perlmodlib.pod -%%PRIV_LIB%%/pod/perlmodstyle.pod -%%PRIV_LIB%%/pod/perlmpeix.pod -%%PRIV_LIB%%/pod/perlmroapi.pod -%%PRIV_LIB%%/pod/perlnetware.pod -%%PRIV_LIB%%/pod/perlnewmod.pod -%%PRIV_LIB%%/pod/perlnumber.pod -%%PRIV_LIB%%/pod/perlobj.pod -%%PRIV_LIB%%/pod/perlop.pod -%%PRIV_LIB%%/pod/perlopenbsd.pod -%%PRIV_LIB%%/pod/perlopentut.pod -%%PRIV_LIB%%/pod/perlos2.pod -%%PRIV_LIB%%/pod/perlos390.pod -%%PRIV_LIB%%/pod/perlos400.pod -%%PRIV_LIB%%/pod/perlpacktut.pod -%%PRIV_LIB%%/pod/perlperf.pod -%%PRIV_LIB%%/pod/perlplan9.pod -%%PRIV_LIB%%/pod/perlpod.pod -%%PRIV_LIB%%/pod/perlpodspec.pod -%%PRIV_LIB%%/pod/perlpodstyle.pod -%%PRIV_LIB%%/pod/perlpolicy.pod -%%PRIV_LIB%%/pod/perlport.pod -%%PRIV_LIB%%/pod/perlpragma.pod -%%PRIV_LIB%%/pod/perlqnx.pod -%%PRIV_LIB%%/pod/perlre.pod -%%PRIV_LIB%%/pod/perlreapi.pod -%%PRIV_LIB%%/pod/perlrebackslash.pod -%%PRIV_LIB%%/pod/perlrecharclass.pod -%%PRIV_LIB%%/pod/perlref.pod -%%PRIV_LIB%%/pod/perlreftut.pod -%%PRIV_LIB%%/pod/perlreguts.pod -%%PRIV_LIB%%/pod/perlrequick.pod -%%PRIV_LIB%%/pod/perlreref.pod -%%PRIV_LIB%%/pod/perlretut.pod -%%PRIV_LIB%%/pod/perlriscos.pod -%%PRIV_LIB%%/pod/perlrun.pod -%%PRIV_LIB%%/pod/perlsec.pod -%%PRIV_LIB%%/pod/perlsolaris.pod -%%PRIV_LIB%%/pod/perlsource.pod -%%PRIV_LIB%%/pod/perlstyle.pod -%%PRIV_LIB%%/pod/perlsub.pod -%%PRIV_LIB%%/pod/perlsymbian.pod -%%PRIV_LIB%%/pod/perlsyn.pod -%%PRIV_LIB%%/pod/perlthrtut.pod -%%PRIV_LIB%%/pod/perltie.pod -%%PRIV_LIB%%/pod/perltoc.pod -%%PRIV_LIB%%/pod/perltodo.pod -%%PRIV_LIB%%/pod/perltooc.pod -%%PRIV_LIB%%/pod/perltoot.pod -%%PRIV_LIB%%/pod/perltrap.pod -%%PRIV_LIB%%/pod/perltru64.pod -%%PRIV_LIB%%/pod/perltw.pod -%%PRIV_LIB%%/pod/perlunicode.pod -%%PRIV_LIB%%/pod/perlunifaq.pod -%%PRIV_LIB%%/pod/perluniintro.pod -%%PRIV_LIB%%/pod/perluniprops.pod -%%PRIV_LIB%%/pod/perlunitut.pod -%%PRIV_LIB%%/pod/perlutil.pod -%%PRIV_LIB%%/pod/perluts.pod -%%PRIV_LIB%%/pod/perlvar.pod -%%PRIV_LIB%%/pod/perlvmesa.pod -%%PRIV_LIB%%/pod/perlvms.pod -%%PRIV_LIB%%/pod/perlvos.pod -%%PRIV_LIB%%/pod/perlwin32.pod -%%PRIV_LIB%%/pod/perlxs.pod -%%PRIV_LIB%%/pod/perlxstut.pod -%%PRIV_LIB%%/pwd.pl -%%PRIV_LIB%%/shellwords.pl -%%PRIV_LIB%%/sigtrap.pm -%%PRIV_LIB%%/sort.pm -%%PRIV_LIB%%/stat.pl -%%PRIV_LIB%%/strict.pm -%%PRIV_LIB%%/subs.pm -%%PRIV_LIB%%/syslog.pl -%%PRIV_LIB%%/tainted.pl -%%PRIV_LIB%%/termcap.pl -%%PRIV_LIB%%/timelocal.pl -%%PRIV_LIB%%/unicore/Blocks.txt -%%PRIV_LIB%%/unicore/CaseFolding.txt -%%PRIV_LIB%%/unicore/CombiningClass.pl -%%PRIV_LIB%%/unicore/Decomposition.pl -%%PRIV_LIB%%/unicore/Heavy.pl -%%PRIV_LIB%%/unicore/Name.pl -%%PRIV_LIB%%/unicore/NamedSequences.txt -%%PRIV_LIB%%/unicore/SpecialCasing.txt -%%PRIV_LIB%%/unicore/To/Age.pl -%%PRIV_LIB%%/unicore/To/Bc.pl -%%PRIV_LIB%%/unicore/To/Bmg.pl -%%PRIV_LIB%%/unicore/To/Digit.pl -%%PRIV_LIB%%/unicore/To/Dt.pl -%%PRIV_LIB%%/unicore/To/Ea.pl -%%PRIV_LIB%%/unicore/To/Fold.pl -%%PRIV_LIB%%/unicore/To/GCB.pl -%%PRIV_LIB%%/unicore/To/Gc.pl -%%PRIV_LIB%%/unicore/To/Hst.pl -%%PRIV_LIB%%/unicore/To/Jg.pl -%%PRIV_LIB%%/unicore/To/Jt.pl -%%PRIV_LIB%%/unicore/To/Lb.pl -%%PRIV_LIB%%/unicore/To/Lower.pl -%%PRIV_LIB%%/unicore/To/NFCQC.pl -%%PRIV_LIB%%/unicore/To/NFDQC.pl -%%PRIV_LIB%%/unicore/To/NFKCCF.pl -%%PRIV_LIB%%/unicore/To/NFKCQC.pl -%%PRIV_LIB%%/unicore/To/NFKDQC.pl -%%PRIV_LIB%%/unicore/To/Na1.pl -%%PRIV_LIB%%/unicore/To/Nt.pl -%%PRIV_LIB%%/unicore/To/Nv.pl -%%PRIV_LIB%%/unicore/To/SB.pl -%%PRIV_LIB%%/unicore/To/Sc.pl -%%PRIV_LIB%%/unicore/To/Title.pl -%%PRIV_LIB%%/unicore/To/Upper.pl -%%PRIV_LIB%%/unicore/To/WB.pl -%%PRIV_LIB%%/unicore/To/_slc.pl -%%PRIV_LIB%%/unicore/To/_stc.pl -%%PRIV_LIB%%/unicore/To/_suc.pl -%%PRIV_LIB%%/unicore/lib/AHex/N.pl -%%PRIV_LIB%%/unicore/lib/AHex/Y.pl -%%PRIV_LIB%%/unicore/lib/Age/1_1.pl -%%PRIV_LIB%%/unicore/lib/Age/2_0.pl -%%PRIV_LIB%%/unicore/lib/Age/2_1.pl -%%PRIV_LIB%%/unicore/lib/Age/3_0.pl -%%PRIV_LIB%%/unicore/lib/Age/3_1.pl -%%PRIV_LIB%%/unicore/lib/Age/3_2.pl -%%PRIV_LIB%%/unicore/lib/Age/4_0.pl -%%PRIV_LIB%%/unicore/lib/Age/4_1.pl -%%PRIV_LIB%%/unicore/lib/Age/5_0.pl -%%PRIV_LIB%%/unicore/lib/Age/5_1.pl -%%PRIV_LIB%%/unicore/lib/Age/5_2.pl -%%PRIV_LIB%%/unicore/lib/Age/6_0.pl -%%PRIV_LIB%%/unicore/lib/Age/Unassign.pl -%%PRIV_LIB%%/unicore/lib/Alpha/N.pl -%%PRIV_LIB%%/unicore/lib/Alpha/Y.pl -%%PRIV_LIB%%/unicore/lib/Bc/AL.pl -%%PRIV_LIB%%/unicore/lib/Bc/AN.pl -%%PRIV_LIB%%/unicore/lib/Bc/B.pl -%%PRIV_LIB%%/unicore/lib/Bc/BN.pl -%%PRIV_LIB%%/unicore/lib/Bc/CS.pl -%%PRIV_LIB%%/unicore/lib/Bc/EN.pl -%%PRIV_LIB%%/unicore/lib/Bc/ES.pl -%%PRIV_LIB%%/unicore/lib/Bc/ET.pl -%%PRIV_LIB%%/unicore/lib/Bc/L.pl -%%PRIV_LIB%%/unicore/lib/Bc/LRE.pl -%%PRIV_LIB%%/unicore/lib/Bc/LRO.pl -%%PRIV_LIB%%/unicore/lib/Bc/NSM.pl -%%PRIV_LIB%%/unicore/lib/Bc/ON.pl -%%PRIV_LIB%%/unicore/lib/Bc/PDF.pl -%%PRIV_LIB%%/unicore/lib/Bc/R.pl -%%PRIV_LIB%%/unicore/lib/Bc/RLE.pl -%%PRIV_LIB%%/unicore/lib/Bc/RLO.pl -%%PRIV_LIB%%/unicore/lib/Bc/S.pl -%%PRIV_LIB%%/unicore/lib/Bc/WS.pl -%%PRIV_LIB%%/unicore/lib/BidiC/N.pl -%%PRIV_LIB%%/unicore/lib/BidiC/Y.pl -%%PRIV_LIB%%/unicore/lib/BidiM/N.pl -%%PRIV_LIB%%/unicore/lib/BidiM/Y.pl -%%PRIV_LIB%%/unicore/lib/Blk/ASCII.pl -%%PRIV_LIB%%/unicore/lib/Blk/AegeanNu.pl -%%PRIV_LIB%%/unicore/lib/Blk/Alchemic.pl -%%PRIV_LIB%%/unicore/lib/Blk/Alphabet.pl -%%PRIV_LIB%%/unicore/lib/Blk/Ancient2.pl -%%PRIV_LIB%%/unicore/lib/Blk/AncientG.pl -%%PRIV_LIB%%/unicore/lib/Blk/AncientS.pl -%%PRIV_LIB%%/unicore/lib/Blk/Arabic.pl -%%PRIV_LIB%%/unicore/lib/Blk/ArabicP2.pl -%%PRIV_LIB%%/unicore/lib/Blk/ArabicPr.pl -%%PRIV_LIB%%/unicore/lib/Blk/ArabicSu.pl -%%PRIV_LIB%%/unicore/lib/Blk/Armenian.pl -%%PRIV_LIB%%/unicore/lib/Blk/Arrows.pl -%%PRIV_LIB%%/unicore/lib/Blk/Avestan.pl -%%PRIV_LIB%%/unicore/lib/Blk/Balinese.pl -%%PRIV_LIB%%/unicore/lib/Blk/Bamum.pl -%%PRIV_LIB%%/unicore/lib/Blk/BamumSup.pl -%%PRIV_LIB%%/unicore/lib/Blk/Batak.pl -%%PRIV_LIB%%/unicore/lib/Blk/Bengali.pl -%%PRIV_LIB%%/unicore/lib/Blk/BlockEle.pl -%%PRIV_LIB%%/unicore/lib/Blk/Bopomof2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Bopomofo.pl -%%PRIV_LIB%%/unicore/lib/Blk/BoxDrawi.pl -%%PRIV_LIB%%/unicore/lib/Blk/Brahmi.pl -%%PRIV_LIB%%/unicore/lib/Blk/BrailleP.pl -%%PRIV_LIB%%/unicore/lib/Blk/Buginese.pl -%%PRIV_LIB%%/unicore/lib/Blk/Buhid.pl -%%PRIV_LIB%%/unicore/lib/Blk/Byzantin.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKComp2.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKComp3.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKComp4.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKCompa.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKRadic.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKStrok.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKSymbo.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKUnif2.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKUnif3.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKUnif4.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKUnif5.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKUnifi.pl -%%PRIV_LIB%%/unicore/lib/Blk/Canadian.pl -%%PRIV_LIB%%/unicore/lib/Blk/Carian.pl -%%PRIV_LIB%%/unicore/lib/Blk/Cham.pl -%%PRIV_LIB%%/unicore/lib/Blk/Cherokee.pl -%%PRIV_LIB%%/unicore/lib/Blk/Combini2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Combini3.pl -%%PRIV_LIB%%/unicore/lib/Blk/Combini4.pl -%%PRIV_LIB%%/unicore/lib/Blk/Combinin.pl -%%PRIV_LIB%%/unicore/lib/Blk/CommonIn.pl -%%PRIV_LIB%%/unicore/lib/Blk/ControlP.pl -%%PRIV_LIB%%/unicore/lib/Blk/Coptic.pl -%%PRIV_LIB%%/unicore/lib/Blk/Counting.pl -%%PRIV_LIB%%/unicore/lib/Blk/Cuneifo2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Cuneifor.pl -%%PRIV_LIB%%/unicore/lib/Blk/Currency.pl -%%PRIV_LIB%%/unicore/lib/Blk/CypriotS.pl -%%PRIV_LIB%%/unicore/lib/Blk/Cyrilli2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Cyrilli3.pl -%%PRIV_LIB%%/unicore/lib/Blk/Cyrilli4.pl -%%PRIV_LIB%%/unicore/lib/Blk/Cyrillic.pl -%%PRIV_LIB%%/unicore/lib/Blk/Deseret.pl -%%PRIV_LIB%%/unicore/lib/Blk/Devanag2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Devanaga.pl -%%PRIV_LIB%%/unicore/lib/Blk/Dingbats.pl -%%PRIV_LIB%%/unicore/lib/Blk/DominoTi.pl -%%PRIV_LIB%%/unicore/lib/Blk/Egyptian.pl -%%PRIV_LIB%%/unicore/lib/Blk/Emoticon.pl -%%PRIV_LIB%%/unicore/lib/Blk/Enclose2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Enclose3.pl -%%PRIV_LIB%%/unicore/lib/Blk/Enclose4.pl -%%PRIV_LIB%%/unicore/lib/Blk/Enclosed.pl -%%PRIV_LIB%%/unicore/lib/Blk/Ethiopi2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Ethiopi3.pl -%%PRIV_LIB%%/unicore/lib/Blk/Ethiopi4.pl -%%PRIV_LIB%%/unicore/lib/Blk/Ethiopic.pl -%%PRIV_LIB%%/unicore/lib/Blk/GeneralP.pl -%%PRIV_LIB%%/unicore/lib/Blk/Geometri.pl -%%PRIV_LIB%%/unicore/lib/Blk/Georgia2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Georgian.pl -%%PRIV_LIB%%/unicore/lib/Blk/Glagolit.pl -%%PRIV_LIB%%/unicore/lib/Blk/Gothic.pl -%%PRIV_LIB%%/unicore/lib/Blk/Greek.pl -%%PRIV_LIB%%/unicore/lib/Blk/GreekExt.pl -%%PRIV_LIB%%/unicore/lib/Blk/Gujarati.pl -%%PRIV_LIB%%/unicore/lib/Blk/Gurmukhi.pl -%%PRIV_LIB%%/unicore/lib/Blk/Halfwidt.pl -%%PRIV_LIB%%/unicore/lib/Blk/HangulCo.pl -%%PRIV_LIB%%/unicore/lib/Blk/HangulJ2.pl -%%PRIV_LIB%%/unicore/lib/Blk/HangulJ3.pl -%%PRIV_LIB%%/unicore/lib/Blk/HangulJa.pl -%%PRIV_LIB%%/unicore/lib/Blk/HangulSy.pl -%%PRIV_LIB%%/unicore/lib/Blk/Hanunoo.pl -%%PRIV_LIB%%/unicore/lib/Blk/Hebrew.pl -%%PRIV_LIB%%/unicore/lib/Blk/HighPriv.pl -%%PRIV_LIB%%/unicore/lib/Blk/HighSurr.pl -%%PRIV_LIB%%/unicore/lib/Blk/Hiragana.pl -%%PRIV_LIB%%/unicore/lib/Blk/IPAExten.pl -%%PRIV_LIB%%/unicore/lib/Blk/Ideograp.pl -%%PRIV_LIB%%/unicore/lib/Blk/Imperial.pl -%%PRIV_LIB%%/unicore/lib/Blk/Inscrip2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Inscript.pl -%%PRIV_LIB%%/unicore/lib/Blk/Javanese.pl -%%PRIV_LIB%%/unicore/lib/Blk/Kaithi.pl -%%PRIV_LIB%%/unicore/lib/Blk/KanaSupp.pl -%%PRIV_LIB%%/unicore/lib/Blk/Kanbun.pl -%%PRIV_LIB%%/unicore/lib/Blk/KangxiRa.pl -%%PRIV_LIB%%/unicore/lib/Blk/Kannada.pl -%%PRIV_LIB%%/unicore/lib/Blk/Katakan2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Katakana.pl -%%PRIV_LIB%%/unicore/lib/Blk/KayahLi.pl -%%PRIV_LIB%%/unicore/lib/Blk/Kharosht.pl -%%PRIV_LIB%%/unicore/lib/Blk/Khmer.pl -%%PRIV_LIB%%/unicore/lib/Blk/KhmerSym.pl -%%PRIV_LIB%%/unicore/lib/Blk/Lao.pl -%%PRIV_LIB%%/unicore/lib/Blk/Latin1.pl -%%PRIV_LIB%%/unicore/lib/Blk/LatinEx2.pl -%%PRIV_LIB%%/unicore/lib/Blk/LatinEx3.pl -%%PRIV_LIB%%/unicore/lib/Blk/LatinEx4.pl -%%PRIV_LIB%%/unicore/lib/Blk/LatinEx5.pl -%%PRIV_LIB%%/unicore/lib/Blk/LatinExt.pl -%%PRIV_LIB%%/unicore/lib/Blk/Lepcha.pl -%%PRIV_LIB%%/unicore/lib/Blk/Letterli.pl -%%PRIV_LIB%%/unicore/lib/Blk/Limbu.pl -%%PRIV_LIB%%/unicore/lib/Blk/LinearBI.pl -%%PRIV_LIB%%/unicore/lib/Blk/LinearBS.pl -%%PRIV_LIB%%/unicore/lib/Blk/Lisu.pl -%%PRIV_LIB%%/unicore/lib/Blk/LowSurro.pl -%%PRIV_LIB%%/unicore/lib/Blk/Lycian.pl -%%PRIV_LIB%%/unicore/lib/Blk/Lydian.pl -%%PRIV_LIB%%/unicore/lib/Blk/MahjongT.pl -%%PRIV_LIB%%/unicore/lib/Blk/Malayala.pl -%%PRIV_LIB%%/unicore/lib/Blk/Mandaic.pl -%%PRIV_LIB%%/unicore/lib/Blk/Mathema2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Mathemat.pl -%%PRIV_LIB%%/unicore/lib/Blk/MeeteiMa.pl -%%PRIV_LIB%%/unicore/lib/Blk/Miscell2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Miscell3.pl -%%PRIV_LIB%%/unicore/lib/Blk/Miscell4.pl -%%PRIV_LIB%%/unicore/lib/Blk/Miscell5.pl -%%PRIV_LIB%%/unicore/lib/Blk/Miscell6.pl -%%PRIV_LIB%%/unicore/lib/Blk/Miscella.pl -%%PRIV_LIB%%/unicore/lib/Blk/Modifier.pl -%%PRIV_LIB%%/unicore/lib/Blk/Mongolia.pl -%%PRIV_LIB%%/unicore/lib/Blk/MusicalS.pl -%%PRIV_LIB%%/unicore/lib/Blk/Myanmar.pl -%%PRIV_LIB%%/unicore/lib/Blk/MyanmarE.pl -%%PRIV_LIB%%/unicore/lib/Blk/NKo.pl -%%PRIV_LIB%%/unicore/lib/Blk/NewTaiLu.pl -%%PRIV_LIB%%/unicore/lib/Blk/NoBlock.pl -%%PRIV_LIB%%/unicore/lib/Blk/NumberFo.pl -%%PRIV_LIB%%/unicore/lib/Blk/Ogham.pl -%%PRIV_LIB%%/unicore/lib/Blk/OlChiki.pl -%%PRIV_LIB%%/unicore/lib/Blk/OldItali.pl -%%PRIV_LIB%%/unicore/lib/Blk/OldPersi.pl -%%PRIV_LIB%%/unicore/lib/Blk/OldSouth.pl -%%PRIV_LIB%%/unicore/lib/Blk/OldTurki.pl -%%PRIV_LIB%%/unicore/lib/Blk/OpticalC.pl -%%PRIV_LIB%%/unicore/lib/Blk/Oriya.pl -%%PRIV_LIB%%/unicore/lib/Blk/Osmanya.pl -%%PRIV_LIB%%/unicore/lib/Blk/PhagsPa.pl -%%PRIV_LIB%%/unicore/lib/Blk/Phaistos.pl -%%PRIV_LIB%%/unicore/lib/Blk/Phoenici.pl -%%PRIV_LIB%%/unicore/lib/Blk/Phoneti2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Phonetic.pl -%%PRIV_LIB%%/unicore/lib/Blk/PlayingC.pl -%%PRIV_LIB%%/unicore/lib/Blk/PrivateU.pl -%%PRIV_LIB%%/unicore/lib/Blk/Rejang.pl -%%PRIV_LIB%%/unicore/lib/Blk/RumiNume.pl -%%PRIV_LIB%%/unicore/lib/Blk/Runic.pl -%%PRIV_LIB%%/unicore/lib/Blk/Samarita.pl -%%PRIV_LIB%%/unicore/lib/Blk/Saurasht.pl -%%PRIV_LIB%%/unicore/lib/Blk/Shavian.pl -%%PRIV_LIB%%/unicore/lib/Blk/Sinhala.pl -%%PRIV_LIB%%/unicore/lib/Blk/SmallFor.pl -%%PRIV_LIB%%/unicore/lib/Blk/SpacingM.pl -%%PRIV_LIB%%/unicore/lib/Blk/Specials.pl -%%PRIV_LIB%%/unicore/lib/Blk/Sundanes.pl -%%PRIV_LIB%%/unicore/lib/Blk/Superscr.pl -%%PRIV_LIB%%/unicore/lib/Blk/Supplem2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Supplem3.pl -%%PRIV_LIB%%/unicore/lib/Blk/Supplem4.pl -%%PRIV_LIB%%/unicore/lib/Blk/Supplem5.pl -%%PRIV_LIB%%/unicore/lib/Blk/Supplem6.pl -%%PRIV_LIB%%/unicore/lib/Blk/Suppleme.pl -%%PRIV_LIB%%/unicore/lib/Blk/SylotiNa.pl -%%PRIV_LIB%%/unicore/lib/Blk/Syriac.pl -%%PRIV_LIB%%/unicore/lib/Blk/Tagalog.pl -%%PRIV_LIB%%/unicore/lib/Blk/Tagbanwa.pl -%%PRIV_LIB%%/unicore/lib/Blk/Tags.pl -%%PRIV_LIB%%/unicore/lib/Blk/TaiLe.pl -%%PRIV_LIB%%/unicore/lib/Blk/TaiTham.pl -%%PRIV_LIB%%/unicore/lib/Blk/TaiViet.pl -%%PRIV_LIB%%/unicore/lib/Blk/TaiXuanJ.pl -%%PRIV_LIB%%/unicore/lib/Blk/Tamil.pl -%%PRIV_LIB%%/unicore/lib/Blk/Telugu.pl -%%PRIV_LIB%%/unicore/lib/Blk/Thaana.pl -%%PRIV_LIB%%/unicore/lib/Blk/Thai.pl -%%PRIV_LIB%%/unicore/lib/Blk/Tibetan.pl -%%PRIV_LIB%%/unicore/lib/Blk/Tifinagh.pl -%%PRIV_LIB%%/unicore/lib/Blk/Transpor.pl -%%PRIV_LIB%%/unicore/lib/Blk/Ugaritic.pl -%%PRIV_LIB%%/unicore/lib/Blk/UnifiedC.pl -%%PRIV_LIB%%/unicore/lib/Blk/Vai.pl -%%PRIV_LIB%%/unicore/lib/Blk/Variati2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Variatio.pl -%%PRIV_LIB%%/unicore/lib/Blk/VedicExt.pl -%%PRIV_LIB%%/unicore/lib/Blk/Vertical.pl -%%PRIV_LIB%%/unicore/lib/Blk/YiRadica.pl -%%PRIV_LIB%%/unicore/lib/Blk/YiSyllab.pl -%%PRIV_LIB%%/unicore/lib/Blk/YijingHe.pl -%%PRIV_LIB%%/unicore/lib/CE/N.pl -%%PRIV_LIB%%/unicore/lib/CE/Y.pl -%%PRIV_LIB%%/unicore/lib/CI/N.pl -%%PRIV_LIB%%/unicore/lib/CI/Y.pl -%%PRIV_LIB%%/unicore/lib/CWCF/N.pl -%%PRIV_LIB%%/unicore/lib/CWCF/Y.pl -%%PRIV_LIB%%/unicore/lib/CWCM/N.pl -%%PRIV_LIB%%/unicore/lib/CWCM/Y.pl -%%PRIV_LIB%%/unicore/lib/CWKCF/N.pl -%%PRIV_LIB%%/unicore/lib/CWKCF/Y.pl -%%PRIV_LIB%%/unicore/lib/CWL/N.pl -%%PRIV_LIB%%/unicore/lib/CWL/Y.pl -%%PRIV_LIB%%/unicore/lib/CWT/N.pl -%%PRIV_LIB%%/unicore/lib/CWT/Y.pl -%%PRIV_LIB%%/unicore/lib/CWU/N.pl -%%PRIV_LIB%%/unicore/lib/CWU/Y.pl -%%PRIV_LIB%%/unicore/lib/Cased/N.pl -%%PRIV_LIB%%/unicore/lib/Cased/Y.pl -%%PRIV_LIB%%/unicore/lib/Ccc/10.pl -%%PRIV_LIB%%/unicore/lib/Ccc/103.pl -%%PRIV_LIB%%/unicore/lib/Ccc/107.pl -%%PRIV_LIB%%/unicore/lib/Ccc/11.pl -%%PRIV_LIB%%/unicore/lib/Ccc/118.pl -%%PRIV_LIB%%/unicore/lib/Ccc/12.pl -%%PRIV_LIB%%/unicore/lib/Ccc/122.pl -%%PRIV_LIB%%/unicore/lib/Ccc/129.pl -%%PRIV_LIB%%/unicore/lib/Ccc/13.pl -%%PRIV_LIB%%/unicore/lib/Ccc/130.pl -%%PRIV_LIB%%/unicore/lib/Ccc/132.pl -%%PRIV_LIB%%/unicore/lib/Ccc/14.pl -%%PRIV_LIB%%/unicore/lib/Ccc/15.pl -%%PRIV_LIB%%/unicore/lib/Ccc/16.pl -%%PRIV_LIB%%/unicore/lib/Ccc/17.pl -%%PRIV_LIB%%/unicore/lib/Ccc/18.pl -%%PRIV_LIB%%/unicore/lib/Ccc/19.pl -%%PRIV_LIB%%/unicore/lib/Ccc/20.pl -%%PRIV_LIB%%/unicore/lib/Ccc/21.pl -%%PRIV_LIB%%/unicore/lib/Ccc/22.pl -%%PRIV_LIB%%/unicore/lib/Ccc/23.pl -%%PRIV_LIB%%/unicore/lib/Ccc/24.pl -%%PRIV_LIB%%/unicore/lib/Ccc/25.pl -%%PRIV_LIB%%/unicore/lib/Ccc/26.pl -%%PRIV_LIB%%/unicore/lib/Ccc/27.pl -%%PRIV_LIB%%/unicore/lib/Ccc/28.pl -%%PRIV_LIB%%/unicore/lib/Ccc/29.pl -%%PRIV_LIB%%/unicore/lib/Ccc/30.pl -%%PRIV_LIB%%/unicore/lib/Ccc/31.pl -%%PRIV_LIB%%/unicore/lib/Ccc/32.pl -%%PRIV_LIB%%/unicore/lib/Ccc/33.pl -%%PRIV_LIB%%/unicore/lib/Ccc/34.pl -%%PRIV_LIB%%/unicore/lib/Ccc/35.pl -%%PRIV_LIB%%/unicore/lib/Ccc/36.pl -%%PRIV_LIB%%/unicore/lib/Ccc/84.pl -%%PRIV_LIB%%/unicore/lib/Ccc/91.pl -%%PRIV_LIB%%/unicore/lib/Ccc/A.pl -%%PRIV_LIB%%/unicore/lib/Ccc/AL.pl -%%PRIV_LIB%%/unicore/lib/Ccc/AR.pl -%%PRIV_LIB%%/unicore/lib/Ccc/ATA.pl -%%PRIV_LIB%%/unicore/lib/Ccc/ATAR.pl -%%PRIV_LIB%%/unicore/lib/Ccc/ATB.pl -%%PRIV_LIB%%/unicore/lib/Ccc/ATBL.pl -%%PRIV_LIB%%/unicore/lib/Ccc/B.pl -%%PRIV_LIB%%/unicore/lib/Ccc/BL.pl -%%PRIV_LIB%%/unicore/lib/Ccc/BR.pl -%%PRIV_LIB%%/unicore/lib/Ccc/DA.pl -%%PRIV_LIB%%/unicore/lib/Ccc/DB.pl -%%PRIV_LIB%%/unicore/lib/Ccc/IS.pl -%%PRIV_LIB%%/unicore/lib/Ccc/KV.pl -%%PRIV_LIB%%/unicore/lib/Ccc/L.pl -%%PRIV_LIB%%/unicore/lib/Ccc/NK.pl -%%PRIV_LIB%%/unicore/lib/Ccc/NR.pl -%%PRIV_LIB%%/unicore/lib/Ccc/OV.pl -%%PRIV_LIB%%/unicore/lib/Ccc/R.pl -%%PRIV_LIB%%/unicore/lib/Ccc/VR.pl -%%PRIV_LIB%%/unicore/lib/CompEx/N.pl -%%PRIV_LIB%%/unicore/lib/CompEx/Y.pl -%%PRIV_LIB%%/unicore/lib/DI/N.pl -%%PRIV_LIB%%/unicore/lib/DI/Y.pl -%%PRIV_LIB%%/unicore/lib/Dash/N.pl -%%PRIV_LIB%%/unicore/lib/Dash/Y.pl -%%PRIV_LIB%%/unicore/lib/Dep/N.pl -%%PRIV_LIB%%/unicore/lib/Dep/Y.pl -%%PRIV_LIB%%/unicore/lib/Dia/N.pl -%%PRIV_LIB%%/unicore/lib/Dia/Y.pl -%%PRIV_LIB%%/unicore/lib/Dt/Com.pl -%%PRIV_LIB%%/unicore/lib/Dt/Enc.pl -%%PRIV_LIB%%/unicore/lib/Dt/Fin.pl -%%PRIV_LIB%%/unicore/lib/Dt/Font.pl -%%PRIV_LIB%%/unicore/lib/Dt/Fra.pl -%%PRIV_LIB%%/unicore/lib/Dt/Init.pl -%%PRIV_LIB%%/unicore/lib/Dt/Iso.pl -%%PRIV_LIB%%/unicore/lib/Dt/Med.pl -%%PRIV_LIB%%/unicore/lib/Dt/Nar.pl -%%PRIV_LIB%%/unicore/lib/Dt/Nb.pl -%%PRIV_LIB%%/unicore/lib/Dt/NonCanon.pl -%%PRIV_LIB%%/unicore/lib/Dt/None.pl -%%PRIV_LIB%%/unicore/lib/Dt/Sml.pl -%%PRIV_LIB%%/unicore/lib/Dt/Sqr.pl -%%PRIV_LIB%%/unicore/lib/Dt/Sub.pl -%%PRIV_LIB%%/unicore/lib/Dt/Sup.pl -%%PRIV_LIB%%/unicore/lib/Dt/Vert.pl -%%PRIV_LIB%%/unicore/lib/Ea/A.pl -%%PRIV_LIB%%/unicore/lib/Ea/F.pl -%%PRIV_LIB%%/unicore/lib/Ea/H.pl -%%PRIV_LIB%%/unicore/lib/Ea/N.pl -%%PRIV_LIB%%/unicore/lib/Ea/Na.pl -%%PRIV_LIB%%/unicore/lib/Ea/W.pl -%%PRIV_LIB%%/unicore/lib/Ext/N.pl -%%PRIV_LIB%%/unicore/lib/Ext/Y.pl -%%PRIV_LIB%%/unicore/lib/GCB/CN.pl -%%PRIV_LIB%%/unicore/lib/GCB/CR.pl -%%PRIV_LIB%%/unicore/lib/GCB/EX.pl -%%PRIV_LIB%%/unicore/lib/GCB/L.pl -%%PRIV_LIB%%/unicore/lib/GCB/LF.pl -%%PRIV_LIB%%/unicore/lib/GCB/LV.pl -%%PRIV_LIB%%/unicore/lib/GCB/LVT.pl -%%PRIV_LIB%%/unicore/lib/GCB/PP.pl -%%PRIV_LIB%%/unicore/lib/GCB/SM.pl -%%PRIV_LIB%%/unicore/lib/GCB/T.pl -%%PRIV_LIB%%/unicore/lib/GCB/V.pl -%%PRIV_LIB%%/unicore/lib/GCB/XX.pl -%%PRIV_LIB%%/unicore/lib/Gc/C.pl -%%PRIV_LIB%%/unicore/lib/Gc/Cc.pl -%%PRIV_LIB%%/unicore/lib/Gc/Cf.pl -%%PRIV_LIB%%/unicore/lib/Gc/Cn.pl -%%PRIV_LIB%%/unicore/lib/Gc/Co.pl -%%PRIV_LIB%%/unicore/lib/Gc/Cs.pl -%%PRIV_LIB%%/unicore/lib/Gc/L.pl -%%PRIV_LIB%%/unicore/lib/Gc/LC.pl -%%PRIV_LIB%%/unicore/lib/Gc/Ll.pl -%%PRIV_LIB%%/unicore/lib/Gc/Lm.pl -%%PRIV_LIB%%/unicore/lib/Gc/Lo.pl -%%PRIV_LIB%%/unicore/lib/Gc/Lu.pl -%%PRIV_LIB%%/unicore/lib/Gc/M.pl -%%PRIV_LIB%%/unicore/lib/Gc/Mc.pl -%%PRIV_LIB%%/unicore/lib/Gc/Me.pl -%%PRIV_LIB%%/unicore/lib/Gc/Mn.pl -%%PRIV_LIB%%/unicore/lib/Gc/N.pl -%%PRIV_LIB%%/unicore/lib/Gc/Nl.pl -%%PRIV_LIB%%/unicore/lib/Gc/No.pl -%%PRIV_LIB%%/unicore/lib/Gc/P.pl -%%PRIV_LIB%%/unicore/lib/Gc/Pd.pl -%%PRIV_LIB%%/unicore/lib/Gc/Pe.pl -%%PRIV_LIB%%/unicore/lib/Gc/Pf.pl -%%PRIV_LIB%%/unicore/lib/Gc/Pi.pl -%%PRIV_LIB%%/unicore/lib/Gc/Po.pl -%%PRIV_LIB%%/unicore/lib/Gc/Ps.pl -%%PRIV_LIB%%/unicore/lib/Gc/S.pl -%%PRIV_LIB%%/unicore/lib/Gc/Sc.pl -%%PRIV_LIB%%/unicore/lib/Gc/Sk.pl -%%PRIV_LIB%%/unicore/lib/Gc/Sm.pl -%%PRIV_LIB%%/unicore/lib/Gc/So.pl -%%PRIV_LIB%%/unicore/lib/Gc/Z.pl -%%PRIV_LIB%%/unicore/lib/Gc/Zl.pl -%%PRIV_LIB%%/unicore/lib/Gc/Zp.pl -%%PRIV_LIB%%/unicore/lib/Gc/Zs.pl -%%PRIV_LIB%%/unicore/lib/GrBase/N.pl -%%PRIV_LIB%%/unicore/lib/GrBase/Y.pl -%%PRIV_LIB%%/unicore/lib/GrExt/N.pl -%%PRIV_LIB%%/unicore/lib/Hex/N.pl -%%PRIV_LIB%%/unicore/lib/Hex/Y.pl -%%PRIV_LIB%%/unicore/lib/Hst/NA.pl -%%PRIV_LIB%%/unicore/lib/Hyphen/N.pl -%%PRIV_LIB%%/unicore/lib/Hyphen/Y.pl -%%PRIV_LIB%%/unicore/lib/IDC/N.pl -%%PRIV_LIB%%/unicore/lib/IDC/Y.pl -%%PRIV_LIB%%/unicore/lib/IDS/N.pl -%%PRIV_LIB%%/unicore/lib/IDS/Y.pl -%%PRIV_LIB%%/unicore/lib/IDSB/N.pl -%%PRIV_LIB%%/unicore/lib/IDSB/Y.pl -%%PRIV_LIB%%/unicore/lib/IDST/N.pl -%%PRIV_LIB%%/unicore/lib/IDST/Y.pl -%%PRIV_LIB%%/unicore/lib/Ideo/N.pl -%%PRIV_LIB%%/unicore/lib/Ideo/Y.pl -%%PRIV_LIB%%/unicore/lib/In/2_0.pl -%%PRIV_LIB%%/unicore/lib/In/2_1.pl -%%PRIV_LIB%%/unicore/lib/In/3_0.pl -%%PRIV_LIB%%/unicore/lib/In/3_1.pl -%%PRIV_LIB%%/unicore/lib/In/3_2.pl -%%PRIV_LIB%%/unicore/lib/In/4_0.pl -%%PRIV_LIB%%/unicore/lib/In/4_1.pl -%%PRIV_LIB%%/unicore/lib/In/5_0.pl -%%PRIV_LIB%%/unicore/lib/In/5_1.pl -%%PRIV_LIB%%/unicore/lib/In/5_2.pl -%%PRIV_LIB%%/unicore/lib/In/6_0.pl -%%PRIV_LIB%%/unicore/lib/Jg/Ain.pl -%%PRIV_LIB%%/unicore/lib/Jg/Alaph.pl -%%PRIV_LIB%%/unicore/lib/Jg/Alef.pl -%%PRIV_LIB%%/unicore/lib/Jg/Beh.pl -%%PRIV_LIB%%/unicore/lib/Jg/Beth.pl -%%PRIV_LIB%%/unicore/lib/Jg/Burushas.pl -%%PRIV_LIB%%/unicore/lib/Jg/Dal.pl -%%PRIV_LIB%%/unicore/lib/Jg/DalathRi.pl -%%PRIV_LIB%%/unicore/lib/Jg/E.pl -%%PRIV_LIB%%/unicore/lib/Jg/FarsiYeh.pl -%%PRIV_LIB%%/unicore/lib/Jg/Fe.pl -%%PRIV_LIB%%/unicore/lib/Jg/Feh.pl -%%PRIV_LIB%%/unicore/lib/Jg/FinalSem.pl -%%PRIV_LIB%%/unicore/lib/Jg/Gaf.pl -%%PRIV_LIB%%/unicore/lib/Jg/Gamal.pl -%%PRIV_LIB%%/unicore/lib/Jg/Hah.pl -%%PRIV_LIB%%/unicore/lib/Jg/He.pl -%%PRIV_LIB%%/unicore/lib/Jg/Heh.pl -%%PRIV_LIB%%/unicore/lib/Jg/HehGoal.pl -%%PRIV_LIB%%/unicore/lib/Jg/Heth.pl -%%PRIV_LIB%%/unicore/lib/Jg/Kaf.pl -%%PRIV_LIB%%/unicore/lib/Jg/Kaph.pl -%%PRIV_LIB%%/unicore/lib/Jg/Khaph.pl -%%PRIV_LIB%%/unicore/lib/Jg/KnottedH.pl -%%PRIV_LIB%%/unicore/lib/Jg/Lam.pl -%%PRIV_LIB%%/unicore/lib/Jg/Lamadh.pl -%%PRIV_LIB%%/unicore/lib/Jg/Meem.pl -%%PRIV_LIB%%/unicore/lib/Jg/Mim.pl -%%PRIV_LIB%%/unicore/lib/Jg/NoJoinin.pl -%%PRIV_LIB%%/unicore/lib/Jg/Noon.pl -%%PRIV_LIB%%/unicore/lib/Jg/Nun.pl -%%PRIV_LIB%%/unicore/lib/Jg/Nya.pl -%%PRIV_LIB%%/unicore/lib/Jg/Pe.pl -%%PRIV_LIB%%/unicore/lib/Jg/Qaf.pl -%%PRIV_LIB%%/unicore/lib/Jg/Qaph.pl -%%PRIV_LIB%%/unicore/lib/Jg/Reh.pl -%%PRIV_LIB%%/unicore/lib/Jg/Reversed.pl -%%PRIV_LIB%%/unicore/lib/Jg/Sad.pl -%%PRIV_LIB%%/unicore/lib/Jg/Sadhe.pl -%%PRIV_LIB%%/unicore/lib/Jg/Seen.pl -%%PRIV_LIB%%/unicore/lib/Jg/Semkath.pl -%%PRIV_LIB%%/unicore/lib/Jg/Shin.pl -%%PRIV_LIB%%/unicore/lib/Jg/SwashKaf.pl -%%PRIV_LIB%%/unicore/lib/Jg/SyriacWa.pl -%%PRIV_LIB%%/unicore/lib/Jg/Tah.pl -%%PRIV_LIB%%/unicore/lib/Jg/Taw.pl -%%PRIV_LIB%%/unicore/lib/Jg/TehMarb2.pl -%%PRIV_LIB%%/unicore/lib/Jg/TehMarbu.pl -%%PRIV_LIB%%/unicore/lib/Jg/Teth.pl -%%PRIV_LIB%%/unicore/lib/Jg/Waw.pl -%%PRIV_LIB%%/unicore/lib/Jg/Yeh.pl -%%PRIV_LIB%%/unicore/lib/Jg/YehBarre.pl -%%PRIV_LIB%%/unicore/lib/Jg/YehWithT.pl -%%PRIV_LIB%%/unicore/lib/Jg/Yudh.pl -%%PRIV_LIB%%/unicore/lib/Jg/YudhHe.pl -%%PRIV_LIB%%/unicore/lib/Jg/Zain.pl -%%PRIV_LIB%%/unicore/lib/Jg/Zhain.pl -%%PRIV_LIB%%/unicore/lib/JoinC/N.pl -%%PRIV_LIB%%/unicore/lib/JoinC/Y.pl -%%PRIV_LIB%%/unicore/lib/Jt/C.pl -%%PRIV_LIB%%/unicore/lib/Jt/D.pl -%%PRIV_LIB%%/unicore/lib/Jt/R.pl -%%PRIV_LIB%%/unicore/lib/Jt/T.pl -%%PRIV_LIB%%/unicore/lib/Jt/U.pl -%%PRIV_LIB%%/unicore/lib/LOE/N.pl -%%PRIV_LIB%%/unicore/lib/Lb/AI.pl -%%PRIV_LIB%%/unicore/lib/Lb/AL.pl -%%PRIV_LIB%%/unicore/lib/Lb/B2.pl -%%PRIV_LIB%%/unicore/lib/Lb/BA.pl -%%PRIV_LIB%%/unicore/lib/Lb/BB.pl -%%PRIV_LIB%%/unicore/lib/Lb/BK.pl -%%PRIV_LIB%%/unicore/lib/Lb/CB.pl -%%PRIV_LIB%%/unicore/lib/Lb/CL.pl -%%PRIV_LIB%%/unicore/lib/Lb/CM.pl -%%PRIV_LIB%%/unicore/lib/Lb/CP.pl -%%PRIV_LIB%%/unicore/lib/Lb/EX.pl -%%PRIV_LIB%%/unicore/lib/Lb/GL.pl -%%PRIV_LIB%%/unicore/lib/Lb/HY.pl -%%PRIV_LIB%%/unicore/lib/Lb/ID.pl -%%PRIV_LIB%%/unicore/lib/Lb/IN.pl -%%PRIV_LIB%%/unicore/lib/Lb/IS.pl -%%PRIV_LIB%%/unicore/lib/Lb/NL.pl -%%PRIV_LIB%%/unicore/lib/Lb/NS.pl -%%PRIV_LIB%%/unicore/lib/Lb/NU.pl -%%PRIV_LIB%%/unicore/lib/Lb/OP.pl -%%PRIV_LIB%%/unicore/lib/Lb/PO.pl -%%PRIV_LIB%%/unicore/lib/Lb/PR.pl -%%PRIV_LIB%%/unicore/lib/Lb/QU.pl -%%PRIV_LIB%%/unicore/lib/Lb/SA.pl -%%PRIV_LIB%%/unicore/lib/Lb/SG.pl -%%PRIV_LIB%%/unicore/lib/Lb/SP.pl -%%PRIV_LIB%%/unicore/lib/Lb/SY.pl -%%PRIV_LIB%%/unicore/lib/Lb/WJ.pl -%%PRIV_LIB%%/unicore/lib/Lb/XX.pl -%%PRIV_LIB%%/unicore/lib/Lb/ZW.pl -%%PRIV_LIB%%/unicore/lib/Lower/N.pl -%%PRIV_LIB%%/unicore/lib/Lower/Y.pl -%%PRIV_LIB%%/unicore/lib/Math/N.pl -%%PRIV_LIB%%/unicore/lib/Math/Y.pl -%%PRIV_LIB%%/unicore/lib/NChar/N.pl -%%PRIV_LIB%%/unicore/lib/NChar/Y.pl -%%PRIV_LIB%%/unicore/lib/NFCQC/Y.pl -%%PRIV_LIB%%/unicore/lib/NFDQC/N.pl -%%PRIV_LIB%%/unicore/lib/NFDQC/Y.pl -%%PRIV_LIB%%/unicore/lib/NFKCQC/M.pl -%%PRIV_LIB%%/unicore/lib/NFKCQC/N.pl -%%PRIV_LIB%%/unicore/lib/NFKCQC/Y.pl -%%PRIV_LIB%%/unicore/lib/NFKDQC/N.pl -%%PRIV_LIB%%/unicore/lib/Nt/De.pl -%%PRIV_LIB%%/unicore/lib/Nt/Di.pl -%%PRIV_LIB%%/unicore/lib/Nt/Nu.pl -%%PRIV_LIB%%/unicore/lib/Nv/0.pl -%%PRIV_LIB%%/unicore/lib/Nv/1.pl -%%PRIV_LIB%%/unicore/lib/Nv/10.pl -%%PRIV_LIB%%/unicore/lib/Nv/100.pl -%%PRIV_LIB%%/unicore/lib/Nv/1000.pl -%%PRIV_LIB%%/unicore/lib/Nv/10000.pl -%%PRIV_LIB%%/unicore/lib/Nv/100000.pl -%%PRIV_LIB%%/unicore/lib/Nv/10000000.pl -%%PRIV_LIB%%/unicore/lib/Nv/10000002.pl -%%PRIV_LIB%%/unicore/lib/Nv/11.pl -%%PRIV_LIB%%/unicore/lib/Nv/11_2.pl -%%PRIV_LIB%%/unicore/lib/Nv/12.pl -%%PRIV_LIB%%/unicore/lib/Nv/13.pl -%%PRIV_LIB%%/unicore/lib/Nv/13_2.pl -%%PRIV_LIB%%/unicore/lib/Nv/14.pl -%%PRIV_LIB%%/unicore/lib/Nv/15.pl -%%PRIV_LIB%%/unicore/lib/Nv/15_2.pl -%%PRIV_LIB%%/unicore/lib/Nv/16.pl -%%PRIV_LIB%%/unicore/lib/Nv/17.pl -%%PRIV_LIB%%/unicore/lib/Nv/17_2.pl -%%PRIV_LIB%%/unicore/lib/Nv/18.pl -%%PRIV_LIB%%/unicore/lib/Nv/19.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_10.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_16.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_2.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_3.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_4.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_5.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_6.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_7.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_8.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_9.pl -%%PRIV_LIB%%/unicore/lib/Nv/2.pl -%%PRIV_LIB%%/unicore/lib/Nv/20.pl -%%PRIV_LIB%%/unicore/lib/Nv/200.pl -%%PRIV_LIB%%/unicore/lib/Nv/2000.pl -%%PRIV_LIB%%/unicore/lib/Nv/20000.pl -%%PRIV_LIB%%/unicore/lib/Nv/21.pl -%%PRIV_LIB%%/unicore/lib/Nv/22.pl -%%PRIV_LIB%%/unicore/lib/Nv/23.pl -%%PRIV_LIB%%/unicore/lib/Nv/24.pl -%%PRIV_LIB%%/unicore/lib/Nv/25.pl -%%PRIV_LIB%%/unicore/lib/Nv/26.pl -%%PRIV_LIB%%/unicore/lib/Nv/27.pl -%%PRIV_LIB%%/unicore/lib/Nv/28.pl -%%PRIV_LIB%%/unicore/lib/Nv/29.pl -%%PRIV_LIB%%/unicore/lib/Nv/2_3.pl -%%PRIV_LIB%%/unicore/lib/Nv/2_5.pl -%%PRIV_LIB%%/unicore/lib/Nv/3.pl -%%PRIV_LIB%%/unicore/lib/Nv/30.pl -%%PRIV_LIB%%/unicore/lib/Nv/300.pl -%%PRIV_LIB%%/unicore/lib/Nv/3000.pl -%%PRIV_LIB%%/unicore/lib/Nv/30000.pl -%%PRIV_LIB%%/unicore/lib/Nv/31.pl -%%PRIV_LIB%%/unicore/lib/Nv/32.pl -%%PRIV_LIB%%/unicore/lib/Nv/33.pl -%%PRIV_LIB%%/unicore/lib/Nv/34.pl -%%PRIV_LIB%%/unicore/lib/Nv/35.pl -%%PRIV_LIB%%/unicore/lib/Nv/36.pl -%%PRIV_LIB%%/unicore/lib/Nv/37.pl -%%PRIV_LIB%%/unicore/lib/Nv/38.pl -%%PRIV_LIB%%/unicore/lib/Nv/39.pl -%%PRIV_LIB%%/unicore/lib/Nv/3_16.pl -%%PRIV_LIB%%/unicore/lib/Nv/3_2.pl -%%PRIV_LIB%%/unicore/lib/Nv/3_4.pl -%%PRIV_LIB%%/unicore/lib/Nv/3_5.pl -%%PRIV_LIB%%/unicore/lib/Nv/3_8.pl -%%PRIV_LIB%%/unicore/lib/Nv/4.pl -%%PRIV_LIB%%/unicore/lib/Nv/40.pl -%%PRIV_LIB%%/unicore/lib/Nv/400.pl -%%PRIV_LIB%%/unicore/lib/Nv/4000.pl -%%PRIV_LIB%%/unicore/lib/Nv/40000.pl -%%PRIV_LIB%%/unicore/lib/Nv/41.pl -%%PRIV_LIB%%/unicore/lib/Nv/42.pl -%%PRIV_LIB%%/unicore/lib/Nv/43.pl -%%PRIV_LIB%%/unicore/lib/Nv/44.pl -%%PRIV_LIB%%/unicore/lib/Nv/45.pl -%%PRIV_LIB%%/unicore/lib/Nv/46.pl -%%PRIV_LIB%%/unicore/lib/Nv/47.pl -%%PRIV_LIB%%/unicore/lib/Nv/48.pl -%%PRIV_LIB%%/unicore/lib/Nv/49.pl -%%PRIV_LIB%%/unicore/lib/Nv/4_5.pl -%%PRIV_LIB%%/unicore/lib/Nv/5.pl -%%PRIV_LIB%%/unicore/lib/Nv/50.pl -%%PRIV_LIB%%/unicore/lib/Nv/500.pl -%%PRIV_LIB%%/unicore/lib/Nv/5000.pl -%%PRIV_LIB%%/unicore/lib/Nv/50000.pl -%%PRIV_LIB%%/unicore/lib/Nv/5_2.pl -%%PRIV_LIB%%/unicore/lib/Nv/5_6.pl -%%PRIV_LIB%%/unicore/lib/Nv/5_8.pl -%%PRIV_LIB%%/unicore/lib/Nv/6.pl -%%PRIV_LIB%%/unicore/lib/Nv/60.pl -%%PRIV_LIB%%/unicore/lib/Nv/600.pl -%%PRIV_LIB%%/unicore/lib/Nv/6000.pl -%%PRIV_LIB%%/unicore/lib/Nv/60000.pl -%%PRIV_LIB%%/unicore/lib/Nv/7.pl -%%PRIV_LIB%%/unicore/lib/Nv/70.pl -%%PRIV_LIB%%/unicore/lib/Nv/700.pl -%%PRIV_LIB%%/unicore/lib/Nv/7000.pl -%%PRIV_LIB%%/unicore/lib/Nv/70000.pl -%%PRIV_LIB%%/unicore/lib/Nv/7_2.pl -%%PRIV_LIB%%/unicore/lib/Nv/7_8.pl -%%PRIV_LIB%%/unicore/lib/Nv/8.pl -%%PRIV_LIB%%/unicore/lib/Nv/80.pl -%%PRIV_LIB%%/unicore/lib/Nv/800.pl -%%PRIV_LIB%%/unicore/lib/Nv/8000.pl -%%PRIV_LIB%%/unicore/lib/Nv/80000.pl -%%PRIV_LIB%%/unicore/lib/Nv/9.pl -%%PRIV_LIB%%/unicore/lib/Nv/90.pl -%%PRIV_LIB%%/unicore/lib/Nv/900.pl -%%PRIV_LIB%%/unicore/lib/Nv/9000.pl -%%PRIV_LIB%%/unicore/lib/Nv/90000.pl -%%PRIV_LIB%%/unicore/lib/Nv/9_2.pl -%%PRIV_LIB%%/unicore/lib/Nv/NaN.pl -%%PRIV_LIB%%/unicore/lib/Nv/_1_2.pl -%%PRIV_LIB%%/unicore/lib/OAlpha/N.pl -%%PRIV_LIB%%/unicore/lib/OAlpha/Y.pl -%%PRIV_LIB%%/unicore/lib/ODI/N.pl -%%PRIV_LIB%%/unicore/lib/ODI/Y.pl -%%PRIV_LIB%%/unicore/lib/OGrExt/N.pl -%%PRIV_LIB%%/unicore/lib/OGrExt/Y.pl -%%PRIV_LIB%%/unicore/lib/OIDC/N.pl -%%PRIV_LIB%%/unicore/lib/OIDC/Y.pl -%%PRIV_LIB%%/unicore/lib/OIDS/N.pl -%%PRIV_LIB%%/unicore/lib/OIDS/Y.pl -%%PRIV_LIB%%/unicore/lib/OLower/N.pl -%%PRIV_LIB%%/unicore/lib/OLower/Y.pl -%%PRIV_LIB%%/unicore/lib/OMath/N.pl -%%PRIV_LIB%%/unicore/lib/OMath/Y.pl -%%PRIV_LIB%%/unicore/lib/OUpper/N.pl -%%PRIV_LIB%%/unicore/lib/OUpper/Y.pl -%%PRIV_LIB%%/unicore/lib/PatSyn/N.pl -%%PRIV_LIB%%/unicore/lib/PatSyn/Y.pl -%%PRIV_LIB%%/unicore/lib/PatWS/N.pl -%%PRIV_LIB%%/unicore/lib/PatWS/Y.pl -%%PRIV_LIB%%/unicore/lib/Perl/Alnum.pl -%%PRIV_LIB%%/unicore/lib/Perl/Any.pl -%%PRIV_LIB%%/unicore/lib/Perl/Assigned.pl -%%PRIV_LIB%%/unicore/lib/Perl/Blank.pl -%%PRIV_LIB%%/unicore/lib/Perl/Graph.pl -%%PRIV_LIB%%/unicore/lib/Perl/PerlSpac.pl -%%PRIV_LIB%%/unicore/lib/Perl/PerlWord.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixAln.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixAlp.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixBla.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixCnt.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixDig.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixGra.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixLow.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixPri.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixPun.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixSpa.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixUpp.pl -%%PRIV_LIB%%/unicore/lib/Perl/Print.pl -%%PRIV_LIB%%/unicore/lib/Perl/SpacePer.pl -%%PRIV_LIB%%/unicore/lib/Perl/Title.pl -%%PRIV_LIB%%/unicore/lib/Perl/VertSpac.pl -%%PRIV_LIB%%/unicore/lib/Perl/Word.pl -%%PRIV_LIB%%/unicore/lib/Perl/XPosixPu.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XBegin.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XExtend.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XLVLVTV.pl -%%PRIV_LIB%%/unicore/lib/QMark/N.pl -%%PRIV_LIB%%/unicore/lib/QMark/Y.pl -%%PRIV_LIB%%/unicore/lib/Radical/N.pl -%%PRIV_LIB%%/unicore/lib/Radical/Y.pl -%%PRIV_LIB%%/unicore/lib/SB/AT.pl -%%PRIV_LIB%%/unicore/lib/SB/CL.pl -%%PRIV_LIB%%/unicore/lib/SB/EX.pl -%%PRIV_LIB%%/unicore/lib/SB/FO.pl -%%PRIV_LIB%%/unicore/lib/SB/LE.pl -%%PRIV_LIB%%/unicore/lib/SB/LO.pl -%%PRIV_LIB%%/unicore/lib/SB/SC.pl -%%PRIV_LIB%%/unicore/lib/SB/SE.pl -%%PRIV_LIB%%/unicore/lib/SB/ST.pl -%%PRIV_LIB%%/unicore/lib/SB/Sp.pl -%%PRIV_LIB%%/unicore/lib/SB/UP.pl -%%PRIV_LIB%%/unicore/lib/SB/XX.pl -%%PRIV_LIB%%/unicore/lib/SD/N.pl -%%PRIV_LIB%%/unicore/lib/SD/Y.pl -%%PRIV_LIB%%/unicore/lib/STerm/N.pl -%%PRIV_LIB%%/unicore/lib/STerm/Y.pl -%%PRIV_LIB%%/unicore/lib/Sc/Arab.pl -%%PRIV_LIB%%/unicore/lib/Sc/Armi.pl -%%PRIV_LIB%%/unicore/lib/Sc/Armn.pl -%%PRIV_LIB%%/unicore/lib/Sc/Avst.pl -%%PRIV_LIB%%/unicore/lib/Sc/Bali.pl -%%PRIV_LIB%%/unicore/lib/Sc/Bamu.pl -%%PRIV_LIB%%/unicore/lib/Sc/Batk.pl -%%PRIV_LIB%%/unicore/lib/Sc/Beng.pl -%%PRIV_LIB%%/unicore/lib/Sc/Bopo.pl -%%PRIV_LIB%%/unicore/lib/Sc/Brah.pl -%%PRIV_LIB%%/unicore/lib/Sc/Bugi.pl -%%PRIV_LIB%%/unicore/lib/Sc/Buhd.pl -%%PRIV_LIB%%/unicore/lib/Sc/Cans.pl -%%PRIV_LIB%%/unicore/lib/Sc/Cari.pl -%%PRIV_LIB%%/unicore/lib/Sc/Cham.pl -%%PRIV_LIB%%/unicore/lib/Sc/Cher.pl -%%PRIV_LIB%%/unicore/lib/Sc/Copt.pl -%%PRIV_LIB%%/unicore/lib/Sc/Cprt.pl -%%PRIV_LIB%%/unicore/lib/Sc/Cyrl.pl -%%PRIV_LIB%%/unicore/lib/Sc/Deva.pl -%%PRIV_LIB%%/unicore/lib/Sc/Egyp.pl -%%PRIV_LIB%%/unicore/lib/Sc/Ethi.pl -%%PRIV_LIB%%/unicore/lib/Sc/Geor.pl -%%PRIV_LIB%%/unicore/lib/Sc/Glag.pl -%%PRIV_LIB%%/unicore/lib/Sc/Goth.pl -%%PRIV_LIB%%/unicore/lib/Sc/Grek.pl -%%PRIV_LIB%%/unicore/lib/Sc/Gujr.pl -%%PRIV_LIB%%/unicore/lib/Sc/Guru.pl -%%PRIV_LIB%%/unicore/lib/Sc/Han.pl -%%PRIV_LIB%%/unicore/lib/Sc/Hang.pl -%%PRIV_LIB%%/unicore/lib/Sc/Hano.pl -%%PRIV_LIB%%/unicore/lib/Sc/Hebr.pl -%%PRIV_LIB%%/unicore/lib/Sc/Hira.pl -%%PRIV_LIB%%/unicore/lib/Sc/Ital.pl -%%PRIV_LIB%%/unicore/lib/Sc/Java.pl -%%PRIV_LIB%%/unicore/lib/Sc/Kana.pl -%%PRIV_LIB%%/unicore/lib/Sc/Khar.pl -%%PRIV_LIB%%/unicore/lib/Sc/Khmr.pl -%%PRIV_LIB%%/unicore/lib/Sc/Knda.pl -%%PRIV_LIB%%/unicore/lib/Sc/Kthi.pl -%%PRIV_LIB%%/unicore/lib/Sc/Lana.pl -%%PRIV_LIB%%/unicore/lib/Sc/Lao.pl -%%PRIV_LIB%%/unicore/lib/Sc/Latn.pl -%%PRIV_LIB%%/unicore/lib/Sc/Lepc.pl -%%PRIV_LIB%%/unicore/lib/Sc/Limb.pl -%%PRIV_LIB%%/unicore/lib/Sc/Linb.pl -%%PRIV_LIB%%/unicore/lib/Sc/Lyci.pl -%%PRIV_LIB%%/unicore/lib/Sc/Lydi.pl -%%PRIV_LIB%%/unicore/lib/Sc/Mand.pl -%%PRIV_LIB%%/unicore/lib/Sc/Mlym.pl -%%PRIV_LIB%%/unicore/lib/Sc/Mong.pl -%%PRIV_LIB%%/unicore/lib/Sc/Mtei.pl -%%PRIV_LIB%%/unicore/lib/Sc/Mymr.pl -%%PRIV_LIB%%/unicore/lib/Sc/Nko.pl -%%PRIV_LIB%%/unicore/lib/Sc/Ogam.pl -%%PRIV_LIB%%/unicore/lib/Sc/Orkh.pl -%%PRIV_LIB%%/unicore/lib/Sc/Orya.pl -%%PRIV_LIB%%/unicore/lib/Sc/Osma.pl -%%PRIV_LIB%%/unicore/lib/Sc/Phag.pl -%%PRIV_LIB%%/unicore/lib/Sc/Phli.pl -%%PRIV_LIB%%/unicore/lib/Sc/Phnx.pl -%%PRIV_LIB%%/unicore/lib/Sc/Prti.pl -%%PRIV_LIB%%/unicore/lib/Sc/Rjng.pl -%%PRIV_LIB%%/unicore/lib/Sc/Runr.pl -%%PRIV_LIB%%/unicore/lib/Sc/Samr.pl -%%PRIV_LIB%%/unicore/lib/Sc/Saur.pl -%%PRIV_LIB%%/unicore/lib/Sc/Sinh.pl -%%PRIV_LIB%%/unicore/lib/Sc/Sund.pl -%%PRIV_LIB%%/unicore/lib/Sc/Sylo.pl -%%PRIV_LIB%%/unicore/lib/Sc/Syrc.pl -%%PRIV_LIB%%/unicore/lib/Sc/Tagb.pl -%%PRIV_LIB%%/unicore/lib/Sc/Tale.pl -%%PRIV_LIB%%/unicore/lib/Sc/Talu.pl -%%PRIV_LIB%%/unicore/lib/Sc/Taml.pl -%%PRIV_LIB%%/unicore/lib/Sc/Tavt.pl -%%PRIV_LIB%%/unicore/lib/Sc/Telu.pl -%%PRIV_LIB%%/unicore/lib/Sc/Tfng.pl -%%PRIV_LIB%%/unicore/lib/Sc/Tglg.pl -%%PRIV_LIB%%/unicore/lib/Sc/Thaa.pl -%%PRIV_LIB%%/unicore/lib/Sc/Thai.pl -%%PRIV_LIB%%/unicore/lib/Sc/Tibt.pl -%%PRIV_LIB%%/unicore/lib/Sc/Ugar.pl -%%PRIV_LIB%%/unicore/lib/Sc/Vai.pl -%%PRIV_LIB%%/unicore/lib/Sc/Xpeo.pl -%%PRIV_LIB%%/unicore/lib/Sc/Xsux.pl -%%PRIV_LIB%%/unicore/lib/Sc/Yi.pl -%%PRIV_LIB%%/unicore/lib/Sc/Zinh.pl -%%PRIV_LIB%%/unicore/lib/Sc/Zyyy.pl -%%PRIV_LIB%%/unicore/lib/Sc/Zzzz.pl -%%PRIV_LIB%%/unicore/lib/Space/N.pl -%%PRIV_LIB%%/unicore/lib/Space/Y.pl -%%PRIV_LIB%%/unicore/lib/Term/N.pl -%%PRIV_LIB%%/unicore/lib/Term/Y.pl -%%PRIV_LIB%%/unicore/lib/UIdeo/N.pl -%%PRIV_LIB%%/unicore/lib/UIdeo/Y.pl -%%PRIV_LIB%%/unicore/lib/Upper/N.pl -%%PRIV_LIB%%/unicore/lib/Upper/Y.pl -%%PRIV_LIB%%/unicore/lib/VS/N.pl -%%PRIV_LIB%%/unicore/lib/VS/Y.pl -%%PRIV_LIB%%/unicore/lib/WB/EX.pl -%%PRIV_LIB%%/unicore/lib/WB/FO.pl -%%PRIV_LIB%%/unicore/lib/WB/KA.pl -%%PRIV_LIB%%/unicore/lib/WB/LE.pl -%%PRIV_LIB%%/unicore/lib/WB/MB.pl -%%PRIV_LIB%%/unicore/lib/WB/ML.pl -%%PRIV_LIB%%/unicore/lib/WB/MN.pl -%%PRIV_LIB%%/unicore/lib/WB/NL.pl -%%PRIV_LIB%%/unicore/lib/WB/NU.pl -%%PRIV_LIB%%/unicore/lib/WB/XX.pl -%%PRIV_LIB%%/unicore/lib/XIDC/N.pl -%%PRIV_LIB%%/unicore/lib/XIDC/Y.pl -%%PRIV_LIB%%/unicore/lib/XIDS/N.pl -%%PRIV_LIB%%/unicore/lib/XIDS/Y.pl -%%PRIV_LIB%%/unicore/version -%%PRIV_LIB%%/utf8.pm -%%PRIV_LIB%%/utf8_heavy.pl -%%PRIV_LIB%%/validate.pl -%%PRIV_LIB%%/vars.pm -%%PRIV_LIB%%/version.pm -%%PRIV_LIB%%/version.pod -%%PRIV_LIB%%/version/Internals.pod -%%PRIV_LIB%%/vmsish.pm -%%PRIV_LIB%%/warnings.pm -%%PRIV_LIB%%/warnings/register.pm -man/man1/a2p.1.gz -man/man1/c2ph.1.gz -man/man1/config_data.1.gz -man/man1/corelist.1.gz -man/man1/cpan.1.gz -man/man1/cpan2dist.1.gz -man/man1/cpanp.1.gz -man/man1/dprofpp.1.gz -man/man1/enc2xs.1.gz -man/man1/find2perl.1.gz -man/man1/h2ph.1.gz -man/man1/h2xs.1.gz -man/man1/instmodsh.1.gz -man/man1/json_pp.1.gz -man/man1/libnetcfg.1.gz -man/man1/perl.1.gz -man/man1/perl5004delta.1.gz -man/man1/perl5005delta.1.gz -man/man1/perl5100delta.1.gz -man/man1/perl5101delta.1.gz -man/man1/perl5110delta.1.gz -man/man1/perl5111delta.1.gz -man/man1/perl5112delta.1.gz -man/man1/perl5113delta.1.gz -man/man1/perl5114delta.1.gz -man/man1/perl5115delta.1.gz -man/man1/perl5120delta.1.gz -man/man1/perl5121delta.1.gz -man/man1/perl5122delta.1.gz -man/man1/perl5123delta.1.gz -man/man1/perl5130delta.1.gz -man/man1/perl51310delta.1.gz -man/man1/perl51311delta.1.gz -man/man1/perl5131delta.1.gz -man/man1/perl5132delta.1.gz -man/man1/perl5133delta.1.gz -man/man1/perl5134delta.1.gz -man/man1/perl5135delta.1.gz -man/man1/perl5136delta.1.gz -man/man1/perl5137delta.1.gz -man/man1/perl5138delta.1.gz -man/man1/perl5139delta.1.gz -man/man1/perl5140delta.1.gz -man/man1/perl5141delta.1.gz -man/man1/perl5142delta.1.gz -man/man1/perl5143delta.1.gz -man/man1/perl5144delta.1.gz -man/man1/perl561delta.1.gz -man/man1/perl56delta.1.gz -man/man1/perl570delta.1.gz -man/man1/perl571delta.1.gz -man/man1/perl572delta.1.gz -man/man1/perl573delta.1.gz -man/man1/perl581delta.1.gz -man/man1/perl582delta.1.gz -man/man1/perl583delta.1.gz -man/man1/perl584delta.1.gz -man/man1/perl585delta.1.gz -man/man1/perl586delta.1.gz -man/man1/perl587delta.1.gz -man/man1/perl588delta.1.gz -man/man1/perl589delta.1.gz -man/man1/perl58delta.1.gz -man/man1/perl590delta.1.gz -man/man1/perl591delta.1.gz -man/man1/perl592delta.1.gz -man/man1/perl593delta.1.gz -man/man1/perl594delta.1.gz -man/man1/perl595delta.1.gz -man/man1/perlaix.1.gz -man/man1/perlamiga.1.gz -man/man1/perlapi.1.gz -man/man1/perlapio.1.gz -man/man1/perlartistic.1.gz -man/man1/perlbeos.1.gz -man/man1/perlbook.1.gz -man/man1/perlboot.1.gz -man/man1/perlbot.1.gz -man/man1/perlbs2000.1.gz -man/man1/perlbug.1.gz -man/man1/perlcall.1.gz -man/man1/perlce.1.gz -man/man1/perlcheat.1.gz -man/man1/perlclib.1.gz -man/man1/perlcn.1.gz -man/man1/perlcommunity.1.gz -man/man1/perlcompile.1.gz -man/man1/perlcygwin.1.gz -man/man1/perldata.1.gz -man/man1/perldbmfilter.1.gz -man/man1/perldebguts.1.gz -man/man1/perldebtut.1.gz -man/man1/perldebug.1.gz -man/man1/perldelta.1.gz -man/man1/perldgux.1.gz -man/man1/perldiag.1.gz -man/man1/perldoc.1.gz -man/man1/perldos.1.gz -man/man1/perldsc.1.gz -man/man1/perlebcdic.1.gz -man/man1/perlembed.1.gz -man/man1/perlepoc.1.gz -man/man1/perlfaq.1.gz -man/man1/perlfaq1.1.gz -man/man1/perlfaq2.1.gz -man/man1/perlfaq3.1.gz -man/man1/perlfaq4.1.gz -man/man1/perlfaq5.1.gz -man/man1/perlfaq6.1.gz -man/man1/perlfaq7.1.gz -man/man1/perlfaq8.1.gz -man/man1/perlfaq9.1.gz -man/man1/perlfilter.1.gz -man/man1/perlfork.1.gz -man/man1/perlform.1.gz -man/man1/perlfreebsd.1.gz -man/man1/perlfunc.1.gz -man/man1/perlgit.1.gz -man/man1/perlglossary.1.gz -man/man1/perlgpl.1.gz -man/man1/perlguts.1.gz -man/man1/perlhack.1.gz -man/man1/perlhacktips.1.gz -man/man1/perlhacktut.1.gz -man/man1/perlhaiku.1.gz -man/man1/perlhist.1.gz -man/man1/perlhpux.1.gz -man/man1/perlhurd.1.gz -man/man1/perlintern.1.gz -man/man1/perlinterp.1.gz -man/man1/perlintro.1.gz -man/man1/perliol.1.gz -man/man1/perlipc.1.gz -man/man1/perlirix.1.gz -man/man1/perlivp.1.gz -man/man1/perljp.1.gz -man/man1/perlko.1.gz -man/man1/perllexwarn.1.gz -man/man1/perllinux.1.gz -man/man1/perllocale.1.gz -man/man1/perllol.1.gz -man/man1/perlmacos.1.gz -man/man1/perlmacosx.1.gz -man/man1/perlmod.1.gz -man/man1/perlmodinstall.1.gz -man/man1/perlmodlib.1.gz -man/man1/perlmodstyle.1.gz -man/man1/perlmpeix.1.gz -man/man1/perlmroapi.1.gz -man/man1/perlnetware.1.gz -man/man1/perlnewmod.1.gz -man/man1/perlnumber.1.gz -man/man1/perlobj.1.gz -man/man1/perlop.1.gz -man/man1/perlopenbsd.1.gz -man/man1/perlopentut.1.gz -man/man1/perlos2.1.gz -man/man1/perlos390.1.gz -man/man1/perlos400.1.gz -man/man1/perlpacktut.1.gz -man/man1/perlperf.1.gz -man/man1/perlplan9.1.gz -man/man1/perlpod.1.gz -man/man1/perlpodspec.1.gz -man/man1/perlpodstyle.1.gz -man/man1/perlpolicy.1.gz -man/man1/perlport.1.gz -man/man1/perlpragma.1.gz -man/man1/perlqnx.1.gz -man/man1/perlre.1.gz -man/man1/perlreapi.1.gz -man/man1/perlrebackslash.1.gz -man/man1/perlrecharclass.1.gz -man/man1/perlref.1.gz -man/man1/perlreftut.1.gz -man/man1/perlreguts.1.gz -man/man1/perlrequick.1.gz -man/man1/perlreref.1.gz -man/man1/perlretut.1.gz -man/man1/perlriscos.1.gz -man/man1/perlrun.1.gz -man/man1/perlsec.1.gz -man/man1/perlsolaris.1.gz -man/man1/perlsource.1.gz -man/man1/perlstyle.1.gz -man/man1/perlsub.1.gz -man/man1/perlsymbian.1.gz -man/man1/perlsyn.1.gz -man/man1/perlthanks.1.gz -man/man1/perlthrtut.1.gz -man/man1/perltie.1.gz -man/man1/perltoc.1.gz -man/man1/perltodo.1.gz -man/man1/perltooc.1.gz -man/man1/perltoot.1.gz -man/man1/perltrap.1.gz -man/man1/perltru64.1.gz -man/man1/perltw.1.gz -man/man1/perlunicode.1.gz -man/man1/perlunifaq.1.gz -man/man1/perluniintro.1.gz -man/man1/perluniprops.1.gz -man/man1/perlunitut.1.gz -man/man1/perlutil.1.gz -man/man1/perluts.1.gz -man/man1/perlvar.1.gz -man/man1/perlvmesa.1.gz -man/man1/perlvms.1.gz -man/man1/perlvos.1.gz -man/man1/perlwin32.1.gz -man/man1/perlxs.1.gz -man/man1/perlxstut.1.gz -man/man1/piconv.1.gz -man/man1/pl2pm.1.gz -man/man1/pod2html.1.gz -man/man1/pod2latex.1.gz -man/man1/pod2man.1.gz -man/man1/pod2text.1.gz -man/man1/pod2usage.1.gz -man/man1/podchecker.1.gz -man/man1/podselect.1.gz -man/man1/prove.1.gz -man/man1/psed.1.gz -man/man1/pstruct.1.gz -man/man1/ptar.1.gz -man/man1/ptardiff.1.gz -man/man1/ptargrep.1.gz -man/man1/s2p.1.gz -man/man1/shasum.1.gz -man/man1/splain.1.gz -man/man1/xsubpp.1.gz -@dir %%SITE_PERL%%/man/man3 -@dir %%SITE_PERL%%/auto -@dir %%SITE_ARCH%%/auto -@exec makewhatis %D/%%SITEMAN3PREFIX%%/man -@exec makewhatis %D/%%MAN3PREFIX%%/man -@rmtry %%MAN3PREFIX%%/man/whatis -@rmtry %%SITEMAN3PREFIX%%/man/whatis |