diff options
author | rene <rene@FreeBSD.org> | 2017-01-01 00:58:35 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-01-01 00:58:35 +0800 |
commit | 79ffbdf3ece6a5a5d9f426915a475c2206e20733 (patch) | |
tree | ab46ee8b538c11e8236ac5a157778c43dbcbd764 /lang | |
parent | 93ed8b1bb805cfa7386762d969c32c54e9b20d00 (diff) | |
download | freebsd-ports-gnome-79ffbdf3ece6a5a5d9f426915a475c2206e20733.tar.gz freebsd-ports-gnome-79ffbdf3ece6a5a5d9f426915a475c2206e20733.tar.zst freebsd-ports-gnome-79ffbdf3ece6a5a5d9f426915a475c2206e20733.zip |
Remove expired port:
2016-12-31 lang/perl5.18: Unsupported, please upgrade to a more recent version of Perl
Diffstat (limited to 'lang')
27 files changed, 0 insertions, 4589 deletions
diff --git a/lang/Makefile b/lang/Makefile index fd0e8d989696..f0c5f1b81018 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -240,7 +240,6 @@ SUBDIR += pcc SUBDIR += pecl-perl SUBDIR += perl5-devel - SUBDIR += perl5.18 SUBDIR += perl5.20 SUBDIR += perl5.22 SUBDIR += perl5.24 diff --git a/lang/perl5.18/Makefile b/lang/perl5.18/Makefile deleted file mode 100644 index c2aa532d970c..000000000000 --- a/lang/perl5.18/Makefile +++ /dev/null @@ -1,281 +0,0 @@ -# Created by: mat -# $FreeBSD$ - -PORTNAME= perl -PORTVERSION= ${PERL_VERSION} -PORTREVISION= 24 -CATEGORIES= lang devel perl5 -MASTER_SITES= CPAN/../../src/5.0 -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=2016-12-31 - -TEST_TARGET= test_harness -TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ - LD_LIBRARY_PATH=${WRKSRC} - -OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ - MULTIPLICITY SITECUSTOMIZE USE_PERL -# it seems perl malloc has problems with threaded perl on FreeBSD -OPTIONS_RADIO= EXCLUSIVE -OPTIONS_RADIO_EXCLUSIVE= THREADS PERL_MALLOC -OPTIONS_DEFAULT= PERL_64BITINT THREADS PTHREAD USE_PERL MULTIPLICITY - -EXCLUSIVE_DESC= Exclusive OPTIONS -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 -lpthread -MULTIPLICITY_DESC= Use multiplicity -SITECUSTOMIZE_DESC= Run-time customization of @INC -USE_PERL_DESC= Rewrite links in /usr/bin - -#OPTIONS_EXCLUDE_AMD64= THREADS -OPTIONS_SUB= yes -DEBUG_CONFIGURE_ON= -Doptimize="-g" -DDEBUGGING -DEBUG_CONFIGURE_OFF= -Doptimize="${CFLAGS}" -GDBM_CONFIGURE_ON= -Di_gdbm -GDBM_CONFIGURE_OFF= -Ui_gdbm -GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm -PERL_64BITINT_CONFIGURE_ON= -Duse64bitint -MULTIPLICITY_CONFIGURE_ON= -Dusemultiplicity=y -MULTIPLICITY_CONFIGURE_OFF= -Dusemultiplicity=n -SITECUSTOMIZE_CONFIGURE_ON= -Dusesitecustomize -THREADS_CONFIGURE_ON= -Dusethreads=y -THREADS_CONFIGURE_OFF= -Dusethreads=n -PERL_MALLOC_CONFIGURE_ON= -Dusemymalloc=y -PERL_MALLOC_CONFIGURE_OFF= -Dusemymalloc=n -USE_PERL_SUB_LIST= LINK_USRBIN=yes -USE_PERL_SUB_LIST_OFF= LINK_USRBIN=no - -PORTSCOUT= limit:^${PERL_VER}. - -.include "version.mk" -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_MAN_PREFIX= ${SITE_PERL_REL} -SITE_MAN3_REL?= ${SITE_MAN_PREFIX}/man/man3 -SITE_MAN3?= ${PREFIX}/${SITE_MAN3_REL} -SITE_MAN1_REL?= ${SITE_MAN_PREFIX}/man/man1 -SITE_MAN1?= ${PREFIX}/${SITE_MAN1_REL} - -_PRIV_LIB= lib/perl5/${PERL_VER} -_ARCH_LIB= ${_PRIV_LIB}/${PERL_ARCH} - -USES= cpe tar:bzip2 - -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}/${PERLMANPREFIX_REL}/man/man3 \ - -Dman1dir=${PREFIX}/${PERLMANPREFIX_REL}/man/man1 \ - -Dsitearch=${SITE_ARCH} \ - -Dsitelib=${SITE_PERL} -Dscriptdir=${PREFIX}/bin \ - -Dsiteman3dir=${SITE_MAN3} \ - -Dsiteman1dir=${SITE_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 \ - -Dcf_by=${MAINTAINER:C,@.*,,} -Dcf_email=${MAINTAINER} \ - -Dcf_time="`env LANG=C ${STAT} -t \"%a %b %d %T %Z %Y\" -f %Sm ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}`" -# 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 -lperl' \ - -Dshrpldflags='$$(LDDLFLAGS:N-L${WRKSRC}:N-L${PREFIX}/${_ARCH_LIB}/CORE:N-lperl) -Wl,-soname,$$(LIBPERL:R)' - -# Give a hint of where libperl.so can be found. -USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE - -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} \ - PERLMANPREFIX=${PERLMANPREFIX_REL} \ - SITEMANPREFIX=${SITE_MAN_PREFIX} \ - PERL_ARCH=${PERL_ARCH} - -SUB_FILES= use.perl perl-man.conf - -PKGINSTALL= ${WRKDIR}/use.perl -PKGDEINSTALL= ${WRKDIR}/use.perl -INSTALL_TARGET= install-strip - -_PERL5_DEFAULT_FILE= /tmp/PERL5_DEFAULT - -# bsd.default-versions.mk needs to know LOCALBASE for Perl, so -# bsd.port.options.mk is needed before including it. -.include <bsd.port.options.mk> -.sinclude "${_PERL5_DEFAULT_FILE}" -.include "${.CURDIR}/../../Mk/bsd.default-versions.mk" - -# if this port is default due PERL5_DEFAULT -# change PKGNAME to reflect this -.if ${PERL_VER} == ${PERL5_DEFAULT} -PKGNAMESUFFIX= 5 -IAMDEFAULTPERL= yes -.else -# make PKGNAME unique among other lang/perl5.x -PKGNAMESUFFIX= ${PERL_VER} -.endif - -# Am I building the default Perl ? -.if defined(IAMDEFAULTPERL) -PLIST_SUB+= DEFAULT="" BINSUFFIX="" -.else -BINSUFFIX= ${PERL_VERSION} -PLIST_SUB+= DEFAULT="@comment " BINSUFFIX=${PERL_VERSION} -CONFIGURE_ARGS+=-Dversiononly -.endif - -.if !defined(IAMDEFAULTPERL) -pre-everything:: - @${ECHO_MSG} "##################################################" - @${ECHO_MSG} "" - @${ECHO_MSG} " This is *NOT* the DEFAULT perl version" - @${ECHO_MSG} "" - @${ECHO_MSG} "It will *NOT* install ${PREFIX}/bin/perl" - @${ECHO_MSG} "" - @${ECHO_MSG} "It will *ONLY* install ${PREFIX}/bin/perl${PERL_VERSION}" - @${ECHO_MSG} "" - @${ECHO_MSG} "The default Perl version currently is ${PERL5_DEFAULT}." - @${ECHO_MSG} "" - @${ECHO_MSG} "If you want to use this version as the default," - @${ECHO_MSG} "stop the build now, add this line to your" - @${ECHO_MSG} "/etc/make.conf, and then restart the build." - @${ECHO_MSG} "" - @${ECHO_MSG} "DEFAULT_VERSIONS+=perl5=${PERL_VER}" - @${ECHO_MSG} "" - @${ECHO_MSG} "##################################################" -. if !(defined(PACKAGE_BUILDING) || defined(BATCH)) - @sleep 30 -. endif -.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 - -PERLMANPREFIX_REL= ${_PRIV_LIB}/perl -PERLMANPREFIX= ${PREFIX}/${PERLMANPREFIX_REL} -MANDIRS+= ${PERLMANPREFIX}/man - -PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ - PERL_VER=${PERL_VER} \ - PERL_ARCH=${PERL_ARCH} \ - MAN1=${PERLMANPREFIX_REL}/man/man1 \ - MAN3=${PERLMANPREFIX_REL}/man/man3 \ - PERLMANPREFIX=${PERLMANPREFIX_REL} \ - SITEMANPREFIX=${SITE_MAN_PREFIX} \ - SITE_PERL=${SITE_PERL_REL} \ - SITE_ARCH=${SITE_ARCH_REL} \ - PRIV_LIB=${_PRIV_LIB} \ - PKGNAMESUFFIX=${PKGNAMESUFFIX} \ - ARCH_LIB=${_ARCH_LIB} - -# Put a symlink to the future libperl.so.x.yy so that -lperl works. -# Also, save PERL5_DEFAULT in case someone is not using the default Perl -# version whilst not having set DEFAULT_VERSIONS=perl5=blah. While upgrading, -# portmaster/portupgrade will remove the installed Perl version, and it will -# remove any way to guess what the default Perl version is needed. -post-extract: - ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so - ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so.${PERL_VER} -.if !defined(PACKAGE_BUILDING) - @${ECHO_CMD} "PERL5_DEFAULT=${PERL5_DEFAULT}" > ${_PERL5_DEFAULT_FILE} -.endif - -.if !defined(PACKAGE_BUILDING) -post-clean: - @${RM} ${_PERL5_DEFAULT_FILE} -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh -.if !defined(IAMDEFAULTPERL) - ${REINPLACE_CMD} -e '/do_installprivlib = 0 if .versiononly/d; \ - /^if.*nopods.*versiononly || /s/.*/if (1) {/' \ - ${WRKSRC}/installperl -.endif -post-patch-PTHREAD-on: - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lpthread|g;' \ - ${WRKSRC}/hints/freebsd.sh -post-patch-PTHREAD-off: - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%||g;' \ - ${WRKSRC}/hints/freebsd.sh - -post-build: - @${REINPLACE_CMD} -e '/^lddlflags/s|-L${WRKSRC} ||' \ - ${WRKSRC}/lib/Config_heavy.pl -.if ${CC} == /nxb-bin/usr/bin/cc - @${REINPLACE_CMD} -e 's=/nxb-bin==' \ - ${WRKSRC}/lib/Config.pm ${WRKSRC}/lib/Config_heavy.pl -# Restore Config.pm's timestamp so that Perl's build system does not think it -# needs to rebuild everything. - @${TOUCH} -r ${WRKSRC}/lib/Config.pm.bak ${WRKSRC}/lib/Config.pm -.endif - -post-install: - ${MKDIR} ${STAGEDIR}${SITE_MAN1} ${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} - ${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${BINSUFFIX} \ - -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 - ${INSTALL_DATA} ${WRKDIR}/perl-man.conf ${STAGEDIR}${PREFIX}/etc/man.d/perl${PKGNAMESUFFIX}.conf - -.include <bsd.port.mk> diff --git a/lang/perl5.18/distinfo b/lang/perl5.18/distinfo deleted file mode 100644 index ec5c7feeb430..000000000000 --- a/lang/perl5.18/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (perl/perl-5.18.4.tar.bz2) = 1fb4d27b75cd244e849f253320260efe1750641aaff4a18ce0d67556ff1b96a5 -SIZE (perl/perl-5.18.4.tar.bz2) = 14059430 diff --git a/lang/perl5.18/files/patch-7098eff b/lang/perl5.18/files/patch-7098eff deleted file mode 100644 index a3365399f752..000000000000 --- a/lang/perl5.18/files/patch-7098eff +++ /dev/null @@ -1,98 +0,0 @@ -commit 7098efff946437a2db6013d12c4fc3193fc328ce -Author: Tony Cook <tony@develop-help.com> -Date: 2016-01-27 11:52:15 +1100 - - remove duplicate environment variables from environ - - If we see duplicate environment variables while iterating over - environ[]: - - a) make sure we use the same value in %ENV that getenv() returns. - - Previously on a duplicate, %ENV would have the last entry for the name - from environ[], but a typical getenv() would return the first entry. - - Rather than assuming all getenv() implementations return the first entry - explicitly call getenv() to ensure they agree. - - b) remove duplicate entries from environ - - Previously if there was a duplicate definition for a name in environ[] - setting that name in %ENV could result in an unsafe value being passed - to a child process, so ensure environ[] has no duplicates. - ---- perl.c.orig 2014-10-01 01:33:00 UTC -+++ perl.c -@@ -4272,23 +4272,70 @@ S_init_postdump_symbols(pTHX_ int argc, - } - if (env) { - char *s, *old_var; -+ STRLEN nlen; - SV *sv; -+ HV *dups = newHV(); -+ - for (; *env; env++) { - old_var = *env; - - if (!(s = strchr(old_var,'=')) || s == old_var) - continue; -+ nlen = s - old_var; - - #if defined(MSDOS) && !defined(DJGPP) - *s = '\0'; - (void)strupr(old_var); - *s = '='; - #endif -- sv = newSVpv(s+1, 0); -- (void)hv_store(hv, old_var, s - old_var, sv, 0); -+ if (hv_exists(hv, old_var, nlen)) { -+ const char *name = savepvn(old_var, nlen); -+ -+ /* make sure we use the same value as getenv(), otherwise code that -+ uses getenv() (like setlocale()) might see a different value to %ENV -+ */ -+ sv = newSVpv(PerlEnv_getenv(name), 0); -+ -+ /* keep a count of the dups of this name so we can de-dup environ later */ -+ if (hv_exists(dups, name, nlen)) -+ ++SvIVX(*hv_fetch(dups, name, nlen, 0)); -+ else -+ (void)hv_store(dups, name, nlen, newSViv(1), 0); -+ -+ Safefree(name); -+ } -+ else { -+ sv = newSVpv(s+1, 0); -+ } -+ (void)hv_store(hv, old_var, nlen, sv, 0); - if (env_is_not_environ) - mg_set(sv); - } -+ if (HvKEYS(dups)) { -+ /* environ has some duplicate definitions, remove them */ -+ HE *entry; -+ hv_iterinit(dups); -+ while ((entry = hv_iternext_flags(dups, 0))) { -+ STRLEN nlen; -+ const char *name = HePV(entry, nlen); -+ IV count = SvIV(HeVAL(entry)); -+ IV i; -+ SV **valp = hv_fetch(hv, name, nlen, 0); -+ -+ assert(valp); -+ -+ /* try to remove any duplicate names, depending on the -+ * implementation used in my_setenv() the iteration might -+ * not be necessary, but let's be safe. -+ */ -+ for (i = 0; i < count; ++i) -+ my_setenv(name, 0); -+ -+ /* and set it back to the value we set $ENV{name} to */ -+ my_setenv(name, SvPV_nolen(*valp)); -+ } -+ } -+ SvREFCNT_dec_NN(dups); - } - #endif /* USE_ENVIRON_ARRAY */ - #endif /* !PERL_MICRO */ diff --git a/lang/perl5.18/files/patch-CVE-2016-1238 b/lang/perl5.18/files/patch-CVE-2016-1238 deleted file mode 100644 index 19ed3aead79e..000000000000 --- a/lang/perl5.18/files/patch-CVE-2016-1238 +++ /dev/null @@ -1,706 +0,0 @@ ---- cpan/Archive-Tar/bin/ptar -+++ cpan/Archive-Tar/bin/ptar -@@ -1,6 +1,7 @@ - #!/usr/bin/perl - use strict; - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use File::Find; - use Getopt::Std; - use Archive::Tar; ---- cpan/Archive-Tar/bin/ptardiff -+++ cpan/Archive-Tar/bin/ptardiff -@@ -1,5 +1,6 @@ - #!/usr/bin/perl - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - use Archive::Tar; - use Getopt::Std; ---- cpan/Archive-Tar/bin/ptargrep -+++ cpan/Archive-Tar/bin/ptargrep -@@ -4,6 +4,7 @@ - # archive. See 'ptargrep --help' for more documentation. - # - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - use warnings; - ---- cpan/CPAN/scripts/cpan -+++ cpan/CPAN/scripts/cpan -@@ -1,5 +1,6 @@ - #!/usr/local/bin/perl - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - use vars qw($VERSION); - ---- cpan/Digest-SHA/shasum -+++ cpan/Digest-SHA/shasum -@@ -13,6 +13,7 @@ - ## "-0" option for reading bit strings, and - ## "-p" option for portable digests (to be deprecated). - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - use warnings; - use Fcntl; ---- cpan/Encode/bin/enc2xs -+++ cpan/Encode/bin/enc2xs -@@ -4,6 +4,7 @@ BEGIN { - # with $ENV{PERL_CORE} set - # In case we need it in future... - require Config; import Config; -+ pop @INC if $INC[-1] eq '.'; - } - use strict; - use warnings; ---- cpan/Encode/bin/piconv -+++ cpan/Encode/bin/piconv -@@ -1,6 +1,7 @@ - #!./perl - # $Id: piconv,v 2.7 2014/05/31 09:48:48 dankogai Exp $ - # -+BEGIN { pop @INC if $INC[-1] eq '.' } - use 5.8.0; - use strict; - use Encode ; ---- cpan/Encode/bin/ucmlint -+++ cpan/Encode/bin/ucmlint -@@ -3,6 +3,7 @@ - # $Id: ucmlint,v 2.2 2008/03/12 09:51:11 dankogai Exp $ - # - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - our $VERSION = do { my @r = (q$Revision: 2.2 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; - ---- cpan/Encode/bin/unidump -+++ cpan/Encode/bin/unidump -@@ -1,5 +1,6 @@ - #!./perl - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - use Encode; - use Getopt::Std; ---- cpan/ExtUtils-MakeMaker/bin/instmodsh -+++ cpan/ExtUtils-MakeMaker/bin/instmodsh -@@ -1,5 +1,6 @@ - #!/usr/bin/perl -w - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - use IO::File; - use ExtUtils::Packlist; ---- cpan/IO-Compress/bin/zipdetails -+++ cpan/IO-Compress/bin/zipdetails -@@ -5,6 +5,7 @@ - # Display info on the contents of a Zip file - # - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - use warnings ; - ---- cpan/JSON-PP/bin/json_pp -+++ cpan/JSON-PP/bin/json_pp -@@ -1,5 +1,6 @@ - #!/usr/bin/perl - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - use Getopt::Long; - ---- cpan/Test-Harness/bin/prove -+++ cpan/Test-Harness/bin/prove -@@ -1,5 +1,6 @@ - #!/usr/bin/perl -w - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - use warnings; - use App::Prove; ---- dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp -+++ dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp -@@ -1,5 +1,6 @@ - #!perl - use 5.006; -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - eval { - require ExtUtils::ParseXS; ---- dist/Module-CoreList/corelist -+++ dist/Module-CoreList/corelist -@@ -130,6 +130,7 @@ requested perl versions. - - =cut - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use Module::CoreList; - use Getopt::Long qw(:config no_ignore_case); - use Pod::Usage; ---- ext/Pod-Html/bin/pod2html -+++ ext/Pod-Html/bin/pod2html -@@ -216,6 +216,7 @@ This program is distributed under the Artistic License. - - =cut - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use Pod::Html; - - pod2html @ARGV; ---- utils/c2ph.PL -+++ utils/c2ph.PL -@@ -280,6 +280,7 @@ Anyway, here it is. Should run on perl v4 or greater. Maybe less. - - $RCSID = '$Id: c2ph,v 1.7 95/10/28 10:41:47 tchrist Exp Locker: tchrist $'; - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use File::Temp; - - ###################################################################### ---- utils/h2ph.PL -+++ utils/h2ph.PL -@@ -36,6 +36,8 @@ $Config{startperl} - - print OUT <<'!NO!SUBS!'; - -+BEGIN { pop @INC if $INC[-1] eq '.' } -+ - use strict; - - use Config; ---- utils/h2xs.PL -+++ utils/h2xs.PL -@@ -35,6 +35,8 @@ $Config{startperl} - - print OUT <<'!NO!SUBS!'; - -+BEGIN { pop @INC if $INC[-1] eq '.' } -+ - use warnings; - - =head1 NAME ---- utils/libnetcfg.PL -+++ utils/libnetcfg.PL -@@ -97,6 +97,7 @@ Jarkko Hietaniemi, conversion into libnetcfg for inclusion into Perl 5.8. - - # $Id: Configure,v 1.8 1997/03/04 09:22:32 gbarr Exp $ - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; - use IO::File; - use Getopt::Std; ---- utils/perlbug.PL -+++ utils/perlbug.PL -@@ -57,6 +57,7 @@ print OUT <<'!NO!SUBS!'; - my @patches = Config::local_patches(); - my $patch_tags = join "", map /(\S+)/ ? "+$1 " : (), @patches; - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use warnings; - use strict; - use Config; ---- utils/perldoc.PL -+++ utils/perldoc.PL -@@ -44,7 +44,10 @@ $Config{startperl} - # This "$file" file was generated by "$0" - - require 5; --BEGIN { \$^W = 1 if \$ENV{'PERLDOCDEBUG'} } -+BEGIN { -+ \$^W = 1 if \$ENV{'PERLDOCDEBUG'}; -+ pop \@INC if \$INC[-1] eq '.'; -+} - use Pod::Perldoc; - exit( Pod::Perldoc->run() ); - ---- utils/perlivp.PL -+++ utils/perlivp.PL -@@ -39,6 +39,8 @@ print OUT "\n# perlivp $^V\n"; - - print OUT <<'!NO!SUBS!'; - -+BEGIN { pop @INC if $INC[-1] eq '.' } -+ - sub usage { - warn "@_\n" if @_; - print << " EOUSAGE"; ---- utils/splain.PL -+++ utils/splain.PL -@@ -38,6 +38,12 @@ $Config{startperl} - if \$running_under_some_shell; - !GROK!THIS! - -+print <<'!NO!SUBS!'; -+ -+BEGIN { pop @INC if $INC[-1] eq '.' } -+ -+!NO!SUBS! -+ - while (<IN>) { - print OUT unless /^package diagnostics/; - } ---- lib/perl5db.pl -+++ lib/perl5db.pl -@@ -1938,7 +1938,10 @@ sub _DB__handle_y_command { - = $obj->cmd_args =~ /\A(?:(\d*)\s*(.*))?\z/) { - - # See if we've got the necessary support. -- if (!eval { require PadWalker; PadWalker->VERSION(0.08) }) { -+ if (!eval { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ require PadWalker; PadWalker->VERSION(0.08) }) { - my $Err = $@; - _db_warn( - $Err =~ /locate/ -@@ -9420,7 +9423,10 @@ if PadWalker could be loaded. - - =cut - -- if (not $text =~ /::/ and eval { require PadWalker } ) { -+ if (not $text =~ /::/ and eval { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ require PadWalker } ) { - my $level = 1; - while (1) { - my @info = caller($level); ---- cpan/Test/lib/Test.pm -+++ cpan/Test/lib/Test.pm -@@ -480,7 +480,12 @@ sub _diff_complain { - my($result, $expected, $detail, $prefix) = @_; - return _diff_complain_external(@_) if $ENV{PERL_TEST_DIFF}; - return _diff_complain_algdiff(@_) -- if eval { require Algorithm::Diff; Algorithm::Diff->VERSION(1.15); 1; }; -+ if eval { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ require Algorithm::Diff; Algorithm::Diff->VERSION(1.15); -+ 1; -+ }; - - $told_about_diff++ or print $TESTERR <<"EOT"; - # $prefix (Install the Algorithm::Diff module to have differences in multiline ---- dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm -+++ dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm -@@ -145,6 +145,8 @@ sub _try_use { # Basically a wrapper around "require Modulename" - print " About to use $module ...\n" if DEBUG; - { - local $SIG{'__DIE__'}; -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - eval "require $module"; # used to be "use $module", but no point in that. - } - if($@) { ---- dist/IO/IO.pm -+++ dist/IO/IO.pm -@@ -18,6 +18,8 @@ sub import { - - my @l = @_ ? @_ : qw(Handle Seekable File Pipe Socket Dir); - -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - eval join("", map { "require IO::" . (/(\w+)/)[0] . ";\n" } @l) - or croak $@; - } ---- dist/Locale-Maketext/lib/Locale/Maketext.pm -+++ dist/Locale-Maketext/lib/Locale/Maketext.pm -@@ -449,6 +449,8 @@ sub _try_use { # Basically a wrapper around "require Modulename" - - local $SIG{'__DIE__'}; - local $@; -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - eval "require $module"; # used to be "use $module", but no point in that. - - if($@) { ---- dist/Net-Ping/lib/Net/Ping.pm -+++ dist/Net-Ping/lib/Net/Ping.pm -@@ -410,7 +410,11 @@ sub ping_external { - $timeout # Seconds after which ping times out - ) = @_; - -- eval { require Net::Ping::External; } -+ eval { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ require Net::Ping::External; -+ } - or croak('Protocol "external" not supported on your system: Net::Ping::External not found'); - return Net::Ping::External::ping(ip => $ip, timeout => $timeout); - } ---- dist/Storable/Storable.pm -+++ dist/Storable/Storable.pm -@@ -25,7 +25,13 @@ use vars qw($canonical $forgive_me $VERSION); - $VERSION = '2.53_01'; - - BEGIN { -- if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) { -+ if (eval { -+ local $SIG{__DIE__}; -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ require Log::Agent; -+ 1; -+ }) { - Log::Agent->import; - } - # ---- dist/base/lib/base.pm -+++ dist/base/lib/base.pm -@@ -78,7 +78,11 @@ sub import { - my $sigdie; - { - local $SIG{__DIE__}; -- eval "require $base"; -+ do { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ eval "require $base"; -+ }; - # Only ignore "Can't locate" errors from our eval require. - # Other fatal errors (syntax etc) must be reported. - die if $@ && $@ !~ /^Can't locate .*? at \(eval /; ---- cpan/CPAN/lib/App/Cpan.pm -+++ cpan/CPAN/lib/App/Cpan.pm -@@ -530,9 +530,20 @@ sub AUTOLOAD { 1 } - sub DESTROY { 1 } - } - -+# load a module without searching the default entry for the current -+# directory -+sub _safe_load_module { -+ my $name = shift; -+ -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ -+ eval "require $name; 1"; -+} -+ - sub _init_logger - { -- my $log4perl_loaded = eval "require Log::Log4perl; 1"; -+ my $log4perl_loaded = _safe_load_module("Log::Log4perl"); - - unless( $log4perl_loaded ) - { -@@ -993,7 +1004,7 @@ sub _load_local_lib # -I - { - $logger->debug( "Loading local::lib" ); - -- my $rc = eval { require local::lib; 1; }; -+ my $rc = _safe_load_module("local::lib"); - unless( $rc ) { - $logger->die( "Could not load local::lib" ); - } -@@ -1121,7 +1132,7 @@ sub _get_file - { - my $path = shift; - -- my $loaded = eval "require LWP::Simple; 1;"; -+ my $loaded = _safe_load_module("LWP::Simple"); - croak "You need LWP::Simple to use features that fetch files from CPAN\n" - unless $loaded; - -@@ -1143,7 +1154,7 @@ sub _gitify - { - my $args = shift; - -- my $loaded = eval "require Archive::Extract; 1;"; -+ my $loaded = _safe_load_module("Archive::Extract"); - croak "You need Archive::Extract to use features that gitify distributions\n" - unless $loaded; - -@@ -1207,7 +1218,7 @@ sub _show_Changes - sub _get_changes_file - { - croak "Reading Changes files requires LWP::Simple and URI\n" -- unless eval "require LWP::Simple; require URI; 1"; -+ unless _safe_load_module("LWP::Simple") && _safe_load_module("URI"); - - my $url = shift; - ---- cpan/CPAN/lib/CPAN.pm -+++ cpan/CPAN/lib/CPAN.pm -@@ -1104,6 +1104,8 @@ sub has_usable { - ] - }; - if ($usable->{$mod}) { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - for my $c (0..$#{$usable->{$mod}}) { - my $code = $usable->{$mod}[$c]; - my $ret = eval { &$code() }; -@@ -1146,6 +1148,8 @@ sub has_inst { - $CPAN::META->{dontload_hash}{$mod}||=1; # unsafe meta access, ok - return 0; - } -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - my $file = $mod; - my $obj; - $file =~ s|::|/|g; ---- cpan/Digest/Digest.pm -+++ cpan/Digest/Digest.pm -@@ -38,7 +38,11 @@ sub new - unless (exists ${"$class\::"}{"VERSION"}) { - my $pm_file = $class . ".pm"; - $pm_file =~ s{::}{/}g; -- eval { require $pm_file }; -+ eval { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ require $pm_file -+ }; - if ($@) { - $err ||= $@; - next; ---- cpan/Encode/Encode.pm -+++ cpan/Encode/Encode.pm -@@ -56,6 +56,8 @@ require Encode::Config; - eval { - local $SIG{__DIE__}; - local $SIG{__WARN__}; -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - require Encode::ConfigLocal; - }; - ---- dist/ExtUtils-Command/lib/ExtUtils/Command.pm -+++ dist/ExtUtils-Command/lib/ExtUtils/Command.pm -@@ -19,7 +19,10 @@ if( $Is_VMS ) { - my $vms_efs; - my $vms_case; - -- if (eval { local $SIG{__DIE__}; require VMS::Feature; }) { -+ if (eval { local $SIG{__DIE__}; -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ require VMS::Feature; }) { - $vms_unix_rpt = VMS::Feature::current("filename_unix_report"); - $vms_efs = VMS::Feature::current("efs_charset"); - $vms_case = VMS::Feature::current("efs_case_preserve"); ---- cpan/File-Fetch/lib/File/Fetch.pm -+++ cpan/File-Fetch/lib/File/Fetch.pm -@@ -567,6 +567,8 @@ sub _lwp_fetch { - - }; - -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - unless( can_load( modules => $use_list ) ) { - $METHOD_FAIL->{'lwp'} = 1; - return; -@@ -619,6 +621,8 @@ sub _httptiny_fetch { - - }; - -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - unless( can_load(modules => $use_list) ) { - $METHOD_FAIL->{'httptiny'} = 1; - return; -@@ -658,6 +662,8 @@ sub _httplite_fetch { - - }; - -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - unless( can_load(modules => $use_list) ) { - $METHOD_FAIL->{'httplite'} = 1; - return; -@@ -733,6 +739,8 @@ sub _iosock_fetch { - 'IO::Select' => '0.0', - }; - -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - unless( can_load(modules => $use_list) ) { - $METHOD_FAIL->{'iosock'} = 1; - return; -@@ -814,6 +822,8 @@ sub _netftp_fetch { - check( $tmpl, \%hash ) or return; - - ### required modules ### -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - my $use_list = { 'Net::FTP' => 0 }; - - unless( can_load( modules => $use_list ) ) { ---- cpan/HTTP-Tiny/lib/HTTP/Tiny.pm -+++ cpan/HTTP-Tiny/lib/HTTP/Tiny.pm -@@ -1392,6 +1392,8 @@ sub _find_CA_file { - return $self->{SSL_options}->{SSL_ca_file} - if $self->{SSL_options}->{SSL_ca_file} and -e $self->{SSL_options}->{SSL_ca_file}; - -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - return Mozilla::CA::SSL_ca_file() - if eval { require Mozilla::CA }; - ---- cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm -+++ cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm -@@ -27,6 +27,8 @@ Exporter::export_ok_tags('all'); - - BEGIN - { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - eval ' use IO::Uncompress::Adapter::Inflate 2.060 ;'; - eval ' use IO::Uncompress::Adapter::Bunzip2 2.060 ;'; - eval ' use IO::Uncompress::Adapter::LZO 2.060 ;'; ---- cpan/IPC-Cmd/lib/IPC/Cmd.pm -+++ cpan/IPC-Cmd/lib/IPC/Cmd.pm -@@ -125,6 +125,8 @@ sub can_use_ipc_run { - return if IS_WIN98; - - ### if we dont have ipc::run, we obviously can't use it. -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - return unless can_load( - modules => { 'IPC::Run' => '0.55' }, - verbose => ($WARN && $verbose), -@@ -169,6 +171,8 @@ sub can_use_ipc_open3 { - - ### IPC::Open3 works on every non-VMS platform, but it can't - ### capture buffers on win32 :( -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - return unless can_load( - modules => { map {$_ => '0.0'} qw|IPC::Open3 IO::Select Symbol| }, - verbose => ($WARN && $verbose), ---- cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm -+++ cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm -@@ -134,7 +134,12 @@ sub load_loc { - my $pkg = join('::', grep { defined and length } $args{Class}, $args{Subclass}); - return $Loc{$pkg} if exists $Loc{$pkg}; - -- eval { require Locale::Maketext::Lexicon; 1 } or return; -+ eval { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ require Locale::Maketext::Lexicon; -+ 1 -+ } or return; - $Locale::Maketext::Lexicon::VERSION > 0.20 or return; - eval { require File::Spec; 1 } or return; - ---- cpan/Memoize/Memoize.pm -+++ cpan/Memoize/Memoize.pm -@@ -184,7 +184,11 @@ sub _my_tie { - } - my $modulefile = $module . '.pm'; - $modulefile =~ s{::}{/}g; -- eval { require $modulefile }; -+ eval { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ require $modulefile -+ }; - if ($@) { - croak "Memoize: Couldn't load hash tie module `$module': $@; aborting"; - } ---- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm -@@ -573,6 +573,9 @@ sub find_good_formatter_class { - my @class_list = @{ $self->{'formatter_classes'} || [] }; - $self->die( "WHAT? Nothing in the formatter class list!?" ) unless @class_list; - -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ - my $good_class_found; - foreach my $c (@class_list) { - DEBUG > 4 and print "Trying to load $c...\n"; -@@ -1004,6 +1007,8 @@ sub new_translator { # $tr = $self->new_translator($lang); - my $self = shift; - my $lang = shift; - -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - my $pack = 'POD2::' . uc($lang); - eval "require $pack"; - if ( !$@ && $pack->can('new') ) { ---- cpan/Sys-Syslog/Syslog.pm -+++ cpan/Sys-Syslog/Syslog.pm -@@ -888,6 +888,8 @@ sub silent_eval (&) { - sub can_load { - my ($module, $verbose) = @_; - local($SIG{__DIE__}, $SIG{__WARN__}, $@); -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - my $loaded = eval "use $module; 1"; - warn $@ if not $loaded and $verbose; - return $loaded ---- cpan/libnet/Net/Config.pm -+++ cpan/libnet/Net/Config.pm -@@ -23,7 +23,12 @@ our $VERSION = "3.05"; - - our($CONFIGURE, $LIBNET_CFG); - --eval { local $SIG{__DIE__}; require Net::LocalCfg }; -+eval { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; -+ local $SIG{__DIE__}; -+ require Net::LocalCfg; -+}; - - our %NetConfig = ( - nntp_hosts => [], ---- dist/bignum/lib/bigint.pm.orig Sat Dec 27 03:49:23 2014 -+++ dist/bignum/lib/bigint.pm Sat Jul 23 21:29:44 2016 -@@ -248,6 +248,8 @@ sub import - # see if we can find Math::BigInt::Lite - if (!defined $a && !defined $p) # rounding won't work to well - { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - eval 'require Math::BigInt::Lite;'; - if ($@ eq '') - { ---- dist/bignum/lib/bignum.pm.orig Sat Dec 27 03:49:23 2014 -+++ dist/bignum/lib/bignum.pm Sat Jul 23 21:29:52 2016 -@@ -155,6 +155,8 @@ sub import - # see if we can find Math::BigInt::Lite - if (!defined $a && !defined $p) # rounding won't work to well - { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - eval 'require Math::BigInt::Lite;'; - if ($@ eq '') - { ---- dist/bignum/lib/bigrat.pm.orig Sat Dec 27 03:49:23 2014 -+++ dist/bignum/lib/bigrat.pm Sat Jul 23 21:29:59 2016 -@@ -148,6 +148,8 @@ sub import - # see if we can find Math::BigInt::Lite - if (!defined $a && !defined $p) # rounding won't work to well - { -+ local @INC = @INC; -+ pop @INC if $INC[-1] eq '.'; - eval 'require Math::BigInt::Lite;'; - if ($@ eq '') - { ---- x2p/s2p.PL.orig Sat Jul 23 07:07:58 2016 -+++ x2p/s2p.PL Sat Jul 23 07:10:09 2016 -@@ -1,5 +1,6 @@ - #!/usr/bin/perl - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use Config; - use File::Basename qw(&basename &dirname); - use Cwd; ---- x2p/find2perl.PL.orig Sat Jul 23 07:08:21 2016 -+++ x2p/find2perl.PL Sat Jul 23 07:10:15 2016 -@@ -1,5 +1,6 @@ - #!/usr/local/bin/perl - -+BEGIN { pop @INC if $INC[-1] eq '.' } - use Config; - use File::Basename qw(&basename &dirname); - use Cwd; diff --git a/lang/perl5.18/files/patch-CVE-2016-6185 b/lang/perl5.18/files/patch-CVE-2016-6185 deleted file mode 100644 index 67ddca7ed2b0..000000000000 --- a/lang/perl5.18/files/patch-CVE-2016-6185 +++ /dev/null @@ -1,90 +0,0 @@ -diff --git dist/XSLoader/XSLoader_pm.PL dist/XSLoader/XSLoader_pm.PL -index 8a8852e..09f9d4b 100644 ---- dist/XSLoader/XSLoader_pm.PL -+++ dist/XSLoader/XSLoader_pm.PL -@@ -93,6 +93,43 @@ print OUT <<'EOT'; - $modlibname =~ s,[\\/][^\\/]+$,, while $c--; # Q&D basename - EOT - -+my $to_print = <<'EOT'; -+ # Does this look like a relative path? -+ if ($modlibname !~ m{regexp}) { -+EOT -+ -+$to_print =~ s~regexp~ -+ $^O eq 'MSWin32' || $^O eq 'os2' || $^O eq 'cygwin' || $^O eq 'amigaos' -+ ? '^(?:[A-Za-z]:)?[\\\/]' # Optional drive letter -+ : '^/' -+~e; -+ -+print OUT $to_print, <<'EOT'; -+ # Someone may have a #line directive that changes the file name, or -+ # may be calling XSLoader::load from inside a string eval. We cer- -+ # tainly do not want to go loading some code that is not in @INC, -+ # as it could be untrusted. -+ # -+ # We could just fall back to DynaLoader here, but then the rest of -+ # this function would go untested in the perl core, since all @INC -+ # paths are relative during testing. That would be a time bomb -+ # waiting to happen, since bugs could be introduced into the code. -+ # -+ # So look through @INC to see if $modlibname is in it. A rela- -+ # tive $modlibname is not a common occurrence, so this block is -+ # not hot code. -+ FOUND: { -+ for (@INC) { -+ if ($_ eq $modlibname) { -+ last FOUND; -+ } -+ } -+ # Not found. Fall back to DynaLoader. -+ goto \&XSLoader::bootstrap_inherit; -+ } -+ } -+EOT -+ - my $dl_dlext = quotemeta($Config::Config{'dlext'}); - - print OUT <<"EOT"; -diff --git dist/XSLoader/t/XSLoader.t dist/XSLoader/t/XSLoader.t -index 2ff11fe..1e86faa 100644 ---- dist/XSLoader/t/XSLoader.t -+++ dist/XSLoader/t/XSLoader.t -@@ -33,7 +33,7 @@ my %modules = ( - 'Time::HiRes'=> q| ::can_ok( 'Time::HiRes' => 'usleep' ) |, # 5.7.3 - ); - --plan tests => keys(%modules) * 3 + 8; -+plan tests => keys(%modules) * 3 + 9; - - # Try to load the module - use_ok( 'XSLoader' ); -@@ -95,3 +95,28 @@ XSLoader::load("Devel::Peek"); - EOS - or ::diag $@; - } -+ -+SKIP: { -+ skip "File::Path not available", 1 -+ unless eval { require File::Path }; -+ my $name = "phooo$$"; -+ File::Path::make_path("$name/auto/Foo/Bar"); -+ open my $fh, -+ ">$name/auto/Foo/Bar/Bar.$Config::Config{'dlext'}"; -+ close $fh; -+ my $fell_back; -+ local *XSLoader::bootstrap_inherit = sub { -+ $fell_back++; -+ # Break out of the calling subs -+ goto the_test; -+ }; -+ eval <<END; -+#line 1 $name -+package Foo::Bar; -+XSLoader::load("Foo::Bar"); -+END -+ the_test: -+ ok $fell_back, -+ 'XSLoader will not load relative paths based on (caller)[1]'; -+ File::Path::remove_tree($name); -+} diff --git a/lang/perl5.18/files/patch-Configure b/lang/perl5.18/files/patch-Configure deleted file mode 100644 index 19952f31f051..000000000000 --- a/lang/perl5.18/files/patch-Configure +++ /dev/null @@ -1,33 +0,0 @@ ---- Configure.orig 2014-10-01 01:32:59 UTC -+++ Configure -@@ -3634,7 +3634,10 @@ esac - . ./posthint.sh - - : who configured the system --cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` -+case "$cf_time" in -+"") -+ cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` ;; -+esac - case "$cf_by" in - "") - cf_by=`(logname) 2>/dev/null` -@@ -4730,7 +4733,7 @@ esac - 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";; -@@ -9143,8 +9146,7 @@ prefixvar=siteman3dir - - : 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.18/files/patch-Makefile.SH b/lang/perl5.18/files/patch-Makefile.SH deleted file mode 100644 index e3e79e773429..000000000000 --- a/lang/perl5.18/files/patch-Makefile.SH +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.SH.orig 2014-10-01 15:23:34 UTC -+++ Makefile.SH -@@ -40,7 +40,6 @@ esac - pwd="`pwd`" - linklibperl='$(LIBPERL)' - linklibperl_nonshr='' --shrpldflags='$(LDDLFLAGS)' - ldlibpth='' - DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB' - DPERL_IS_MINIPERL='-DPERL_IS_MINIPERL' diff --git a/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm b/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm deleted file mode 100644 index 7b75cef260c4..000000000000 --- a/lang/perl5.18/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 2014-10-01 01:32:59 UTC -+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm -@@ -1714,13 +1714,14 @@ - ('$(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.18/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t b/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t deleted file mode 100644 index 65c20f814634..000000000000 --- a/lang/perl5.18/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t +++ /dev/null @@ -1,20 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2014-10-01 01:32:59 UTC -+++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t -@@ -10,7 +10,7 @@ - } - - use strict; --use Test::More tests => 52; -+use Test::More tests => 51; - use MakeMaker::Test::Utils; - use MakeMaker::Test::Setup::BFD; - use ExtUtils::MakeMaker; -@@ -58,7 +58,7 @@ - (?:Writing\ MYMETA.yml\ and\ MYMETA.json\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.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm b/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm deleted file mode 100644 index 628f52f4893d..000000000000 --- a/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm +++ /dev/null @@ -1,13 +0,0 @@ ---- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2014-10-01 01:32:59 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm -@@ -1754,6 +1754,10 @@ sub page { # apply a pager to the outpu - if ($self->is_vms) { - last if system("$pager $output") == 0; - } else { -+ # fix visible escape codes in ToTerm output -+ # https://bugs.debian.org/758689 -+ local $ENV{LESS} = defined $ENV{LESS} ? "$ENV{LESS} -R" : "-R"; -+ local $ENV{MORE} = defined $ENV{MORE} ? "$ENV{MORE} -R" : "-R"; - last if system("$pager \"$output\"") == 0; - } - } diff --git a/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm b/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm deleted file mode 100644 index 92dc28c18985..000000000000 --- a/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm +++ /dev/null @@ -1,10 +0,0 @@ ---- cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm.orig 2014-10-01 01:32:59 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm -@@ -33,6 +33,7 @@ BEGIN { - *is_linux = $^O eq 'linux' ? \&TRUE : \&FALSE unless defined &is_linux; - *is_hpux = $^O =~ m/hpux/ ? \&TRUE : \&FALSE unless defined &is_hpux; - *is_openbsd = $^O =~ m/openbsd/ ? \&TRUE : \&FALSE unless defined &is_openbsd; -+ *is_freebsd = $^O =~ m/freebsd/ ? \&TRUE : \&FALSE unless defined &is_freebsd; - } - - sub _perldoc_elem { diff --git a/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm b/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm deleted file mode 100644 index f947c43b5760..000000000000 --- a/lang/perl5.18/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm.orig 2014-10-01 01:32:59 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm -@@ -63,7 +63,7 @@ sub init { - sub _roffer_candidates { - my( $self ) = @_; - -- if( $self->is_openbsd ) { qw( mandoc groff nroff ) } -+ if( $self->is_freebsd || $self->is_openbsd ) { qw( mandoc groff nroff ) } - else { qw( groff nroff mandoc ) } - } - diff --git a/lang/perl5.18/files/patch-cpan_podlators_lib_Pod_Man.pm b/lang/perl5.18/files/patch-cpan_podlators_lib_Pod_Man.pm deleted file mode 100644 index f176de5ac36d..000000000000 --- a/lang/perl5.18/files/patch-cpan_podlators_lib_Pod_Man.pm +++ /dev/null @@ -1,107 +0,0 @@ ---- cpan/podlators/lib/Pod/Man.pm.orig 2014-10-01 01:33:00 UTC -+++ cpan/podlators/lib/Pod/Man.pm -@@ -883,25 +883,42 @@ sub devise_title { - } - - # Determine the modification date and return that, properly formatted in ISO --# format. If we can't get the modification date of the input, instead use the --# current time. Pod::Simple returns a completely unuseful stringified file --# handle as the source_filename for input from a file handle, so we have to --# deal with that as well. -+# format. -+# -+# If POD_MAN_DATE is set, that overrides anything else. This can be used for -+# reproducible generation of the same file even if the input file timestamps -+# are unpredictable or the POD coms from standard input. -+# -+# Otherwise, use the modification date of the input if we can stat it. Be -+# aware that Pod::Simple returns the stringification of the file handle as -+# source_filename for input from a file handle, so we'll stat some random ref -+# string in that case. If that fails, instead use the current time. -+# -+# $self - Pod::Man object, used to get the source file -+# -+# Returns: YYYY-MM-DD date suitable for the left-hand footer - sub devise_date { - my ($self) = @_; -+ -+ # If POD_MAN_DATE is set, always use it. -+ if ($ENV{POD_MAN_DATE}) { -+ return $ENV{POD_MAN_DATE}; -+ } -+ -+ # Otherwise, get the input filename and try to stat it. If that fails, -+ # use the current time. - my $input = $self->source_filename; - my $time; - if ($input) { -- $time = (stat $input)[9] || time; -+ $time = (stat($input))[9] || time(); - } else { -- $time = time; -+ $time = time(); - } - -- # Can't use POSIX::strftime(), which uses Fcntl, because MakeMaker -- # uses this and it has to work in the core which can't load dynamic -- # libraries. -- my ($year, $month, $day) = (localtime $time)[5,4,3]; -- return sprintf ("%04d-%02d-%02d", $year + 1900, $month + 1, $day); -+ # Can't use POSIX::strftime(), which uses Fcntl, because MakeMaker uses -+ # this and it has to work in the core which can't load dynamic libraries. -+ my ($year, $month, $day) = (localtime($time))[5,4,3]; -+ return sprintf("%04d-%02d-%02d", $year + 1900, $month + 1, $day); - } - - # Print out the preamble and the title. The meaning of the arguments to .TH -@@ -1613,6 +1630,15 @@ argument. - Sets the centered page header to use instead of "User Contributed Perl - Documentation". - -+=item date -+ -+Sets the left-hand footer. If this option is not set, the contents of the -+environment variable POD_MAN_DATE, if set, will be used. Failing that, -+the modification date of the input file will be used, or the current time -+if stat() can't find that file (which will be the case if the input is -+from C<STDIN>). If obtained from the file modification date or the -+current time, he date will be formatted as C<YYYY-MM-DD>. -+ - =item errors - - How to report errors. C<die> says to throw an exception on any POD -@@ -1623,13 +1649,6 @@ POD errors entirely, as much as possible - - The default is C<output>. - --=item date -- --Sets the left-hand footer. By default, the modification date of the input --file will be used, or the current date if stat() can't find that file (the --case if the input is from C<STDIN>), and the date will be formatted as --C<YYYY-MM-DD>. -- - =item fixed - - The fixed-width font to use for verbatim text and code. Defaults to -@@ -1785,6 +1804,20 @@ option was set to C<die>. - - =back - -+=head1 ENVIRONMENT -+ -+=over 4 -+ -+=item POD_MAN_DATE -+ -+If set, this will be used as the value of the left-hand footer unless the -+C<date> option is explicitly set, overriding the timestamp of the input -+file or the current time. This is primarily useful to ensure reproducible -+builds of the same output file given the same souce and Pod::Man version, -+even when file timestamps may not be consistent. -+ -+=back -+ - =head1 BUGS - - Encoding handling assumes that PerlIO is available and does not work diff --git a/lang/perl5.18/files/patch-cpan_podlators_t_devise-date.t b/lang/perl5.18/files/patch-cpan_podlators_t_devise-date.t deleted file mode 100644 index 48b6bd81e88a..000000000000 --- a/lang/perl5.18/files/patch-cpan_podlators_t_devise-date.t +++ /dev/null @@ -1,39 +0,0 @@ ---- cpan/podlators/t/devise-date.t.orig 2014-01-31 21:55:51 UTC -+++ cpan/podlators/t/devise-date.t -@@ -1,15 +1,28 @@ --#!/usr/bin/perl -w -- --# In order for MakeMaker to build in the core, nothing can use --# Fcntl which includes POSIX. devise_date()'s use of strftime() --# was replaced. This tests that it's identical. -+#!/usr/bin/perl -+# -+# In order for MakeMaker to build in the core, nothing can use Fcntl which -+# includes POSIX. devise_date()'s use of strftime() was replaced. This tests -+# that it's identical. It also tests special handling of the POD_MAN_DATE -+# environment variable. - -+use 5.006; - use strict; -- --use Test::More tests => 1; -+use warnings; - - use Pod::Man; - use POSIX qw(strftime); - -+use Test::More tests => 2; -+ -+# Check that the results of device_date matches strftime. There is no input -+# file name, so this will use the current time. - my $parser = Pod::Man->new; --is $parser->devise_date, strftime("%Y-%m-%d", localtime); -+is( -+ $parser->devise_date, -+ strftime('%Y-%m-%d', localtime()), -+ 'devise_date matches strftime' -+); -+ -+# Set the override environment variable and ensure that it's honored. -+local $ENV{POD_MAN_DATE} = '2014-01-01'; -+is($parser->devise_date, '2014-01-01', 'devise_date honors POD_MAN_DATE'); diff --git a/lang/perl5.18/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm b/lang/perl5.18/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm deleted file mode 100644 index 3d335cf92054..000000000000 --- a/lang/perl5.18/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- dist/ExtUtils-Install/lib/ExtUtils/Install.pm.orig 2014-10-01 01:33:00 UTC -+++ dist/ExtUtils-Install/lib/ExtUtils/Install.pm -@@ -797,7 +797,7 @@ sub install { #XXX OS-SPECIFIC - utime($atime,$mtime + $Is_VMS,$targetfile) unless $dry_run>1; - - -- $mode = 0444 | ( $mode & 0111 ? 0111 : 0 ); -+ $mode = 0644 | ( $mode & 0111 ? 0111 : 0 ); - $mode = $mode | 0222 - if $realtarget ne $targetfile; - _chmod( $mode, $targetfile, $verbose ); diff --git a/lang/perl5.18/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm b/lang/perl5.18/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm deleted file mode 100644 index a5cf7defba70..000000000000 --- a/lang/perl5.18/files/patch-dist_Math-BigInt_lib_Math_BigInt.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- dist/Math-BigInt/lib/Math/BigInt.pm.orig 2014-10-01 01:33:00 UTC -+++ dist/Math-BigInt/lib/Math/BigInt.pm -@@ -62,7 +62,7 @@ - '>>=' => sub { $_[0]->brsft($_[1]); }, - - # not supported by Perl yet --'..' => \&_pointpoint, -+# '..' => \&_pointpoint, - - '<=>' => sub { my $rc = $_[2] ? - ref($_[0])->bcmp($_[1],$_[0]) : diff --git a/lang/perl5.18/files/patch-ext_Errno_Errno__pm.PL b/lang/perl5.18/files/patch-ext_Errno_Errno__pm.PL deleted file mode 100644 index 65dba25dd6fd..000000000000 --- a/lang/perl5.18/files/patch-ext_Errno_Errno__pm.PL +++ /dev/null @@ -1,39 +0,0 @@ ---- ext/Errno/Errno_pm.PL.orig 2014-10-01 01:33:00 UTC -+++ ext/Errno/Errno_pm.PL -@@ -236,20 +236,31 @@ sub write_errno_pm { - { # BeOS (support now removed) did not enter this block - # invoke CPP and read the output - -+ my $inhibit_linemarkers = ''; -+ if ($Config{gccversion} =~ /\A(\d+)\./ and $1 >= 5) { -+ # GCC 5.0 interleaves expanded macros with line numbers breaking -+ # each line into multiple lines. RT#123784 -+ $inhibit_linemarkers = ' -P'; -+ } -+ - if ($^O eq 'VMS') { -- my $cpp = "$Config{cppstdin} $Config{cppflags} $Config{cppminus}"; -+ my $cpp = "$Config{cppstdin} $Config{cppflags}" . -+ $inhibit_linemarkers . " $Config{cppminus}"; - $cpp =~ s/sys\$input//i; - open(CPPO,"$cpp errno.c |") or - die "Cannot exec $Config{cppstdin}"; - } elsif ($IsMSWin32 || $^O eq 'NetWare') { -- open(CPPO,"$Config{cpprun} $Config{cppflags} errno.c |") or -- die "Cannot run '$Config{cpprun} $Config{cppflags} errno.c'"; -+ my $cpp = "$Config{cpprun} $Config{cppflags}" . -+ $inhibit_linemarkers; -+ open(CPPO,"$cpp errno.c |") or -+ die "Cannot run '$cpp errno.c'"; - } elsif ($IsSymbian) { -- my $cpp = "gcc -E -I$ENV{SDK}\\epoc32\\include\\libc -"; -+ my $cpp = "gcc -E -I$ENV{SDK}\\epoc32\\include\\libc" . -+ $inhibit_linemarkers ." -"; - open(CPPO,"$cpp < errno.c |") - or die "Cannot exec $cpp"; - } else { -- my $cpp = default_cpp(); -+ my $cpp = default_cpp() . $inhibit_linemarkers; - open(CPPO,"$cpp < errno.c |") - or die "Cannot exec $cpp"; - } diff --git a/lang/perl5.18/files/patch-hints_freebsd.sh b/lang/perl5.18/files/patch-hints_freebsd.sh deleted file mode 100644 index 78a8a266547f..000000000000 --- a/lang/perl5.18/files/patch-hints_freebsd.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- hints/freebsd.sh.orig 2014-01-31 21:55:51 UTC -+++ 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 - -@@ -126,7 +132,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' -@@ -134,7 +140,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' - ;; -@@ -191,7 +197,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.18/files/patch-pad.h b/lang/perl5.18/files/patch-pad.h deleted file mode 100644 index df96aad37e16..000000000000 --- a/lang/perl5.18/files/patch-pad.h +++ /dev/null @@ -1,46 +0,0 @@ ---- pad.h.orig 2014-10-01 01:33:00 UTC -+++ pad.h -@@ -143,14 +143,14 @@ typedef enum { - # define ASSERT_CURPAD_LEGAL(label) \ - pad_peg(label); \ - if (PL_comppad ? (AvARRAY(PL_comppad) != PL_curpad) : (PL_curpad != 0)) \ -- Perl_croak(aTHX_ "panic: illegal pad in %s: 0x%"UVxf"[0x%"UVxf"]",\ -+ Perl_croak(aTHX_ "panic: illegal pad in %s: 0x%" UVxf "[0x%" UVxf "]",\ - label, PTR2UV(PL_comppad), PTR2UV(PL_curpad)); - - - # define ASSERT_CURPAD_ACTIVE(label) \ - pad_peg(label); \ - if (!PL_comppad || (AvARRAY(PL_comppad) != PL_curpad)) \ -- Perl_croak(aTHX_ "panic: invalid pad in %s: 0x%"UVxf"[0x%"UVxf"]",\ -+ Perl_croak(aTHX_ "panic: invalid pad in %s: 0x%" UVxf "[0x%" UVxf "]",\ - label, PTR2UV(PL_comppad), PTR2UV(PL_curpad)); - #else - # define ASSERT_CURPAD_LEGAL(label) -@@ -320,7 +320,7 @@ Restore the old pad saved into the local - PL_comppad = (PAD*) (PadlistARRAY(padlist)[nth]); \ - PL_curpad = AvARRAY(PL_comppad); \ - DEBUG_Xv(PerlIO_printf(Perl_debug_log, \ -- "Pad 0x%"UVxf"[0x%"UVxf"] set_cur depth=%d\n", \ -+ "Pad 0x%" UVxf "[0x%" UVxf "] set_cur depth=%d\n", \ - PTR2UV(PL_comppad), PTR2UV(PL_curpad), (int)(nth))); - - -@@ -338,7 +338,7 @@ Restore the old pad saved into the local - PL_comppad = (npad); \ - PL_curpad = PL_comppad ? AvARRAY(PL_comppad) : NULL; \ - DEBUG_Xv(PerlIO_printf(Perl_debug_log, \ -- "Pad 0x%"UVxf"[0x%"UVxf"] save_local\n", \ -+ "Pad 0x%" UVxf "[0x%" UVxf "] save_local\n", \ - PTR2UV(PL_comppad), PTR2UV(PL_curpad))); - - #define PAD_RESTORE_LOCAL(opad) \ -@@ -346,7 +346,7 @@ Restore the old pad saved into the local - PL_comppad = opad; \ - PL_curpad = PL_comppad ? AvARRAY(PL_comppad) : NULL; \ - DEBUG_Xv(PerlIO_printf(Perl_debug_log, \ -- "Pad 0x%"UVxf"[0x%"UVxf"] restore_local\n", \ -+ "Pad 0x%" UVxf "[0x%" UVxf "] restore_local\n", \ - PTR2UV(PL_comppad), PTR2UV(PL_curpad))); - - diff --git a/lang/perl5.18/files/patch-perl.c b/lang/perl5.18/files/patch-perl.c deleted file mode 100644 index 78514ddb559b..000000000000 --- a/lang/perl5.18/files/patch-perl.c +++ /dev/null @@ -1,21 +0,0 @@ ---- perl.c.orig 2014-10-01 01:33:00 UTC -+++ perl.c -@@ -1789,18 +1789,7 @@ S_Internals_V(pTHX_ CV *cv) - PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, - sizeof(non_bincompat_options) - 1, SVs_TEMP)); - --#ifdef __DATE__ --# ifdef __TIME__ -- PUSHs(Perl_newSVpvn_flags(aTHX_ -- STR_WITH_LEN("Compiled at " __DATE__ " " __TIME__), -- SVs_TEMP)); --# else -- PUSHs(Perl_newSVpvn_flags(aTHX_ STR_WITH_LEN("Compiled on " __DATE__), -- SVs_TEMP)); --# endif --#else - PUSHs(&PL_sv_undef); --#endif - - for (i = 1; i <= local_patch_count; i++) { - /* This will be an undef, if PL_localpatches[i] is NULL. */ diff --git a/lang/perl5.18/files/patch-perl.h b/lang/perl5.18/files/patch-perl.h deleted file mode 100644 index 59529b6dc876..000000000000 --- a/lang/perl5.18/files/patch-perl.h +++ /dev/null @@ -1,20 +0,0 @@ ---- perl.h.orig 2014-10-01 01:33:00 UTC -+++ perl.h -@@ -4254,7 +4254,7 @@ START_EXTERN_C - EXTCONST char PL_warn_uninit[] - INIT("Use of uninitialized value%s%s%s"); - EXTCONST char PL_warn_uninit_sv[] -- INIT("Use of uninitialized value%"SVf"%s%s"); -+ INIT("Use of uninitialized value%" SVf "%s%s"); - EXTCONST char PL_warn_nosemi[] - INIT("Semicolon seems to be missing"); - EXTCONST char PL_warn_reserved[] -@@ -4274,7 +4274,7 @@ EXTCONST char PL_no_usym[] - EXTCONST char PL_no_aelem[] - INIT("Modification of non-creatable array value attempted, subscript %d"); - EXTCONST char PL_no_helem_sv[] -- INIT("Modification of non-creatable hash value attempted, subscript \"%"SVf"\""); -+ INIT("Modification of non-creatable hash value attempted, subscript \"%" SVf "\""); - EXTCONST char PL_no_modify[] - INIT("Modification of a read-only value attempted"); - EXTCONST char PL_no_mem[sizeof("Out of memory!\n")] diff --git a/lang/perl5.18/files/perl-man.conf.in b/lang/perl5.18/files/perl-man.conf.in deleted file mode 100644 index cbe3a5c56862..000000000000 --- a/lang/perl5.18/files/perl-man.conf.in +++ /dev/null @@ -1,2 +0,0 @@ -MANPATH %%PREFIX%%/%%SITEMANPREFIX%%/man -MANPATH %%PREFIX%%/%%PERLMANPREFIX%%/man diff --git a/lang/perl5.18/files/use.perl.in b/lang/perl5.18/files/use.perl.in deleted file mode 100644 index 5936051e6a8a..000000000000 --- a/lang/perl5.18/files/use.perl.in +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -LINK_USRBIN="%%LINK_USRBIN%%" -: ${OSVERSION:=`/sbin/sysctl -n kern.osreldate`}; -PERL_VERSION="%%PERL_VERSION%%" -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 -} - -if [ "$2" = "POST-INSTALL" ] ; then - if [ ${LINK_USRBIN} = yes ] ; then - do_remove_links - do_create_links - fi -elif [ "$2" = "POST-DEINSTALL" ] ; then - [ ${LINK_USRBIN} = yes ] && do_remove_links -fi - -exit 0 diff --git a/lang/perl5.18/pkg-descr b/lang/perl5.18/pkg-descr deleted file mode 100644 index 0ef0392ee6ca..000000000000 --- a/lang/perl5.18/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.18/pkg-plist b/lang/perl5.18/pkg-plist deleted file mode 100644 index f95763f35d07..000000000000 --- a/lang/perl5.18/pkg-plist +++ /dev/null @@ -1,2889 +0,0 @@ -bin/a2p%%BINSUFFIX%% -bin/c2ph%%BINSUFFIX%% -bin/config_data%%BINSUFFIX%% -bin/corelist%%BINSUFFIX%% -bin/cpan%%BINSUFFIX%% -bin/cpan2dist%%BINSUFFIX%% -bin/cpanp%%BINSUFFIX%% -bin/cpanp-run-perl%%BINSUFFIX%% -bin/enc2xs%%BINSUFFIX%% -bin/find2perl%%BINSUFFIX%% -bin/h2ph%%BINSUFFIX%% -bin/h2xs%%BINSUFFIX%% -bin/instmodsh%%BINSUFFIX%% -bin/json_pp%%BINSUFFIX%% -bin/libnetcfg%%BINSUFFIX%% -%%DEFAULT%%bin/perl -%%DEFAULT%%bin/perl5 -bin/perl%%PERL_VERSION%% -bin/perlbug%%BINSUFFIX%% -bin/perldoc%%BINSUFFIX%% -bin/perlivp%%BINSUFFIX%% -bin/perlthanks%%BINSUFFIX%% -bin/piconv%%BINSUFFIX%% -bin/pl2pm%%BINSUFFIX%% -bin/pod2html%%BINSUFFIX%% -bin/pod2latex%%BINSUFFIX%% -bin/pod2man%%BINSUFFIX%% -bin/pod2text%%BINSUFFIX%% -bin/pod2usage%%BINSUFFIX%% -bin/podchecker%%BINSUFFIX%% -bin/podselect%%BINSUFFIX%% -bin/prove%%BINSUFFIX%% -bin/psed%%BINSUFFIX%% -bin/pstruct%%BINSUFFIX%% -bin/ptar%%BINSUFFIX%% -bin/ptardiff%%BINSUFFIX%% -bin/ptargrep%%BINSUFFIX%% -bin/s2p%%BINSUFFIX%% -bin/shasum%%BINSUFFIX%% -bin/splain%%BINSUFFIX%% -bin/xsubpp%%BINSUFFIX%% -bin/zipdetails%%BINSUFFIX%% -etc/man.d/perl%%PKGNAMESUFFIX%%.conf -%%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/Exception/yaml_process_error.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/Requirements.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/Config/HomeEnv.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%%/Config/Perl/V.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/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/ParseXS.pod -%%PRIV_LIB%%/ExtUtils/ParseXS/Constants.pm -%%PRIV_LIB%%/ExtUtils/ParseXS/CountLines.pm -%%PRIV_LIB%%/ExtUtils/ParseXS/Utilities.pm -%%PRIV_LIB%%/ExtUtils/Typemaps.pm -%%PRIV_LIB%%/ExtUtils/Typemaps/Cmd.pm -%%PRIV_LIB%%/ExtUtils/Typemaps/InputMap.pm -%%PRIV_LIB%%/ExtUtils/Typemaps/OutputMap.pm -%%PRIV_LIB%%/ExtUtils/Typemaps/Type.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/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/FAQ.pod -%%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/API.pod -%%PRIV_LIB%%/Locale/Codes/Changes.pod -%%PRIV_LIB%%/Locale/Codes/Constants.pm -%%PRIV_LIB%%/Locale/Codes/Constants.pod -%%PRIV_LIB%%/Locale/Codes/Country.pm -%%PRIV_LIB%%/Locale/Codes/Country.pod -%%PRIV_LIB%%/Locale/Codes/Country_Codes.pm -%%PRIV_LIB%%/Locale/Codes/Country_Retired.pm -%%PRIV_LIB%%/Locale/Codes/Currency.pm -%%PRIV_LIB%%/Locale/Codes/Currency.pod -%%PRIV_LIB%%/Locale/Codes/Currency_Codes.pm -%%PRIV_LIB%%/Locale/Codes/Currency_Retired.pm -%%PRIV_LIB%%/Locale/Codes/LangExt.pm -%%PRIV_LIB%%/Locale/Codes/LangExt.pod -%%PRIV_LIB%%/Locale/Codes/LangExt_Codes.pm -%%PRIV_LIB%%/Locale/Codes/LangExt_Retired.pm -%%PRIV_LIB%%/Locale/Codes/LangFam.pm -%%PRIV_LIB%%/Locale/Codes/LangFam.pod -%%PRIV_LIB%%/Locale/Codes/LangFam_Codes.pm -%%PRIV_LIB%%/Locale/Codes/LangFam_Retired.pm -%%PRIV_LIB%%/Locale/Codes/LangVar.pm -%%PRIV_LIB%%/Locale/Codes/LangVar.pod -%%PRIV_LIB%%/Locale/Codes/LangVar_Codes.pm -%%PRIV_LIB%%/Locale/Codes/LangVar_Retired.pm -%%PRIV_LIB%%/Locale/Codes/Language.pm -%%PRIV_LIB%%/Locale/Codes/Language.pod -%%PRIV_LIB%%/Locale/Codes/Language_Codes.pm -%%PRIV_LIB%%/Locale/Codes/Language_Retired.pm -%%PRIV_LIB%%/Locale/Codes/Script.pm -%%PRIV_LIB%%/Locale/Codes/Script.pod -%%PRIV_LIB%%/Locale/Codes/Script_Codes.pm -%%PRIV_LIB%%/Locale/Codes/Script_Retired.pm -%%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/CoreList.pod -%%PRIV_LIB%%/Module/CoreList/TieHashDelta.pm -%%PRIV_LIB%%/Module/CoreList/Utils.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/ToANSI.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/ToTerm.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%%/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/CJK/Zhuyin.pm -%%PRIV_LIB%%/Unicode/Collate/Locale/af.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ar.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/as.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/az.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/be.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/bg.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/bn.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/ee.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/fa.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fi.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fi_phone.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/gu.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ha.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/haw.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/hi.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/kn.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ko.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/kok.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ln.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/lt.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/lv.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/mk.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ml.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/mr.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/or.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/pa.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/sa.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/se.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/si.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/si_dict.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/sr.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sv.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sv_refo.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ta.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/te.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/th.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/ur.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/vi.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/wae.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/Locale/zh_zhu.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%%/XSLoader.pm -%%PRIV_LIB%%/_charnames.pm -%%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%%/bigint.pm -%%PRIV_LIB%%/bignum.pm -%%PRIV_LIB%%/bigrat.pm -%%PRIV_LIB%%/blib.pm -%%PRIV_LIB%%/bytes.pm -%%PRIV_LIB%%/bytes_heavy.pl -%%PRIV_LIB%%/charnames.pm -%%PRIV_LIB%%/constant.pm -%%PRIV_LIB%%/deprecate.pm -%%PRIV_LIB%%/diagnostics.pm -%%PRIV_LIB%%/dumpvar.pl -%%PRIV_LIB%%/encoding/warnings.pm -%%PRIV_LIB%%/feature.pm -%%PRIV_LIB%%/fields.pm -%%PRIV_LIB%%/filetest.pm -%%PRIV_LIB%%/if.pm -%%PRIV_LIB%%/inc/latest.pm -%%PRIV_LIB%%/inc/latest/private.pm -%%PRIV_LIB%%/integer.pm -%%PRIV_LIB%%/less.pm -%%PRIV_LIB%%/locale.pm -%%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/charclass_invlists.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/feature.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/hv_func.h -%%ARCH_LIB%%/CORE/inline.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/mg_data.h -%%ARCH_LIB%%/CORE/mg_raw.h -%%ARCH_LIB%%/CORE/mg_vtable.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/unicode_constants.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/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/DosGlob.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/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/mmap.pm -%%ARCH_LIB%%/PerlIO/scalar.pm -%%ARCH_LIB%%/PerlIO/via.pm -%%ARCH_LIB%%/SDBM_File.pm -%%ARCH_LIB%%/Scalar/Util.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%%/arybase.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/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/DosGlob/DosGlob.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/PerlIO/encoding/encoding.so -%%ARCH_LIB%%/auto/PerlIO/mmap/mmap.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/arybase/arybase.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%%/open.pm -%%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::Requirements.3.gz -%%MAN3%%/CPAN::Meta::Spec.3.gz -%%MAN3%%/CPAN::Meta::Validator.3.gz -%%MAN3%%/CPAN::Meta::YAML.3.gz -%%MAN3%%/CPAN::Mirrors.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::Config::HomeEnv.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%%/Config::Perl::V.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::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::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::ParseXS::Constants.3.gz -%%MAN3%%/ExtUtils::ParseXS::Utilities.3.gz -%%MAN3%%/ExtUtils::Typemaps.3.gz -%%MAN3%%/ExtUtils::Typemaps::Cmd.3.gz -%%MAN3%%/ExtUtils::Typemaps::InputMap.3.gz -%%MAN3%%/ExtUtils::Typemaps::OutputMap.3.gz -%%MAN3%%/ExtUtils::Typemaps::Type.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::FAQ.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::API.3.gz -%%MAN3%%/Locale::Codes::Changes.3.gz -%%MAN3%%/Locale::Codes::Constants.3.gz -%%MAN3%%/Locale::Codes::Country.3.gz -%%MAN3%%/Locale::Codes::Country_Codes.3.gz -%%MAN3%%/Locale::Codes::Country_Retired.3.gz -%%MAN3%%/Locale::Codes::Currency.3.gz -%%MAN3%%/Locale::Codes::Currency_Codes.3.gz -%%MAN3%%/Locale::Codes::Currency_Retired.3.gz -%%MAN3%%/Locale::Codes::LangExt.3.gz -%%MAN3%%/Locale::Codes::LangExt_Codes.3.gz -%%MAN3%%/Locale::Codes::LangExt_Retired.3.gz -%%MAN3%%/Locale::Codes::LangFam.3.gz -%%MAN3%%/Locale::Codes::LangFam_Codes.3.gz -%%MAN3%%/Locale::Codes::LangFam_Retired.3.gz -%%MAN3%%/Locale::Codes::LangVar.3.gz -%%MAN3%%/Locale::Codes::LangVar_Codes.3.gz -%%MAN3%%/Locale::Codes::LangVar_Retired.3.gz -%%MAN3%%/Locale::Codes::Language.3.gz -%%MAN3%%/Locale::Codes::Language_Codes.3.gz -%%MAN3%%/Locale::Codes::Language_Retired.3.gz -%%MAN3%%/Locale::Codes::Script.3.gz -%%MAN3%%/Locale::Codes::Script_Codes.3.gz -%%MAN3%%/Locale::Codes::Script_Retired.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::CoreList::Utils.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::mmap.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::ToANSI.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::ToTerm.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%%/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::CJK::Zhuyin.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%%/XSLoader.3.gz -%%MAN3%%/arybase.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%%/perlfaq.pm -%%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/perl5120delta.pod -%%PRIV_LIB%%/pod/perl5121delta.pod -%%PRIV_LIB%%/pod/perl5122delta.pod -%%PRIV_LIB%%/pod/perl5123delta.pod -%%PRIV_LIB%%/pod/perl5124delta.pod -%%PRIV_LIB%%/pod/perl5125delta.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/perl5160delta.pod -%%PRIV_LIB%%/pod/perl5161delta.pod -%%PRIV_LIB%%/pod/perl5162delta.pod -%%PRIV_LIB%%/pod/perl5163delta.pod -%%PRIV_LIB%%/pod/perl5180delta.pod -%%PRIV_LIB%%/pod/perl5181delta.pod -%%PRIV_LIB%%/pod/perl5182delta.pod -%%PRIV_LIB%%/pod/perl5183delta.pod -%%PRIV_LIB%%/pod/perl5184delta.pod -%%PRIV_LIB%%/pod/perl561delta.pod -%%PRIV_LIB%%/pod/perl56delta.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/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/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/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/perldtrace.pod -%%PRIV_LIB%%/pod/perlebcdic.pod -%%PRIV_LIB%%/pod/perlembed.pod -%%PRIV_LIB%%/pod/perlexperiment.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/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/perlootut.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/perlrepository.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/perlvar.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%%/pod/perlxstypemap.pod -%%PRIV_LIB%%/sigtrap.pm -%%PRIV_LIB%%/sort.pm -%%PRIV_LIB%%/strict.pm -%%PRIV_LIB%%/subs.pm -%%PRIV_LIB%%/unicore/Blocks.txt -%%PRIV_LIB%%/unicore/CombiningClass.pl -%%PRIV_LIB%%/unicore/Decomposition.pl -%%PRIV_LIB%%/unicore/Heavy.pl -%%PRIV_LIB%%/unicore/Name.pl -%%PRIV_LIB%%/unicore/Name.pm -%%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/Cf.pl -%%PRIV_LIB%%/unicore/To/Digit.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/Isc.pl -%%PRIV_LIB%%/unicore/To/Jg.pl -%%PRIV_LIB%%/unicore/To/Jt.pl -%%PRIV_LIB%%/unicore/To/Lb.pl -%%PRIV_LIB%%/unicore/To/Lc.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/NameAlia.pl -%%PRIV_LIB%%/unicore/To/Nt.pl -%%PRIV_LIB%%/unicore/To/Nv.pl -%%PRIV_LIB%%/unicore/To/PerlDeci.pl -%%PRIV_LIB%%/unicore/To/SB.pl -%%PRIV_LIB%%/unicore/To/Sc.pl -%%PRIV_LIB%%/unicore/To/Scx.pl -%%PRIV_LIB%%/unicore/To/Tc.pl -%%PRIV_LIB%%/unicore/To/Title.pl -%%PRIV_LIB%%/unicore/To/Uc.pl -%%PRIV_LIB%%/unicore/To/Upper.pl -%%PRIV_LIB%%/unicore/To/WB.pl -%%PRIV_LIB%%/unicore/UCD.pl -%%PRIV_LIB%%/unicore/lib/AHex/Y.pl -%%PRIV_LIB%%/unicore/lib/Age/NA.pl -%%PRIV_LIB%%/unicore/lib/Age/V11.pl -%%PRIV_LIB%%/unicore/lib/Age/V20.pl -%%PRIV_LIB%%/unicore/lib/Age/V21.pl -%%PRIV_LIB%%/unicore/lib/Age/V30.pl -%%PRIV_LIB%%/unicore/lib/Age/V31.pl -%%PRIV_LIB%%/unicore/lib/Age/V32.pl -%%PRIV_LIB%%/unicore/lib/Age/V40.pl -%%PRIV_LIB%%/unicore/lib/Age/V41.pl -%%PRIV_LIB%%/unicore/lib/Age/V50.pl -%%PRIV_LIB%%/unicore/lib/Age/V51.pl -%%PRIV_LIB%%/unicore/lib/Age/V52.pl -%%PRIV_LIB%%/unicore/lib/Age/V60.pl -%%PRIV_LIB%%/unicore/lib/Age/V61.pl -%%PRIV_LIB%%/unicore/lib/Age/V62.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/Y.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/ArabicEx.pl -%%PRIV_LIB%%/unicore/lib/Blk/ArabicMa.pl -%%PRIV_LIB%%/unicore/lib/Blk/ArabicP2.pl -%%PRIV_LIB%%/unicore/lib/Blk/ArabicPF.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/Braille.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/CJK.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/CJKExtA.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKExtB.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKExtC.pl -%%PRIV_LIB%%/unicore/lib/Blk/CJKExtD.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/Carian.pl -%%PRIV_LIB%%/unicore/lib/Blk/Chakma.pl -%%PRIV_LIB%%/unicore/lib/Blk/Cham.pl -%%PRIV_LIB%%/unicore/lib/Blk/Cherokee.pl -%%PRIV_LIB%%/unicore/lib/Blk/CompatJa.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/Diacrit2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Diacrit3.pl -%%PRIV_LIB%%/unicore/lib/Blk/Diacriti.pl -%%PRIV_LIB%%/unicore/lib/Blk/Dingbats.pl -%%PRIV_LIB%%/unicore/lib/Blk/Domino.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/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/HalfAndF.pl -%%PRIV_LIB%%/unicore/lib/Blk/HalfMark.pl -%%PRIV_LIB%%/unicore/lib/Blk/Hangul.pl -%%PRIV_LIB%%/unicore/lib/Blk/Hanunoo.pl -%%PRIV_LIB%%/unicore/lib/Blk/Hebrew.pl -%%PRIV_LIB%%/unicore/lib/Blk/HighPUSu.pl -%%PRIV_LIB%%/unicore/lib/Blk/HighSurr.pl -%%PRIV_LIB%%/unicore/lib/Blk/Hiragana.pl -%%PRIV_LIB%%/unicore/lib/Blk/IDC.pl -%%PRIV_LIB%%/unicore/lib/Blk/IPAExt.pl -%%PRIV_LIB%%/unicore/lib/Blk/Imperial.pl -%%PRIV_LIB%%/unicore/lib/Blk/IndicNum.pl -%%PRIV_LIB%%/unicore/lib/Blk/Inscrip2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Inscript.pl -%%PRIV_LIB%%/unicore/lib/Blk/Jamo.pl -%%PRIV_LIB%%/unicore/lib/Blk/JamoExtA.pl -%%PRIV_LIB%%/unicore/lib/Blk/JamoExtB.pl -%%PRIV_LIB%%/unicore/lib/Blk/Javanese.pl -%%PRIV_LIB%%/unicore/lib/Blk/Kaithi.pl -%%PRIV_LIB%%/unicore/lib/Blk/KanaSup.pl -%%PRIV_LIB%%/unicore/lib/Blk/Kanbun.pl -%%PRIV_LIB%%/unicore/lib/Blk/Kangxi.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/Mahjong.pl -%%PRIV_LIB%%/unicore/lib/Blk/Malayala.pl -%%PRIV_LIB%%/unicore/lib/Blk/Mandaic.pl -%%PRIV_LIB%%/unicore/lib/Blk/MathAlph.pl -%%PRIV_LIB%%/unicore/lib/Blk/MathOper.pl -%%PRIV_LIB%%/unicore/lib/Blk/MeeteiM2.pl -%%PRIV_LIB%%/unicore/lib/Blk/MeeteiMa.pl -%%PRIV_LIB%%/unicore/lib/Blk/Meroiti2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Meroitic.pl -%%PRIV_LIB%%/unicore/lib/Blk/Miao.pl -%%PRIV_LIB%%/unicore/lib/Blk/MiscArro.pl -%%PRIV_LIB%%/unicore/lib/Blk/MiscMat2.pl -%%PRIV_LIB%%/unicore/lib/Blk/MiscMath.pl -%%PRIV_LIB%%/unicore/lib/Blk/MiscPict.pl -%%PRIV_LIB%%/unicore/lib/Blk/MiscSymb.pl -%%PRIV_LIB%%/unicore/lib/Blk/MiscTech.pl -%%PRIV_LIB%%/unicore/lib/Blk/Modifie2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Modifier.pl -%%PRIV_LIB%%/unicore/lib/Blk/Mongolia.pl -%%PRIV_LIB%%/unicore/lib/Blk/Music.pl -%%PRIV_LIB%%/unicore/lib/Blk/Myanmar.pl -%%PRIV_LIB%%/unicore/lib/Blk/MyanmarE.pl -%%PRIV_LIB%%/unicore/lib/Blk/NB.pl -%%PRIV_LIB%%/unicore/lib/Blk/NKo.pl -%%PRIV_LIB%%/unicore/lib/Blk/NewTaiLu.pl -%%PRIV_LIB%%/unicore/lib/Blk/NumberFo.pl -%%PRIV_LIB%%/unicore/lib/Blk/OCR.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/Oriya.pl -%%PRIV_LIB%%/unicore/lib/Blk/Osmanya.pl -%%PRIV_LIB%%/unicore/lib/Blk/PUA.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/Punctuat.pl -%%PRIV_LIB%%/unicore/lib/Blk/Rejang.pl -%%PRIV_LIB%%/unicore/lib/Blk/Rumi.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/Sharada.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/SoraSomp.pl -%%PRIV_LIB%%/unicore/lib/Blk/Specials.pl -%%PRIV_LIB%%/unicore/lib/Blk/Sundane2.pl -%%PRIV_LIB%%/unicore/lib/Blk/Sundanes.pl -%%PRIV_LIB%%/unicore/lib/Blk/SupArro2.pl -%%PRIV_LIB%%/unicore/lib/Blk/SupArrow.pl -%%PRIV_LIB%%/unicore/lib/Blk/SupMathO.pl -%%PRIV_LIB%%/unicore/lib/Blk/SupPUAA.pl -%%PRIV_LIB%%/unicore/lib/Blk/SupPUAB.pl -%%PRIV_LIB%%/unicore/lib/Blk/SupPunct.pl -%%PRIV_LIB%%/unicore/lib/Blk/SuperAnd.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/Takri.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/UCAS.pl -%%PRIV_LIB%%/unicore/lib/Blk/UCASExt.pl -%%PRIV_LIB%%/unicore/lib/Blk/Ugaritic.pl -%%PRIV_LIB%%/unicore/lib/Blk/VS.pl -%%PRIV_LIB%%/unicore/lib/Blk/VSSup.pl -%%PRIV_LIB%%/unicore/lib/Blk/Vai.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/Yijing.pl -%%PRIV_LIB%%/unicore/lib/CE/Y.pl -%%PRIV_LIB%%/unicore/lib/CI/Y.pl -%%PRIV_LIB%%/unicore/lib/CWCF/Y.pl -%%PRIV_LIB%%/unicore/lib/CWCM/Y.pl -%%PRIV_LIB%%/unicore/lib/CWKCF/Y.pl -%%PRIV_LIB%%/unicore/lib/CWL/Y.pl -%%PRIV_LIB%%/unicore/lib/CWT/Y.pl -%%PRIV_LIB%%/unicore/lib/CWU/Y.pl -%%PRIV_LIB%%/unicore/lib/Cased/Y.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/B.pl -%%PRIV_LIB%%/unicore/lib/Ccc/BL.pl -%%PRIV_LIB%%/unicore/lib/Ccc/BR.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC10.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC103.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC107.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC11.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC118.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC12.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC122.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC129.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC13.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC130.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC132.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC14.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC15.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC16.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC17.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC18.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC19.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC20.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC21.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC22.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC23.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC24.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC25.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC26.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC27.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC28.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC29.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC30.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC31.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC32.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC33.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC34.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC35.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC36.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC84.pl -%%PRIV_LIB%%/unicore/lib/Ccc/CCC91.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/Y.pl -%%PRIV_LIB%%/unicore/lib/DI/Y.pl -%%PRIV_LIB%%/unicore/lib/Dash/Y.pl -%%PRIV_LIB%%/unicore/lib/Dep/Y.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/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/Dt/Wide.pl -%%PRIV_LIB%%/unicore/lib/Ea/A.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/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/LF.pl -%%PRIV_LIB%%/unicore/lib/GCB/SM.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/Nd.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/Y.pl -%%PRIV_LIB%%/unicore/lib/Hex/Y.pl -%%PRIV_LIB%%/unicore/lib/Hst/NA.pl -%%PRIV_LIB%%/unicore/lib/Hyphen/Y.pl -%%PRIV_LIB%%/unicore/lib/IDC/Y.pl -%%PRIV_LIB%%/unicore/lib/IDS/Y.pl -%%PRIV_LIB%%/unicore/lib/IDSB/Y.pl -%%PRIV_LIB%%/unicore/lib/IDST/Y.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/In/6_1.pl -%%PRIV_LIB%%/unicore/lib/In/6_2.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/HamzaOnH.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/Rohingya.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/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/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/Y.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/CJ.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/HL.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/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/Y.pl -%%PRIV_LIB%%/unicore/lib/Math/Y.pl -%%PRIV_LIB%%/unicore/lib/NChar/Y.pl -%%PRIV_LIB%%/unicore/lib/NFCQC/M.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/N.pl -%%PRIV_LIB%%/unicore/lib/NFKCQC/Y.pl -%%PRIV_LIB%%/unicore/lib/NFKDQC/N.pl -%%PRIV_LIB%%/unicore/lib/NFKDQC/Y.pl -%%PRIV_LIB%%/unicore/lib/Nt/Di.pl -%%PRIV_LIB%%/unicore/lib/Nt/None.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/216000.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/432000.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/_1.pl -%%PRIV_LIB%%/unicore/lib/Nv/_1_2.pl -%%PRIV_LIB%%/unicore/lib/PatSyn/Y.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/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/_PerlAny.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlCh2.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlCha.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlIDC.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlIDS.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlQuo.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XExtend.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XGCBL.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XGCBLV.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XGCBLVT.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XGCBT.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XGCBV.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XLVLVTV.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XRI.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XRegula.pl -%%PRIV_LIB%%/unicore/lib/Perl/_XSpecia.pl -%%PRIV_LIB%%/unicore/lib/QMark/Y.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/NU.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/Y.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/Cakm.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/Merc.pl -%%PRIV_LIB%%/unicore/lib/Sc/Miao.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/Shrd.pl -%%PRIV_LIB%%/unicore/lib/Sc/Sinh.pl -%%PRIV_LIB%%/unicore/lib/Sc/Sora.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/Takr.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/Scx/Arab.pl -%%PRIV_LIB%%/unicore/lib/Scx/Armn.pl -%%PRIV_LIB%%/unicore/lib/Scx/Beng.pl -%%PRIV_LIB%%/unicore/lib/Scx/Bopo.pl -%%PRIV_LIB%%/unicore/lib/Scx/Buhd.pl -%%PRIV_LIB%%/unicore/lib/Scx/Cprt.pl -%%PRIV_LIB%%/unicore/lib/Scx/Cyrl.pl -%%PRIV_LIB%%/unicore/lib/Scx/Deva.pl -%%PRIV_LIB%%/unicore/lib/Scx/Geor.pl -%%PRIV_LIB%%/unicore/lib/Scx/Grek.pl -%%PRIV_LIB%%/unicore/lib/Scx/Gujr.pl -%%PRIV_LIB%%/unicore/lib/Scx/Guru.pl -%%PRIV_LIB%%/unicore/lib/Scx/Han.pl -%%PRIV_LIB%%/unicore/lib/Scx/Hang.pl -%%PRIV_LIB%%/unicore/lib/Scx/Hano.pl -%%PRIV_LIB%%/unicore/lib/Scx/Hira.pl -%%PRIV_LIB%%/unicore/lib/Scx/Kana.pl -%%PRIV_LIB%%/unicore/lib/Scx/Kthi.pl -%%PRIV_LIB%%/unicore/lib/Scx/Latn.pl -%%PRIV_LIB%%/unicore/lib/Scx/Linb.pl -%%PRIV_LIB%%/unicore/lib/Scx/Mand.pl -%%PRIV_LIB%%/unicore/lib/Scx/Mong.pl -%%PRIV_LIB%%/unicore/lib/Scx/Orya.pl -%%PRIV_LIB%%/unicore/lib/Scx/Phag.pl -%%PRIV_LIB%%/unicore/lib/Scx/Syrc.pl -%%PRIV_LIB%%/unicore/lib/Scx/Tagb.pl -%%PRIV_LIB%%/unicore/lib/Scx/Takr.pl -%%PRIV_LIB%%/unicore/lib/Scx/Tglg.pl -%%PRIV_LIB%%/unicore/lib/Scx/Thaa.pl -%%PRIV_LIB%%/unicore/lib/Scx/Yi.pl -%%PRIV_LIB%%/unicore/lib/Scx/Zinh.pl -%%PRIV_LIB%%/unicore/lib/Scx/Zyyy.pl -%%PRIV_LIB%%/unicore/lib/Term/Y.pl -%%PRIV_LIB%%/unicore/lib/UIdeo/Y.pl -%%PRIV_LIB%%/unicore/lib/Upper/Y.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/Y.pl -%%PRIV_LIB%%/unicore/lib/XIDS/Y.pl -%%PRIV_LIB%%/unicore/version -%%PRIV_LIB%%/utf8.pm -%%PRIV_LIB%%/utf8_heavy.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 -%%MAN1%%/a2p.1.gz -%%MAN1%%/c2ph.1.gz -%%MAN1%%/config_data.1.gz -%%MAN1%%/corelist.1.gz -%%MAN1%%/cpan.1.gz -%%MAN1%%/cpan2dist.1.gz -%%MAN1%%/cpanp.1.gz -%%MAN1%%/enc2xs.1.gz -%%MAN1%%/find2perl.1.gz -%%MAN1%%/h2ph.1.gz -%%MAN1%%/h2xs.1.gz -%%MAN1%%/instmodsh.1.gz -%%MAN1%%/json_pp.1.gz -%%MAN1%%/libnetcfg.1.gz -%%MAN1%%/perl.1.gz -%%MAN1%%/perl5004delta.1.gz -%%MAN1%%/perl5005delta.1.gz -%%MAN1%%/perl5100delta.1.gz -%%MAN1%%/perl5101delta.1.gz -%%MAN1%%/perl5120delta.1.gz -%%MAN1%%/perl5121delta.1.gz -%%MAN1%%/perl5122delta.1.gz -%%MAN1%%/perl5123delta.1.gz -%%MAN1%%/perl5124delta.1.gz -%%MAN1%%/perl5125delta.1.gz -%%MAN1%%/perl5140delta.1.gz -%%MAN1%%/perl5141delta.1.gz -%%MAN1%%/perl5142delta.1.gz -%%MAN1%%/perl5143delta.1.gz -%%MAN1%%/perl5144delta.1.gz -%%MAN1%%/perl5160delta.1.gz -%%MAN1%%/perl5161delta.1.gz -%%MAN1%%/perl5162delta.1.gz -%%MAN1%%/perl5163delta.1.gz -%%MAN1%%/perl5180delta.1.gz -%%MAN1%%/perl5181delta.1.gz -%%MAN1%%/perl5182delta.1.gz -%%MAN1%%/perl5183delta.1.gz -%%MAN1%%/perl5184delta.1.gz -%%MAN1%%/perl561delta.1.gz -%%MAN1%%/perl56delta.1.gz -%%MAN1%%/perl581delta.1.gz -%%MAN1%%/perl582delta.1.gz -%%MAN1%%/perl583delta.1.gz -%%MAN1%%/perl584delta.1.gz -%%MAN1%%/perl585delta.1.gz -%%MAN1%%/perl586delta.1.gz -%%MAN1%%/perl587delta.1.gz -%%MAN1%%/perl588delta.1.gz -%%MAN1%%/perl589delta.1.gz -%%MAN1%%/perl58delta.1.gz -%%MAN1%%/perlaix.1.gz -%%MAN1%%/perlamiga.1.gz -%%MAN1%%/perlapi.1.gz -%%MAN1%%/perlapio.1.gz -%%MAN1%%/perlartistic.1.gz -%%MAN1%%/perlbook.1.gz -%%MAN1%%/perlboot.1.gz -%%MAN1%%/perlbot.1.gz -%%MAN1%%/perlbs2000.1.gz -%%MAN1%%/perlbug.1.gz -%%MAN1%%/perlcall.1.gz -%%MAN1%%/perlce.1.gz -%%MAN1%%/perlcheat.1.gz -%%MAN1%%/perlclib.1.gz -%%MAN1%%/perlcn.1.gz -%%MAN1%%/perlcommunity.1.gz -%%MAN1%%/perlcygwin.1.gz -%%MAN1%%/perldata.1.gz -%%MAN1%%/perldbmfilter.1.gz -%%MAN1%%/perldebguts.1.gz -%%MAN1%%/perldebtut.1.gz -%%MAN1%%/perldebug.1.gz -%%MAN1%%/perldelta.1.gz -%%MAN1%%/perldgux.1.gz -%%MAN1%%/perldiag.1.gz -%%MAN1%%/perldoc.1.gz -%%MAN1%%/perldos.1.gz -%%MAN1%%/perldsc.1.gz -%%MAN1%%/perldtrace.1.gz -%%MAN1%%/perlebcdic.1.gz -%%MAN1%%/perlembed.1.gz -%%MAN1%%/perlexperiment.1.gz -%%MAN1%%/perlfaq.1.gz -%%MAN1%%/perlfaq1.1.gz -%%MAN1%%/perlfaq2.1.gz -%%MAN1%%/perlfaq3.1.gz -%%MAN1%%/perlfaq4.1.gz -%%MAN1%%/perlfaq5.1.gz -%%MAN1%%/perlfaq6.1.gz -%%MAN1%%/perlfaq7.1.gz -%%MAN1%%/perlfaq8.1.gz -%%MAN1%%/perlfaq9.1.gz -%%MAN1%%/perlfilter.1.gz -%%MAN1%%/perlfork.1.gz -%%MAN1%%/perlform.1.gz -%%MAN1%%/perlfreebsd.1.gz -%%MAN1%%/perlfunc.1.gz -%%MAN1%%/perlgit.1.gz -%%MAN1%%/perlglossary.1.gz -%%MAN1%%/perlgpl.1.gz -%%MAN1%%/perlguts.1.gz -%%MAN1%%/perlhack.1.gz -%%MAN1%%/perlhacktips.1.gz -%%MAN1%%/perlhacktut.1.gz -%%MAN1%%/perlhaiku.1.gz -%%MAN1%%/perlhist.1.gz -%%MAN1%%/perlhpux.1.gz -%%MAN1%%/perlhurd.1.gz -%%MAN1%%/perlintern.1.gz -%%MAN1%%/perlinterp.1.gz -%%MAN1%%/perlintro.1.gz -%%MAN1%%/perliol.1.gz -%%MAN1%%/perlipc.1.gz -%%MAN1%%/perlirix.1.gz -%%MAN1%%/perlivp.1.gz -%%MAN1%%/perljp.1.gz -%%MAN1%%/perlko.1.gz -%%MAN1%%/perllexwarn.1.gz -%%MAN1%%/perllinux.1.gz -%%MAN1%%/perllocale.1.gz -%%MAN1%%/perllol.1.gz -%%MAN1%%/perlmacos.1.gz -%%MAN1%%/perlmacosx.1.gz -%%MAN1%%/perlmod.1.gz -%%MAN1%%/perlmodinstall.1.gz -%%MAN1%%/perlmodlib.1.gz -%%MAN1%%/perlmodstyle.1.gz -%%MAN1%%/perlmroapi.1.gz -%%MAN1%%/perlnetware.1.gz -%%MAN1%%/perlnewmod.1.gz -%%MAN1%%/perlnumber.1.gz -%%MAN1%%/perlobj.1.gz -%%MAN1%%/perlootut.1.gz -%%MAN1%%/perlop.1.gz -%%MAN1%%/perlopenbsd.1.gz -%%MAN1%%/perlopentut.1.gz -%%MAN1%%/perlos2.1.gz -%%MAN1%%/perlos390.1.gz -%%MAN1%%/perlos400.1.gz -%%MAN1%%/perlpacktut.1.gz -%%MAN1%%/perlperf.1.gz -%%MAN1%%/perlplan9.1.gz -%%MAN1%%/perlpod.1.gz -%%MAN1%%/perlpodspec.1.gz -%%MAN1%%/perlpodstyle.1.gz -%%MAN1%%/perlpolicy.1.gz -%%MAN1%%/perlport.1.gz -%%MAN1%%/perlpragma.1.gz -%%MAN1%%/perlqnx.1.gz -%%MAN1%%/perlre.1.gz -%%MAN1%%/perlreapi.1.gz -%%MAN1%%/perlrebackslash.1.gz -%%MAN1%%/perlrecharclass.1.gz -%%MAN1%%/perlref.1.gz -%%MAN1%%/perlreftut.1.gz -%%MAN1%%/perlreguts.1.gz -%%MAN1%%/perlrepository.1.gz -%%MAN1%%/perlrequick.1.gz -%%MAN1%%/perlreref.1.gz -%%MAN1%%/perlretut.1.gz -%%MAN1%%/perlriscos.1.gz -%%MAN1%%/perlrun.1.gz -%%MAN1%%/perlsec.1.gz -%%MAN1%%/perlsolaris.1.gz -%%MAN1%%/perlsource.1.gz -%%MAN1%%/perlstyle.1.gz -%%MAN1%%/perlsub.1.gz -%%MAN1%%/perlsymbian.1.gz -%%MAN1%%/perlsyn.1.gz -%%MAN1%%/perlthanks.1.gz -%%MAN1%%/perlthrtut.1.gz -%%MAN1%%/perltie.1.gz -%%MAN1%%/perltoc.1.gz -%%MAN1%%/perltodo.1.gz -%%MAN1%%/perltooc.1.gz -%%MAN1%%/perltoot.1.gz -%%MAN1%%/perltrap.1.gz -%%MAN1%%/perltru64.1.gz -%%MAN1%%/perltw.1.gz -%%MAN1%%/perlunicode.1.gz -%%MAN1%%/perlunifaq.1.gz -%%MAN1%%/perluniintro.1.gz -%%MAN1%%/perluniprops.1.gz -%%MAN1%%/perlunitut.1.gz -%%MAN1%%/perlutil.1.gz -%%MAN1%%/perlvar.1.gz -%%MAN1%%/perlvms.1.gz -%%MAN1%%/perlvos.1.gz -%%MAN1%%/perlwin32.1.gz -%%MAN1%%/perlxs.1.gz -%%MAN1%%/perlxstut.1.gz -%%MAN1%%/perlxstypemap.1.gz -%%MAN1%%/piconv.1.gz -%%MAN1%%/pl2pm.1.gz -%%MAN1%%/pod2html.1.gz -%%MAN1%%/pod2latex.1.gz -%%MAN1%%/pod2man.1.gz -%%MAN1%%/pod2text.1.gz -%%MAN1%%/pod2usage.1.gz -%%MAN1%%/podchecker.1.gz -%%MAN1%%/podselect.1.gz -%%MAN1%%/prove.1.gz -%%MAN1%%/psed.1.gz -%%MAN1%%/pstruct.1.gz -%%MAN1%%/ptar.1.gz -%%MAN1%%/ptardiff.1.gz -%%MAN1%%/ptargrep.1.gz -%%MAN1%%/s2p.1.gz -%%MAN1%%/shasum.1.gz -%%MAN1%%/splain.1.gz -%%MAN1%%/xsubpp.1.gz -%%MAN1%%/zipdetails.1.gz -@dir %%SITE_PERL%%/man/man1 -@dir %%SITE_PERL%%/man/man3 -@dir %%SITE_PERL%%/auto -@dir %%SITE_ARCH%%/auto -@postexec makewhatis %D/%%SITEMANPREFIX%%/man -@postexec makewhatis %D/%%PERLMANPREFIX%%/man -@rmtry %%PERLMANPREFIX%%/man/whatis -@rmtry %%PERLMANPREFIX%%/man/mandoc.db -@rmtry %%SITEMANPREFIX%%/man/whatis -@rmtry %%SITEMANPREFIX%%/man/mandoc.db diff --git a/lang/perl5.18/version.mk b/lang/perl5.18/version.mk deleted file mode 100644 index e6a8a2457ca6..000000000000 --- a/lang/perl5.18/version.mk +++ /dev/null @@ -1,2 +0,0 @@ -PERL_VERSION= 5.18.4 -PERL5_DEPEND= perl5>=5.18<5.19 |