6949695 Would like to have perl 5.12
authorCraig Mohrman <Craig.Mohrman@oracle.com>
Mon, 28 Mar 2011 13:31:10 -0700
changeset 155 0727b36f1770
parent 154 55225e51a9cb
child 156 c2445b73a8b2
6949695 Would like to have perl 5.12 PSARC/2010/359 Update Perl to 5.12 and remove 5.10
components/perl512/Makefile
components/perl512/perl-512.p5m
components/perl512/perl.license
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/perl512/Makefile	Mon Mar 28 13:31:10 2011 -0700
@@ -0,0 +1,102 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		perl
+COMPONENT_VERSION=	5.12.3
+PERL_VERSION=		5.12
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
+COMPONENT_ARCHIVE_HASH=	sha1:86d77c6cbc7a60068dc14c88ffd0729324d1174f
+COMPONENT_ARCHIVE_URL=	http://www.cpan.org/src/5.0/$(COMPONENT_ARCHIVE)
+
+include ../../make-rules/prep.mk
+include ../../make-rules/justmake.mk
+include ../../make-rules/ips.mk
+
+#
+# The extra Configure parameters (cf_email, cf_by, myhostname) and
+# the gawk and sed that follow are attempting to sanatize the
+# resulting config.sh of values from our build environment that
+# are discoverable in perl's config via "perl -V".
+# I'm assuming our compilers live on a path that contains "SUNWspro".
+# If that changes the sed filter needs to change.
+#
+
+COMPONENT_PRE_BUILD_ACTION= \
+	(cd $(@D); $(ENV) -i \
+		MAKE=$(GMAKE) \
+		PATH=$(dir $(CC.studio.32)):$(PATH) \
+		./Configure -Dprefix=/usr/perl5/$(PERL_VERSION) \
+			    -Dprivlib=/usr/perl5/$(PERL_VERSION)/lib \
+			    -Dsitelib=/usr/perl5/site_perl/$(PERL_VERSION) \
+			    -Dvendorprefix=/usr/perl5/$(PERL_VERSION) \
+			    -Dvendorlib=/usr/perl5/vendor_perl/$(PERL_VERSION) \
+			    -Dlibperl=libperl.so \
+			    -Duseshrplib \
+			    -Dusedtrace \
+			    -Duse64bitint \
+			    -Dcc="cc" \
+			    -Doptimize="$(CFLAGS.studio)" \
+			    -Dcf_email="[email protected]" \
+			    -Dcf_by="perl-bugs" \
+			    -Dmyhostname="localhost" \
+			    -O \
+			    -de ) ; \
+	(cd $(@D); \
+	    cp config.sh config.sh_orig ; \
+	    gawk \
+	    '/^myuname=/{print $$1" localhost "$$3" "$$5" "$$6" "$$7"\047"} ; \
+	    		!/^myuname=/ {print}' config.sh_orig \
+		| \
+		sed -e 's/[^ ]*SUNWspro[^ ]*//g' > config.sh )
+
+
+COMPONENT_INSTALL_ENV	+=	DESTDIR="$(PROTO_DIR)"
+#
+# perl's install path for sparc is based off the value of the
+# "arch" command.  So we must package that way also.
+#
+PKG_MACROS		+=	PERL_ARCH=$(shell arch)
+PKG_MACROS		+=	PERL_VERSION=$(PERL_VERSION)
+#
+# Put studio compilers in PATH so we can tell Configure and gmake just
+# use cc.  Trying to avoid the full path so it doesn't end up in
+# perl's config.
+#
+COMPONENT_BUILD_ENV	+=	PATH=$(dir $(CC.studio.32)):$(PATH)
+
+build:		$(BUILD_32)
+
+install:	$(INSTALL_32)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+test: build
+	#
+	# 2 expected failures because of the use of cloney in this build.
+	# Without cloney all tests pass.
+	#
+	@cd $(BUILD_DIR_32); $(MAKE) check
+
+include ../../make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/perl512/perl-512.p5m	Mon Mar 28 13:31:10 2011 -0700
@@ -0,0 +1,3680 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/runtime/perl-512@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.description \
+    value="Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more."
+set name=pkg.summary value=Perl
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Perl
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.perl.org
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+dir path=usr
+dir path=usr/perl5
+dir path=usr/perl5/$(PERL_VERSION)
+dir path=usr/perl5/$(PERL_VERSION)/bin
+dir path=usr/perl5/$(PERL_VERSION)/lib
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/B
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Compress
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Compress/Raw
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Data
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Devel
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Digest
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/CN
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/JP
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/KR
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/MIME
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/MIME/Header
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/Unicode
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File/Spec
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Filter
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Filter/Util
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Hash
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Hash/Util
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/I18N
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO/Socket
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IPC
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/List
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/List/Util
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/MIME
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Math
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Math/BigInt
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/PerlIO
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Scalar
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Scalar/Util
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Sys
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Text
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Time
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Unicode
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/B
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Compress
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Compress/Raw
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Compress/Raw/Bzip2
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Compress/Raw/Zlib
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Compress/Zlib
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Cwd
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Data
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Data/Dumper
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Devel
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Devel/DProf
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Devel/PPPort
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Devel/Peek
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Digest
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Digest/MD5
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Digest/SHA
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/DynaLoader
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/Byte
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/CN
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/EBCDIC
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/JP
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/KR
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/Symbol
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/TW
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/Unicode
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Fcntl
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/File
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/File/Glob
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Filter
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Filter/Util
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Filter/Util/Call
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/GDBM_File
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Hash
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Hash/Util
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Hash/Util/FieldHash
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/I18N
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/I18N/Langinfo
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/IO
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/IPC
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/IPC/SysV
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/List
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/List/Util
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/MIME
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/MIME/Base64
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Math
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Math/BigInt
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Math/BigInt/FastCalc
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/NDBM_File
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/ODBM_File
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Opcode
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigAction
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/PerlIO
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/PerlIO/encoding
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/PerlIO/scalar
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/PerlIO/via
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/SDBM_File
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Socket
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Sys
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Sys/Hostname
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Sys/Syslog
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Text
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Text/Soundex
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Time
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Time/HiRes
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Time/Piece
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Unicode
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Unicode/Normalize
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/attributes
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/mro
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/re
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/sdbm
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/threads
+dir \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/threads/shared
+dir path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/threads
+dir path=usr/perl5/$(PERL_VERSION)/lib/App
+dir path=usr/perl5/$(PERL_VERSION)/lib/App/Prove
+dir path=usr/perl5/$(PERL_VERSION)/lib/App/Prove/State
+dir path=usr/perl5/$(PERL_VERSION)/lib/App/Prove/State/Result
+dir path=usr/perl5/$(PERL_VERSION)/lib/Archive
+dir path=usr/perl5/$(PERL_VERSION)/lib/Archive/Tar
+dir path=usr/perl5/$(PERL_VERSION)/lib/Attribute
+dir path=usr/perl5/$(PERL_VERSION)/lib/B
+dir path=usr/perl5/$(PERL_VERSION)/lib/B/Lint
+dir path=usr/perl5/$(PERL_VERSION)/lib/CGI
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPAN
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPAN/API
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Exception
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPAN/FTP
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Kwalify
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPAN/LWP
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Backend
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Configure
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Dist
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Dist/Build
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Constants
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Source
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Source/SQLite
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Utils
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Module
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Module/Author
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Shell
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Shell/Default
+dir path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Shell/Default/Plugins
+dir path=usr/perl5/$(PERL_VERSION)/lib/Carp
+dir path=usr/perl5/$(PERL_VERSION)/lib/Class
+dir path=usr/perl5/$(PERL_VERSION)/lib/Compress
+dir path=usr/perl5/$(PERL_VERSION)/lib/Config
+dir path=usr/perl5/$(PERL_VERSION)/lib/DBM_Filter
+dir path=usr/perl5/$(PERL_VERSION)/lib/Devel
+dir path=usr/perl5/$(PERL_VERSION)/lib/Digest
+dir path=usr/perl5/$(PERL_VERSION)/lib/Encode
+dir path=usr/perl5/$(PERL_VERSION)/lib/Exporter
+dir path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils
+dir path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder
+dir path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform
+dir path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/Windows
+dir path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Command
+dir path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Constant
+dir path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Liblist
+dir path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MakeMaker
+dir path=usr/perl5/$(PERL_VERSION)/lib/File
+dir path=usr/perl5/$(PERL_VERSION)/lib/Filter
+dir path=usr/perl5/$(PERL_VERSION)/lib/Getopt
+dir path=usr/perl5/$(PERL_VERSION)/lib/I18N
+dir path=usr/perl5/$(PERL_VERSION)/lib/I18N/LangTags
+dir path=usr/perl5/$(PERL_VERSION)/lib/IO
+dir path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress
+dir path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Adapter
+dir path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Base
+dir path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Gzip
+dir path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Zip
+dir path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Zlib
+dir path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress
+dir path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/Adapter
+dir path=usr/perl5/$(PERL_VERSION)/lib/IPC
+dir path=usr/perl5/$(PERL_VERSION)/lib/Locale
+dir path=usr/perl5/$(PERL_VERSION)/lib/Locale/Maketext
+dir path=usr/perl5/$(PERL_VERSION)/lib/Log
+dir path=usr/perl5/$(PERL_VERSION)/lib/Log/Message
+dir path=usr/perl5/$(PERL_VERSION)/lib/Math
+dir path=usr/perl5/$(PERL_VERSION)/lib/Math/BigFloat
+dir path=usr/perl5/$(PERL_VERSION)/lib/Math/BigInt
+dir path=usr/perl5/$(PERL_VERSION)/lib/Memoize
+dir path=usr/perl5/$(PERL_VERSION)/lib/Module
+dir path=usr/perl5/$(PERL_VERSION)/lib/Module/Build
+dir path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform
+dir path=usr/perl5/$(PERL_VERSION)/lib/Module/Load
+dir path=usr/perl5/$(PERL_VERSION)/lib/Module/Pluggable
+dir path=usr/perl5/$(PERL_VERSION)/lib/Net
+dir path=usr/perl5/$(PERL_VERSION)/lib/Net/FTP
+dir path=usr/perl5/$(PERL_VERSION)/lib/Object
+dir path=usr/perl5/$(PERL_VERSION)/lib/Package
+dir path=usr/perl5/$(PERL_VERSION)/lib/Params
+dir path=usr/perl5/$(PERL_VERSION)/lib/Parse
+dir path=usr/perl5/$(PERL_VERSION)/lib/Parse/CPAN
+dir path=usr/perl5/$(PERL_VERSION)/lib/PerlIO
+dir path=usr/perl5/$(PERL_VERSION)/lib/PerlIO/via
+dir path=usr/perl5/$(PERL_VERSION)/lib/Pod
+dir path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc
+dir path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple
+dir path=usr/perl5/$(PERL_VERSION)/lib/Pod/Text
+dir path=usr/perl5/$(PERL_VERSION)/lib/Search
+dir path=usr/perl5/$(PERL_VERSION)/lib/TAP
+dir path=usr/perl5/$(PERL_VERSION)/lib/TAP/Formatter
+dir path=usr/perl5/$(PERL_VERSION)/lib/TAP/Formatter/Console
+dir path=usr/perl5/$(PERL_VERSION)/lib/TAP/Formatter/File
+dir path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser
+dir path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Iterator
+dir path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Result
+dir path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Scheduler
+dir path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Source
+dir path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/YAMLish
+dir path=usr/perl5/$(PERL_VERSION)/lib/Term
+dir path=usr/perl5/$(PERL_VERSION)/lib/Term/UI
+dir path=usr/perl5/$(PERL_VERSION)/lib/Test
+dir path=usr/perl5/$(PERL_VERSION)/lib/Test/Builder
+dir path=usr/perl5/$(PERL_VERSION)/lib/Test/Builder/Tester
+dir path=usr/perl5/$(PERL_VERSION)/lib/Text
+dir path=usr/perl5/$(PERL_VERSION)/lib/Thread
+dir path=usr/perl5/$(PERL_VERSION)/lib/Tie
+dir path=usr/perl5/$(PERL_VERSION)/lib/Tie/Hash
+dir path=usr/perl5/$(PERL_VERSION)/lib/Time
+dir path=usr/perl5/$(PERL_VERSION)/lib/Unicode
+dir path=usr/perl5/$(PERL_VERSION)/lib/Unicode/Collate
+dir path=usr/perl5/$(PERL_VERSION)/lib/User
+dir path=usr/perl5/$(PERL_VERSION)/lib/autodie
+dir path=usr/perl5/$(PERL_VERSION)/lib/autodie/exception
+dir path=usr/perl5/$(PERL_VERSION)/lib/encoding
+dir path=usr/perl5/$(PERL_VERSION)/lib/inc
+dir path=usr/perl5/$(PERL_VERSION)/lib/inc/latest
+dir path=usr/perl5/$(PERL_VERSION)/lib/overload
+dir path=usr/perl5/$(PERL_VERSION)/lib/pod
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/To
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/auxiliary
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/AHex
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Alpha
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/BidiC
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/BidiM
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CE
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CI
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWCF
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWCM
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWKCF
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWL
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWT
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWU
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Cased
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CompEx
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/DI
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dash
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dep
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dia
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ea
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ext
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GrBase
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GrExt
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Hex
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Hst
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Hyphen
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDC
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDS
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDSB
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDST
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ideo
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/In
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/JoinC
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jt
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/LOE
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lower
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Math
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NChar
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NFCQC
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NFDQC
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NFKCQC
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NFKDQC
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nt
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OAlpha
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/ODI
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OGrExt
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OIDC
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OIDS
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OLower
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OMath
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OUpper
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/PatSyn
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/PatWS
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/QMark
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Radical
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SD
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/STerm
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Space
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Term
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/UIdeo
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Upper
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/VS
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/WB
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/XIDC
+dir path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/XIDS
+dir path=usr/perl5/$(PERL_VERSION)/lib/version
+dir path=usr/perl5/$(PERL_VERSION)/lib/warnings
+dir path=usr/perl5/$(PERL_VERSION)/man
+dir path=usr/perl5/$(PERL_VERSION)/man/man1
+dir path=usr/perl5/$(PERL_VERSION)/man/man3
+dir path=usr/perl5/site_perl
+dir path=usr/perl5/site_perl/$(PERL_VERSION)
+dir path=usr/perl5/site_perl/$(PERL_VERSION)/$(PERL_ARCH)-solaris-64int
+file path=usr/perl5/$(PERL_VERSION)/bin/a2p
+file path=usr/perl5/$(PERL_VERSION)/bin/c2ph
+file path=usr/perl5/$(PERL_VERSION)/bin/config_data
+file path=usr/perl5/$(PERL_VERSION)/bin/corelist
+file path=usr/perl5/$(PERL_VERSION)/bin/cpan
+file path=usr/perl5/$(PERL_VERSION)/bin/cpan2dist
+file path=usr/perl5/$(PERL_VERSION)/bin/cpanp
+file path=usr/perl5/$(PERL_VERSION)/bin/cpanp-run-perl
+file path=usr/perl5/$(PERL_VERSION)/bin/dprofpp
+file path=usr/perl5/$(PERL_VERSION)/bin/enc2xs
+file path=usr/perl5/$(PERL_VERSION)/bin/find2perl
+file path=usr/perl5/$(PERL_VERSION)/bin/h2ph
+file path=usr/perl5/$(PERL_VERSION)/bin/h2xs
+file path=usr/perl5/$(PERL_VERSION)/bin/instmodsh
+file path=usr/perl5/$(PERL_VERSION)/bin/libnetcfg
+file path=usr/perl5/$(PERL_VERSION)/bin/perl$(COMPONENT_VERSION)
+file path=usr/perl5/$(PERL_VERSION)/bin/perlbug
+file path=usr/perl5/$(PERL_VERSION)/bin/perldoc
+file path=usr/perl5/$(PERL_VERSION)/bin/perlivp
+file path=usr/perl5/$(PERL_VERSION)/bin/piconv
+file path=usr/perl5/$(PERL_VERSION)/bin/pl2pm
+file path=usr/perl5/$(PERL_VERSION)/bin/pod2html
+file path=usr/perl5/$(PERL_VERSION)/bin/pod2latex
+file path=usr/perl5/$(PERL_VERSION)/bin/pod2man
+file path=usr/perl5/$(PERL_VERSION)/bin/pod2text
+file path=usr/perl5/$(PERL_VERSION)/bin/pod2usage
+file path=usr/perl5/$(PERL_VERSION)/bin/podchecker
+file path=usr/perl5/$(PERL_VERSION)/bin/podselect
+file path=usr/perl5/$(PERL_VERSION)/bin/prove
+file path=usr/perl5/$(PERL_VERSION)/bin/ptar
+file path=usr/perl5/$(PERL_VERSION)/bin/ptardiff
+file path=usr/perl5/$(PERL_VERSION)/bin/s2p
+file path=usr/perl5/$(PERL_VERSION)/bin/shasum
+file path=usr/perl5/$(PERL_VERSION)/bin/splain
+file path=usr/perl5/$(PERL_VERSION)/bin/xsubpp
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/.packlist
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/B.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/B/Concise.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/B/Showlex.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/B/Terse.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/B/Xref.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/EXTERN.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/INTERN.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/XSUB.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/av.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/bitcount.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/cc_runtime.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/config.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/cop.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/cv.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/dosish.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/embed.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/embedvar.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/fakesdio.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/fakethr.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/form.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/git_version.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/gv.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/handy.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/hv.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/intrpvar.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/iperlsys.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/keywords.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/libperl.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/malloc_ctl.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/mg.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/mydtrace.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/nostdio.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/op.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/opcode.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/opnames.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/overload.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/pad.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/parser.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/patchlevel.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/perl.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/perlapi.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/perldtrace.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/perlio.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/perliol.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/perlsdio.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/perlsfio.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/perlvars.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/perly.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/pp.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/pp_proto.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/proto.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/reentr.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/regcharclass.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/regcomp.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/regexp.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/regnodes.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/scope.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/sv.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/thread.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/time64.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/time64_config.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/uconfig.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/unixish.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/utf8.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/utfebcdic.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/util.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/uudmap.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/CORE/warnings.h
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Compress/Raw/Bzip2.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Compress/Raw/Zlib.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Config.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Config.pod
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Config_git.pl
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Config_heavy.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Cwd.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Data/Dumper.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Devel/DProf.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Devel/PPPort.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Devel/Peek.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Digest/MD5.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Digest/SHA.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/DynaLoader.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/Alias.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/Byte.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/CJKConstants.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/CN.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/CN/HZ.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/Config.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/EBCDIC.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/Encoder.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/Encoding.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/GSM0338.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/Guess.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/JP.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/JP/H2Z.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/JP/JIS7.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/KR.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/KR/2022_KR.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/MIME/Header.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/MIME/Header/ISO_2022_JP.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/MIME/Name.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/Symbol.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/TW.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/Unicode.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Encode/Unicode/UTF7.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Errno.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Fcntl.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File/Glob.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File/Spec.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File/Spec/Cygwin.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File/Spec/Epoc.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File/Spec/Functions.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File/Spec/Mac.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File/Spec/OS2.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File/Spec/Unix.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File/Spec/VMS.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/File/Spec/Win32.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Filter/Util/Call.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/GDBM_File.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Hash/Util.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Hash/Util/FieldHash.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/I18N/Langinfo.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO/Dir.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO/File.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO/Handle.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO/Pipe.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO/Poll.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO/Seekable.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO/Select.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO/Socket.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO/Socket/INET.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IO/Socket/UNIX.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IPC/Msg.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IPC/Semaphore.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IPC/SharedMem.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/IPC/SysV.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/List/Util.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/List/Util/PP.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/List/Util/XS.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/MIME/Base64.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/MIME/QuotedPrint.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Math/BigInt/FastCalc.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/NDBM_File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/O.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/ODBM_File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Opcode.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/POSIX.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/POSIX.pod
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/PerlIO/encoding.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/PerlIO/scalar.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/PerlIO/via.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/SDBM_File.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Scalar/Util.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Scalar/Util/PP.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Socket.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Storable.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Sys/Hostname.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Sys/Syslog.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Text/Soundex.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Time/HiRes.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Time/Piece.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Time/Seconds.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/Unicode/Normalize.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/attributes.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/B/B.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Compress/Raw/Bzip2/Bzip2.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Compress/Raw/Bzip2/autosplit.ix
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Compress/Raw/Zlib/Zlib.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Compress/Raw/Zlib/autosplit.ix
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Compress/Zlib/autosplit.ix
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Cwd/Cwd.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Data/Dumper/Dumper.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Devel/DProf/DProf.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Devel/PPPort/PPPort.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Devel/Peek/Peek.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Digest/MD5/MD5.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Digest/SHA/SHA.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/DynaLoader/autosplit.ix
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/DynaLoader/dl_expandspec.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/DynaLoader/dl_find_symbol_anywhere.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/DynaLoader/dl_findfile.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/Byte/Byte.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/CN/CN.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/EBCDIC/EBCDIC.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/Encode.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/JP/JP.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/KR/KR.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/Symbol/Symbol.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/TW/TW.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Encode/Unicode/Unicode.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Fcntl/Fcntl.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/File/Glob/Glob.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Filter/Util/Call/Call.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/GDBM_File/GDBM_File.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Hash/Util/FieldHash/FieldHash.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Hash/Util/Util.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/I18N/Langinfo/Langinfo.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/I18N/Langinfo/autosplit.ix
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/IO/IO.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/IPC/SysV/SysV.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/List/Util/Util.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/MIME/Base64/Base64.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Math/BigInt/FastCalc/FastCalc.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/NDBM_File/NDBM_File.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/ODBM_File/ODBM_File.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Opcode/Opcode.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/POSIX.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigAction/flags.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigAction/handler.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigAction/mask.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigAction/new.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigAction/safe.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/CLEAR.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/DELETE.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/EXISTS.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/FETCH.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/SCALAR.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/STORE.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/_check.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/_croak.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/_exist.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/_getsig.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/_init.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/SigRt/new.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/abs.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/alarm.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/assert.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/atan2.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/atexit.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/atof.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/atoi.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/atol.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/autosplit.ix
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/bsearch.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/calloc.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/chdir.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/chmod.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/chown.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/clearerr.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/closedir.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/cos.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/creat.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/div.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/errno.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/execl.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/execle.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/execlp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/execv.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/execve.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/execvp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/exit.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/exp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fabs.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fclose.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fcntl.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fdopen.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/feof.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/ferror.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fflush.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fgetc.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fgetpos.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fgets.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fileno.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fopen.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fork.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fprintf.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fputc.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fputs.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fread.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/free.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/freopen.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fscanf.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fseek.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fsetpos.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fstat.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fsync.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/ftell.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/fwrite.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getc.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getchar.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getegid.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getenv.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/geteuid.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getgid.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getgrgid.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getgrnam.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getgroups.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getlogin.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getpgrp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getpid.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getppid.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getpwnam.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getpwuid.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/gets.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/getuid.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/gmtime.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/isatty.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/kill.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/labs.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/ldiv.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/link.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/load_imports.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/localtime.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/log.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/longjmp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/malloc.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/memchr.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/memcmp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/memcpy.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/memmove.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/memset.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/mkdir.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/offsetof.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/opendir.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/perror.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/pow.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/printf.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/putc.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/putchar.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/puts.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/qsort.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/raise.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/rand.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/readdir.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/realloc.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/redef.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/remove.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/rename.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/rewind.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/rewinddir.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/rmdir.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/scanf.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/setbuf.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/setjmp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/setvbuf.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/siglongjmp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/sigsetjmp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/sin.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/sleep.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/sprintf.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/sqrt.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/srand.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/sscanf.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/stat.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strcat.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strchr.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strcmp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strcpy.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strcspn.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strerror.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strlen.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strncat.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strncmp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strncpy.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strpbrk.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strrchr.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strspn.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strstr.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/strtok.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/system.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/time.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/tmpfile.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/tolower.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/toupper.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/umask.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/ungetc.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/unimpl.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/unlink.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/usage.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/utime.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/vfprintf.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/vprintf.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/vsprintf.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/wait.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/POSIX/waitpid.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/PerlIO/encoding/encoding.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/PerlIO/scalar/scalar.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/PerlIO/via/via.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/SDBM_File/SDBM_File.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Socket/Socket.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/BIN_VERSION_NV.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/BIN_WRITE_VERSION_NV.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/CAN_FLOCK.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/Storable.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/_freeze.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/_retrieve.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/_store.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/_store_fd.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/autosplit.ix
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/fd_retrieve.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/file_magic.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/freeze.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/lock_nstore.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/lock_retrieve.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/lock_store.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/logcarp.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/logcroak.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/nfreeze.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/nstore.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/nstore_fd.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/read_magic.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/retrieve.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/show_file_magic.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/store.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/store_fd.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Storable/thaw.al
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Sys/Hostname/Hostname.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Sys/Hostname/autosplit.ix
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Sys/Syslog/Syslog.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Text/Soundex/Soundex.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Time/HiRes/HiRes.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Time/Piece/Piece.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/Unicode/Normalize/Normalize.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/attributes/attributes.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/mro/mro.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/re/re.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/sdbm/extralibs.ld
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/threads/shared/shared.so
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/threads/threads.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/encoding.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/lib.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/mro.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/ops.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/re.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/threads.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/threads/shared.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/AnyDBM_File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/App/Cpan.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/App/Prove.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/App/Prove/State.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/App/Prove/State/Result.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/App/Prove/State/Result/Test.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Archive/Extract.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Archive/Tar.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Archive/Tar/Constant.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Archive/Tar/File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Attribute/Handlers.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/AutoLoader.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/AutoSplit.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/B/Debug.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/B/Deparse.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/B/Lint.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/B/Lint/Debug.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Benchmark.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CGI.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CGI/Apache.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CGI/Carp.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CGI/Cookie.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CGI/Fast.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CGI/Pretty.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CGI/Push.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CGI/Switch.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CGI/Util.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CORE.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/API/HOWTO.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Author.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Bundle.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/CacheMgr.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Complete.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Debug.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/DeferredCode.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Distribution.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Distroprefs.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Distrostatus.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Exception/RecursiveDependency.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Exception/blocked_urllist.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Exception/yaml_not_installed.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/FTP.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/FTP/netrc.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/FirstTime.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/HandleConfig.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Index.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/InfoObj.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Kwalify.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Kwalify/distroprefs.dd
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Kwalify/distroprefs.yml
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/LWP/UserAgent.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Mirrors.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Module.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Nox.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Prompt.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Queue.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Shell.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Tarzip.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/URL.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPAN/Version.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Backend.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Backend/RV.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Config.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Configure.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Configure/Setup.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Dist.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Dist/Autobundle.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Dist/Base.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Dist/Build.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Dist/Build/Constants.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Dist/MM.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Dist/Sample.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Error.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/FAQ.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Hacking.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Constants.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Constants/Report.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Extract.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Fetch.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Report.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Search.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Source.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Source/Memory.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Source/SQLite.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Utils.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Internals/Utils/Autoflush.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Module.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Module/Author.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Module/Author/Fake.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Module/Checksums.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Module/Fake.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Module/Signature.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Selfupdate.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Shell.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Shell/Classic.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Shell/Default.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/CPANPLUS/Shell/Default/Plugins/Source.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Carp.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Carp/Heavy.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Class/ISA.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Class/Struct.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Compress/Zlib.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Config/Extensions.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/DB.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/DBM_Filter.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/DBM_Filter/compress.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/DBM_Filter/encode.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/DBM_Filter/int32.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/DBM_Filter/null.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/DBM_Filter/utf8.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Devel/InnerPackage.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Devel/SelfStubber.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Digest.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Digest/base.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Digest/file.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/DirHandle.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Dumpvalue.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Encode/Changes.e2x
+file path=usr/perl5/$(PERL_VERSION)/lib/Encode/ConfigLocal_PM.e2x
+file path=usr/perl5/$(PERL_VERSION)/lib/Encode/Makefile_PL.e2x
+file path=usr/perl5/$(PERL_VERSION)/lib/Encode/PerlIO.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Encode/README.e2x
+file path=usr/perl5/$(PERL_VERSION)/lib/Encode/Supported.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Encode/_PM.e2x
+file path=usr/perl5/$(PERL_VERSION)/lib/Encode/_T.e2x
+file path=usr/perl5/$(PERL_VERSION)/lib/Encode/encode.h
+file path=usr/perl5/$(PERL_VERSION)/lib/English.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Env.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Exporter.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Exporter/Heavy.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Base.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/Unix.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/VMS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/Windows.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/aix.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/cygwin.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/darwin.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/dec_osf.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/CBuilder/Platform/os2.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Command.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Command/MM.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Constant.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Constant/Base.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Constant/ProxySubs.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Constant/Utils.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Constant/XS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Embed.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Install.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Installed.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Liblist.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Liblist/Kid.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MANIFEST.SKIP
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_AIX.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_Any.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_BeOS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_Cygwin.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_DOS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_Darwin.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_MacOS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_NW5.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_OS2.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_QNX.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_UWIN.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_Unix.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_VMS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_VOS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_Win32.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MM_Win95.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MY.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MakeMaker.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MakeMaker/Config.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MakeMaker/FAQ.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/MakeMaker/Tutorial.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Manifest.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Miniperl.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Mkbootstrap.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Mksymlists.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/Packlist.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/ParseXS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/testlib.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/typemap
+file path=usr/perl5/$(PERL_VERSION)/lib/ExtUtils/xsubpp
+file path=usr/perl5/$(PERL_VERSION)/lib/Fatal.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/File/Basename.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/File/CheckTree.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/File/Compare.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/File/Copy.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/File/DosGlob.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/File/Fetch.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/File/Find.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/File/GlobMapper.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/File/Path.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/File/Temp.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/File/stat.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/FileCache.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/FileHandle.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Filter/Simple.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/FindBin.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Getopt/Long.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Getopt/Std.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/I18N/Collate.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/I18N/LangTags.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/I18N/LangTags/Detect.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/I18N/LangTags/List.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Adapter/Bzip2.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Adapter/Deflate.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Adapter/Identity.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Base.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Base/Common.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Bzip2.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Deflate.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Gzip.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Gzip/Constants.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/RawDeflate.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Zip.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Zip/Constants.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Zlib/Constants.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Compress/Zlib/Extra.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/Adapter/Bunzip2.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/Adapter/Identity.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/Adapter/Inflate.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/AnyInflate.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/AnyUncompress.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/Base.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/Bunzip2.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/Gunzip.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/Inflate.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/RawInflate.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Uncompress/Unzip.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IO/Zlib.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IPC/Cmd.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IPC/Open2.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/IPC/Open3.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Constants.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Constants.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Country.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Country.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Currency.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Currency.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Language.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Language.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Maketext.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Maketext.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Maketext/Guts.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Maketext/GutsLoader.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Maketext/Simple.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Maketext/TPJ13.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Script.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Locale/Script.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Log/Message.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Log/Message/Config.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Log/Message/Handlers.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Log/Message/Item.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Log/Message/Simple.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Math/BigFloat.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Math/BigFloat/Trace.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Math/BigInt.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Math/BigInt/Calc.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Math/BigInt/CalcEmu.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Math/BigInt/Trace.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Math/BigRat.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Math/Complex.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Math/Trig.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Memoize.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Memoize/AnyDBM_File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Memoize/Expire.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Memoize/ExpireFile.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Memoize/ExpireTest.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Memoize/NDBM_File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Memoize/SDBM_File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Memoize/Storable.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/API.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Authoring.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Base.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Bundling.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Compat.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Config.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/ConfigData.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Cookbook.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Dumper.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/ModuleInfo.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Notes.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/PPMMaker.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/Amiga.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/Default.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/EBCDIC.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/MPEiX.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/MacOS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/RiscOS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/Unix.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/VMS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/VOS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/Windows.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/aix.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/cygwin.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/darwin.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Platform/os2.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/PodParser.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/Version.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Build/YAML.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/CoreList.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Load.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Load/Conditional.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Loaded.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Pluggable.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Module/Pluggable/Object.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/NEXT.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/Cmd.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/Config.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/Domain.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/FTP.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/FTP/A.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/FTP/E.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/FTP/I.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/FTP/L.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/FTP/dataconn.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/NNTP.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/Netrc.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/POP3.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/Ping.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/SMTP.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/Time.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/hostent.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/libnetFAQ.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/netent.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/protoent.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Net/servent.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Object/Accessor.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Package/Constants.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Params/Check.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Parse/CPAN/Meta.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/PerlIO.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/PerlIO/via/QuotedPrint.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Checker.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Escapes.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Find.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Functions.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Html.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/InputObjects.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/LaTeX.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Man.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/ParseLink.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/ParseUtils.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Parser.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc/BaseTo.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc/GetOptsOO.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc/ToChecker.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc/ToMan.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc/ToNroff.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc/ToPod.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc/ToRtf.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc/ToText.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc/ToTk.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Perldoc/ToXml.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/PlainText.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Plainer.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Select.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/BlackBox.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/Checker.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/Debug.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/DumpAsText.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/DumpAsXML.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/HTML.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/HTMLBatch.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/HTMLLegacy.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/LinkSection.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/Methody.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/Progress.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/PullParser.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/PullParserEndToken.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/PullParserStartToken.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/PullParserTextToken.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/PullParserToken.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/RTF.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/Search.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/SimpleTree.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/Subclassing.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/Text.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/TextContent.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/TiedOutFH.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/Transcode.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/TranscodeDumb.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/TranscodeSmart.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/XHTML.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Simple/XMLOutStream.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Text.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Text/Color.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Text/Overstrike.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Text/Termcap.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Pod/Usage.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Safe.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Search/Dict.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/SelectSaver.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/SelfLoader.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Shell.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Switch.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Symbol.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Base.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Formatter/Base.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Formatter/Color.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Formatter/Console.pm
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/TAP/Formatter/Console/ParallelSession.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Formatter/Console/Session.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Formatter/File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Formatter/File/Session.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Formatter/Session.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Harness.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Object.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Aggregator.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Grammar.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Iterator.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Iterator/Array.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Iterator/Process.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Iterator/Stream.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/IteratorFactory.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Multiplexer.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Result.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Result/Bailout.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Result/Comment.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Result/Plan.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Result/Pragma.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Result/Test.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Result/Unknown.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Result/Version.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Result/YAML.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/ResultFactory.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Scheduler.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Scheduler/Job.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Scheduler/Spinner.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Source.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Source/Perl.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/Utils.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/YAMLish/Reader.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/TAP/Parser/YAMLish/Writer.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Term/ANSIColor.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Term/Cap.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Term/Complete.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Term/ReadLine.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Term/UI.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Term/UI/History.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Test.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Test/Builder.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Test/Builder/Module.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Test/Builder/Tester.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Test/Builder/Tester/Color.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Test/Harness.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Test/More.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Test/Simple.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Test/Tutorial.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/Text/Abbrev.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Text/Balanced.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Text/ParseWords.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Text/Tabs.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Text/Wrap.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Thread.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Thread/Queue.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Thread/Semaphore.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Tie/Array.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Tie/File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Tie/Handle.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Tie/Hash.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Tie/Hash/NamedCapture.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Tie/Memoize.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Tie/RefHash.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Tie/Scalar.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Tie/StdHandle.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Tie/SubstrHash.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Time/Local.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Time/gmtime.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Time/localtime.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Time/tm.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/UNIVERSAL.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Unicode/Collate.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/Unicode/Collate/allkeys.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/Unicode/Collate/keys.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/Unicode/UCD.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/User/grent.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/User/pwent.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/XSLoader.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/abbrev.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/assert.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/autodie.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/autodie/exception.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/autodie/exception/system.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/autodie/hints.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/autouse.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/base.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/bigfloat.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/bigint.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/bigint.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/bignum.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/bigrat.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/bigrat.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/blib.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/bytes.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/bytes_heavy.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/cacheout.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/charnames.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/complete.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/constant.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/ctime.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/deprecate.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/diagnostics.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/dotsh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/dumpvar.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/encoding/warnings.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/exceptions.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/fastcwd.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/feature.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/fields.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/filetest.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/find.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/finddepth.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/flush.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/getcwd.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/getopt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/getopts.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/hostname.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/if.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/importenv.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/inc/latest.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/inc/latest/private.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/integer.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/less.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/locale.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/look.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/newgetopt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/open.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/open2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/open3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/overload.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/overload/numbers.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/overloading.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/parent.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/perl5db.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/a2p.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5004delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5005delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5100delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5101delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5110delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5111delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5112delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5113delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5114delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5115delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5120delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5121delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5122delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5123delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl561delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl56delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl570delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl571delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl572delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl573delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl581delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl582delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl583delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl584delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl585delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl586delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl587delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl588delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl589delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl58delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl590delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl591delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl592delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl593delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl594delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl595delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlaix.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlamiga.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlapi.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlapio.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlapollo.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlartistic.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlbeos.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlbook.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlboot.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlbot.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlbs2000.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlcall.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlce.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlcheat.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlclib.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlcn.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlcommunity.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlcompile.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlcygwin.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perldata.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perldbmfilter.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perldebguts.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perldebtut.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perldebug.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perldelta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perldgux.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perldiag.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perldoc.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perldos.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perldsc.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlebcdic.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlembed.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlepoc.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfaq.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfaq1.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfaq2.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfaq3.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfaq4.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfaq5.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfaq6.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfaq7.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfaq8.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfaq9.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfilter.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfork.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlform.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfreebsd.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlfunc.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlglossary.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlgpl.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlguts.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlhack.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlhaiku.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlhist.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlhpux.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlhurd.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlintern.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlintro.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perliol.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlipc.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlirix.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perljp.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlko.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perllexwarn.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perllinux.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perllocale.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perllol.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlmacos.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlmacosx.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlmod.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlmodinstall.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlmodlib.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlmodstyle.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlmpeix.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlmroapi.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlnetware.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlnewmod.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlnumber.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlobj.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlop.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlopenbsd.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlopentut.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlos2.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlos390.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlos400.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlpacktut.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlperf.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlplan9.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlpod.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlpodspec.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlpolicy.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlport.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlpragma.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlqnx.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlre.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlreapi.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlrebackslash.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlrecharclass.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlref.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlreftut.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlreguts.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlrepository.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlrequick.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlreref.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlretut.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlriscos.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlrun.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlsec.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlsolaris.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlstyle.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlsub.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlsymbian.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlsyn.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlthrtut.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perltie.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perltoc.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perltodo.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perltooc.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perltoot.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perltrap.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perltru64.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perltw.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlunicode.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlunifaq.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perluniintro.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perluniprops.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlunitut.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlutil.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perluts.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlvar.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlvmesa.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlvms.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlvos.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlwin32.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlxs.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perlxstut.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pwd.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/shellwords.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/sigtrap.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/sort.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/stat.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/strict.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/subs.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/syslog.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/tainted.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/termcap.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/timelocal.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/ArabicShaping.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/BidiMirroring.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/Blocks.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/CJKRadicals.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/CaseFolding.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/CombiningClass.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/CompositionExclusions.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/DAge.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/DCoreProperties.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/DNormalizationProps.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/Decomposition.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/EastAsianWidth.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/HangulSyllableType.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/Heavy.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/Index.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/Jamo.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/LineBreak.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/Name.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/NameAliases.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/NamedSequences.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/NamedSqProv.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/NamesList.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/NormalizationCorrections.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/PropList.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/PropValueAliases.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/PropertyAliases.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/ReadMe.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/Scripts.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/SpecialCasing.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/StandardizedVariants.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/TestProp.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/To/Bmg.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/To/Digit.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/To/Fold.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/To/Lower.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/To/NFKCCF.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/To/Title.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/To/Upper.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/UnicodeData.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/auxiliary/GCBTest.txt
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/unicore/auxiliary/GraphemeBreakProperty.txt
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/unicore/auxiliary/SentenceBreakProperty.txt
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/unicore/auxiliary/WordBreakProperty.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted/DBidiClass.txt
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted/DBinaryProperties.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted/DCombiningClass.txt
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted/DDecompositionType.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted/DEastAsianWidth.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted/DGeneralCategory.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted/DJoinGroup.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted/DJoinType.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted/DLineBreak.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted/DNumType.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/extracted/DNumValues.txt
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/AHex/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/AHex/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/1_1.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/2_0.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/2_1.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/3_0.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/3_1.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/3_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/4_0.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/4_1.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/5_0.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/5_1.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/5_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Age/Unassign.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Alpha/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Alpha/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/AL.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/AN.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/B.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/BN.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/CS.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/EN.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/ES.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/ET.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/L.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/LRE.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/LRO.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/NSM.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/ON.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/PDF.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/R.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/RLE.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/RLO.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/S.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Bc/WS.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/BidiC/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/BidiC/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/BidiM/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/BidiM/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/ASCII.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/AegeanNu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Alphabet.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Ancient2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/AncientG.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/AncientS.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Arabic.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/ArabicP2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/ArabicPr.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/ArabicSu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Armenian.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Arrows.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Avestan.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Balinese.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Bamum.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Bengali.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/BlockEle.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Bopomof2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Bopomofo.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/BoxDrawi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/BrailleP.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Buginese.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Buhid.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Byzantin.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CJKComp2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CJKComp3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CJKComp4.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CJKCompa.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CJKRadic.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CJKStrok.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CJKSymbo.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CJKUnif2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CJKUnif3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CJKUnif4.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CJKUnifi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Canadian.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Carian.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Cham.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Cherokee.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Combini2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Combini3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Combini4.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Combinin.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CommonIn.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/ControlP.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Coptic.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Counting.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Cuneifo2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Cuneifor.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Currency.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/CypriotS.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Cyrilli2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Cyrilli3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Cyrilli4.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Cyrillic.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Deseret.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Devanag2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Devanaga.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Dingbats.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/DominoTi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Egyptian.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Enclose2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Enclose3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Enclose4.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Enclosed.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Ethiopi2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Ethiopi3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Ethiopic.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/GeneralP.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Geometri.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Georgia2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Georgian.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Glagolit.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Gothic.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Greek.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/GreekExt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Gujarati.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Gurmukhi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Halfwidt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/HangulCo.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/HangulJ2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/HangulJ3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/HangulJa.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/HangulSy.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Hanunoo.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Hebrew.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/HighPriv.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/HighSurr.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Hiragana.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/IPAExten.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Ideograp.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Imperial.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Inscrip2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Inscript.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Javanese.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Kaithi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Kanbun.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/KangxiRa.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Kannada.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Katakan2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Katakana.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/KayahLi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Kharosht.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Khmer.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/KhmerSym.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Lao.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Latin1.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/LatinEx2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/LatinEx3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/LatinEx4.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/LatinEx5.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/LatinExt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Lepcha.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Letterli.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Limbu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/LinearBI.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/LinearBS.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Lisu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/LowSurro.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Lycian.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Lydian.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/MahjongT.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Malayala.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Mathema2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Mathemat.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/MeeteiMa.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Miscell2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Miscell3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Miscell4.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Miscell5.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Miscella.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Modifier.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Mongolia.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/MusicalS.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Myanmar.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/MyanmarE.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/NKo.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/NewTaiLu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/NoBlock.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/NumberFo.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Ogham.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/OlChiki.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/OldItali.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/OldPersi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/OldSouth.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/OldTurki.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/OpticalC.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Oriya.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Osmanya.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/PhagsPa.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Phaistos.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Phoenici.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Phoneti2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Phonetic.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/PrivateU.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Rejang.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/RumiNume.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Runic.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Samarita.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Saurasht.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Shavian.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Sinhala.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/SmallFor.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/SpacingM.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Specials.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Sundanes.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Superscr.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Supplem2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Supplem3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Supplem4.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Supplem5.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Supplem6.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Suppleme.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/SylotiNa.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Syriac.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Tagalog.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Tagbanwa.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Tags.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/TaiLe.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/TaiTham.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/TaiViet.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/TaiXuanJ.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Tamil.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Telugu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Thaana.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Thai.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Tibetan.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Tifinagh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Ugaritic.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/UnifiedC.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Vai.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Variati2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Variatio.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/VedicExt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/Vertical.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/YiRadica.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/YiSyllab.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Blk/YijingHe.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CE/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CE/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CI/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CI/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWCF/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWCF/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWCM/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWCM/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWKCF/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWKCF/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWL/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWL/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWT/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWT/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWU/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CWU/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Cased/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Cased/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/10.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/103.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/107.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/11.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/118.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/12.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/122.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/129.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/13.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/130.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/132.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/14.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/15.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/16.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/17.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/18.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/19.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/20.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/21.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/22.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/23.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/24.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/25.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/26.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/27.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/28.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/29.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/30.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/31.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/32.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/33.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/34.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/35.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/36.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/84.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/91.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/A.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/AL.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/AR.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/ATA.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/ATAR.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/ATB.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/ATBL.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/B.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/BL.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/BR.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/DA.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/DB.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/IS.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/KV.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/L.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/NK.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/NR.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/OV.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/R.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ccc/VR.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CompEx/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/CompEx/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/DI/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/DI/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dash/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dash/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dep/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dep/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dia/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dia/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Com.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Enc.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Fin.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Font.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Fra.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Init.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Iso.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Med.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Nar.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Nb.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/NonCanon.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/None.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Sml.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Sqr.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Sub.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Sup.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Dt/Vert.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ea/A.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ea/F.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ea/H.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ea/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ea/Na.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ea/W.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ext/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ext/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/CN.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/CR.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/EX.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/L.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/LF.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/LV.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/LVT.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/PP.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/SM.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/T.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/V.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GCB/XX.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/C.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Cc.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Cf.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Cn.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Co.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Cs.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/L.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/LC.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Ll.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Lm.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Lo.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Lt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Lu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/M.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Mc.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Me.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Mn.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Nl.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/No.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/P.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Pd.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Pe.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Pf.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Pi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Po.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Ps.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/S.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Sc.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Sk.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Sm.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/So.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Z.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Zl.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Zp.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Gc/Zs.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GrBase/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GrBase/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GrExt/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/GrExt/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Hex/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Hex/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Hst/NA.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Hyphen/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Hyphen/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDC/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDC/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDS/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDS/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDSB/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDSB/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDST/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/IDST/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ideo/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Ideo/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/In/2_0.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/In/2_1.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/In/3_0.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/In/3_1.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/In/3_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/In/4_0.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/In/4_1.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/In/5_0.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/In/5_1.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/In/5_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Ain.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Alaph.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Alef.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Beh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Beth.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Burushas.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Dal.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/DalathRi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/E.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/FarsiYeh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Fe.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Feh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/FinalSem.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Gaf.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Gamal.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Hah.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/HamzaOnH.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/He.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Heh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/HehGoal.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Heth.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Kaf.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Kaph.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Khaph.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/KnottedH.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Lam.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Lamadh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Meem.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Mim.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/NoJoinin.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Noon.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Nun.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Nya.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Pe.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Qaf.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Qaph.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Reh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Reversed.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Sad.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Sadhe.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Seen.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Semkath.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Shin.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/SwashKaf.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/SyriacWa.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Tah.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Taw.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/TehMarbu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Teth.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Waw.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Yeh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/YehBarre.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/YehWithT.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Yudh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/YudhHe.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Zain.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jg/Zhain.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/JoinC/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/JoinC/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jt/C.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jt/D.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jt/R.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jt/T.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Jt/U.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/LOE/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/AI.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/AL.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/B2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/BA.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/BB.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/BK.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/CB.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/CL.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/CM.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/CP.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/EX.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/GL.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/HY.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/ID.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/IN.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/IS.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/NL.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/NS.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/NU.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/OP.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/PO.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/PR.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/QU.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/SA.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/SG.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/SP.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/SY.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/WJ.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/XX.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lb/ZW.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lower/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Lower/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Math/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Math/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NChar/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NChar/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NFCQC/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NFDQC/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NFDQC/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NFKCQC/M.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NFKCQC/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NFKCQC/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/NFKDQC/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nt/De.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nt/Di.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nt/Nu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/0.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/10.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/100.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/10000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/100000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/10000000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/10000002.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/11.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/11_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/12.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/13.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/13_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/14.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/15.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/15_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/16.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/17.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/17_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/18.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/19.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1_10.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1_16.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1_3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1_4.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1_5.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1_6.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1_7.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1_8.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/1_9.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/20.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/200.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/2000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/20000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/21.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/22.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/23.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/24.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/25.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/26.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/27.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/28.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/29.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/2_3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/2_5.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/3.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/30.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/300.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/3000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/30000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/31.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/32.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/33.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/34.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/35.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/36.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/37.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/38.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/39.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/3_16.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/3_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/3_4.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/3_5.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/3_8.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/4.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/40.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/400.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/4000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/40000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/41.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/42.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/43.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/44.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/45.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/46.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/47.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/48.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/49.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/4_5.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/5.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/50.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/500.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/5000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/50000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/5_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/5_6.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/5_8.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/6.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/60.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/600.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/6000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/60000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/7.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/70.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/700.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/7000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/70000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/7_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/7_8.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/8.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/80.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/800.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/8000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/80000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/9.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/90.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/900.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/9000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/90000.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/9_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/NaN.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Nv/_1_2.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OAlpha/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OAlpha/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/ODI/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/ODI/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OGrExt/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OGrExt/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OIDC/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OIDC/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OIDS/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OIDS/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OLower/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OLower/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OMath/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OMath/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OUpper/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/OUpper/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/PatSyn/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/PatSyn/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/PatWS/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/PatWS/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/Alnum.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/Any.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/Assigned.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/Blank.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/Graph.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PerlSpac.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PerlWord.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PosixAln.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PosixAlp.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PosixBla.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PosixCnt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PosixDig.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PosixGra.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PosixLow.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PosixPri.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PosixPun.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PosixSpa.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/PosixUpp.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/Print.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/SpacePer.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/VertSpac.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/Word.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/_XBegin.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/_XExtend.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Perl/_XLVLVTV.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/QMark/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/QMark/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Radical/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Radical/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/AT.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/CL.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/EX.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/FO.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/LE.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/LO.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/SC.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/SE.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/ST.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/Sp.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/UP.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SB/XX.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SD/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/SD/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/STerm/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/STerm/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Arab.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Armi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Armn.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Avst.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Bali.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Bamu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Beng.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Bopo.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Bugi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Buhd.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Cans.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Cari.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Cham.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Cher.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Copt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Cprt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Cyrl.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Deva.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Egyp.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Ethi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Geor.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Glag.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Goth.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Grek.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Gujr.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Guru.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Han.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Hang.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Hano.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Hebr.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Hira.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Ital.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Java.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Kana.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Khar.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Khmr.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Knda.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Kthi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Lana.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Lao.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Latn.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Lepc.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Limb.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Linb.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Lyci.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Lydi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Mlym.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Mong.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Mtei.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Mymr.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Nko.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Ogam.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Orkh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Orya.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Osma.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Phag.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Phli.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Phnx.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Prti.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Rjng.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Runr.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Samr.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Saur.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Sinh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Sund.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Sylo.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Syrc.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Tagb.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Tale.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Talu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Taml.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Tavt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Telu.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Tfng.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Tglg.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Thaa.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Thai.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Tibt.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Ugar.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Vai.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Xpeo.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Xsux.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Yi.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Zinh.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Zyyy.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Sc/Zzzz.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Space/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Space/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Term/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Term/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/UIdeo/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/UIdeo/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Upper/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/Upper/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/VS/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/VS/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/WB/EX.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/WB/FO.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/WB/KA.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/WB/LE.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/WB/MB.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/WB/ML.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/WB/MN.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/WB/NL.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/WB/NU.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/WB/XX.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/XIDC/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/XIDC/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/XIDS/N.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/lib/XIDS/Y.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/mktables
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/mktables.lst
+file path=usr/perl5/$(PERL_VERSION)/lib/unicore/version
+file path=usr/perl5/$(PERL_VERSION)/lib/utf8.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/utf8_heavy.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/validate.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/vars.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/version.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/version.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/version/Internals.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/vmsish.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/warnings.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/warnings/register.pm
+file path=usr/perl5/$(PERL_VERSION)/man/man1/a2p.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/c2ph.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/config_data.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/corelist.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/cpan.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/cpan2dist.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/cpanp.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/dprofpp.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/enc2xs.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/find2perl.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/h2ph.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/h2xs.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/instmodsh.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/libnetcfg.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5004delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5005delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5100delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5101delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5110delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5111delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5112delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5113delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5114delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5115delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5120delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5121delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5122delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5123delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl561delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl56delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl570delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl571delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl572delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl573delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl581delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl582delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl583delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl584delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl585delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl586delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl587delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl588delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl589delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl58delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl590delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl591delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl592delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl593delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl594delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl595delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlaix.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlamiga.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlapi.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlapio.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlapollo.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlartistic.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlbeos.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlbook.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlboot.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlbot.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlbs2000.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlcall.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlce.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlcheat.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlclib.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlcn.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlcommunity.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlcompile.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlcygwin.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perldata.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perldbmfilter.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perldebguts.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perldebtut.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perldebug.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perldelta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perldgux.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perldiag.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perldoc.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perldos.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perldsc.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlebcdic.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlembed.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlepoc.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfaq.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfaq1.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfaq2.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfaq3.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfaq4.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfaq5.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfaq6.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfaq7.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfaq8.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfaq9.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfilter.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfork.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlform.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfreebsd.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlfunc.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlglossary.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlgpl.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlguts.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlhack.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlhaiku.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlhist.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlhpux.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlhurd.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlintern.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlintro.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perliol.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlipc.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlirix.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlivp.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perljp.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlko.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perllexwarn.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perllinux.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perllocale.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perllol.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlmacos.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlmacosx.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlmod.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlmodinstall.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlmodlib.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlmodstyle.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlmpeix.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlmroapi.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlnetware.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlnewmod.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlnumber.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlobj.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlop.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlopenbsd.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlopentut.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlos2.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlos390.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlos400.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlpacktut.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlperf.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlplan9.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlpod.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlpodspec.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlpolicy.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlport.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlpragma.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlqnx.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlre.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlreapi.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlrebackslash.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlrecharclass.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlref.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlreftut.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlreguts.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlrepository.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlrequick.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlreref.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlretut.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlriscos.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlrun.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlsec.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlsolaris.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlstyle.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlsub.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlsymbian.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlsyn.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlthanks.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlthrtut.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perltie.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perltoc.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perltodo.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perltooc.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perltoot.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perltrap.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perltru64.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perltw.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlunicode.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlunifaq.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perluniintro.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perluniprops.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlunitut.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlutil.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perluts.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlvar.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlvmesa.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlvms.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlvos.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlwin32.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlxs.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perlxstut.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/piconv.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/pl2pm.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/pod2html.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/pod2latex.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/pod2man.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/pod2text.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/pod2usage.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/podchecker.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/podselect.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/prove.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/psed.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/ptar.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/ptardiff.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/shasum.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/splain.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/xsubpp.1
+file path=usr/perl5/$(PERL_VERSION)/man/man3/AnyDBM_File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/App::Cpan.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/App::Prove.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/App::Prove::State.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/App::Prove::State::Result.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/App::Prove::State::Result::Test.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Archive::Extract.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Archive::Tar.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Archive::Tar::File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Attribute::Handlers.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/AutoLoader.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/AutoSplit.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/B.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/B::Concise.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/B::Debug.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/B::Deparse.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/B::Lint.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/B::Lint::Debug.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/B::Showlex.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/B::Terse.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/B::Xref.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Benchmark.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CGI.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CGI::Apache.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CGI::Carp.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CGI::Cookie.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CGI::Fast.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CGI::Pretty.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CGI::Push.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CGI::Switch.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CGI::Util.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CORE.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPAN.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPAN::API::HOWTO.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPAN::Debug.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPAN::Distroprefs.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPAN::FirstTime.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPAN::HandleConfig.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPAN::Kwalify.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPAN::Nox.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPAN::Queue.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPAN::Tarzip.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPAN::Version.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Backend.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Backend::RV.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Config.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Configure.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Dist.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Dist::Autobundle.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Dist::Base.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Dist::Build.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Dist::Build::Constants.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Dist::MM.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Dist::Sample.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Error.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::FAQ.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Hacking.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Internals.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Internals::Extract.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Internals::Fetch.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Internals::Report.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Internals::Search.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Internals::Source.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Internals::Source::Memory.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Internals::Source::SQLite.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Internals::Utils.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Module.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Module::Author.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Module::Author::Fake.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Module::Checksums.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Module::Fake.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Selfupdate.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Shell.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Shell::Classic.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Shell::Default.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Shell::Default::Plugins::CustomSource.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Shell::Default::Plugins::HOWTO.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Shell::Default::Plugins::Remote.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/CPANPLUS::Shell::Default::Plugins::Source.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Carp.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Class::ISA.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Class::Struct.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Compress::Raw::Bzip2.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Compress::Raw::Zlib.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Compress::Zlib.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Config.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Config::Extensions.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Cwd.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/DB.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/DBM_Filter.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/DBM_Filter::compress.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/DBM_Filter::encode.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/DBM_Filter::int32.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/DBM_Filter::null.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/DBM_Filter::utf8.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Data::Dumper.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Devel::DProf.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Devel::InnerPackage.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Devel::PPPort.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Devel::Peek.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Devel::SelfStubber.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Digest.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Digest::MD5.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Digest::SHA.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Digest::base.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Digest::file.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/DirHandle.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Dumpvalue.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/DynaLoader.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::Alias.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::Byte.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::CJKConstants.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::CN.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::CN::HZ.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::Config.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::EBCDIC.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::Encoder.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::Encoding.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::GSM0338.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::Guess.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::JP.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::JP::H2Z.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::JP::JIS7.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::KR.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::KR::2022_KR.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::MIME::Header.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::MIME::Name.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::PerlIO.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::Supported.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::Symbol.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::TW.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::Unicode.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Encode::Unicode::UTF7.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/English.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Env.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Errno.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Exporter.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Exporter::Heavy.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::CBuilder.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::CBuilder::Platform::Windows.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Command.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Command::MM.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Constant.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Constant::Base.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Constant::Utils.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Constant::XS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Embed.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Install.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Installed.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Liblist.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_AIX.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_Any.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_BeOS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_Cygwin.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_DOS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_Darwin.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_MacOS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_NW5.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_OS2.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_QNX.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_UWIN.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_Unix.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_VMS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_VOS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_Win32.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MM_Win95.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MY.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MakeMaker.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MakeMaker::Config.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MakeMaker::FAQ.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::MakeMaker::Tutorial.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Manifest.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Miniperl.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Mkbootstrap.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Mksymlists.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::Packlist.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::ParseXS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::XSSymSet.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ExtUtils::testlib.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Fatal.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Fcntl.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Basename.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::CheckTree.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Compare.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Copy.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::DosGlob.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Fetch.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Find.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Glob.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::GlobMapper.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Path.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Spec.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Spec::Cygwin.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Spec::Epoc.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Spec::Functions.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Spec::Mac.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Spec::OS2.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Spec::Unix.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Spec::VMS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Spec::Win32.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::Temp.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/File::stat.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/FileCache.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/FileHandle.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Filter::Simple.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Filter::Util::Call.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/FindBin.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/GDBM_File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Getopt::Long.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Getopt::Std.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Hash::Util.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Hash::Util::FieldHash.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/I18N::Collate.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/I18N::LangTags.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/I18N::LangTags::Detect.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/I18N::LangTags::List.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/I18N::Langinfo.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Compress::Base.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Compress::Bzip2.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Compress::Deflate.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Compress::Gzip.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Compress::RawDeflate.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Compress::Zip.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Dir.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Handle.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Pipe.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Poll.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Seekable.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Select.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Socket.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Socket::INET.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Socket::UNIX.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Uncompress::AnyInflate.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Uncompress::AnyUncompress.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Uncompress::Base.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Uncompress::Bunzip2.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Uncompress::Gunzip.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Uncompress::Inflate.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Uncompress::RawInflate.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Uncompress::Unzip.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IO::Zlib.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IPC::Cmd.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IPC::Msg.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IPC::Open2.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IPC::Open3.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IPC::Semaphore.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IPC::SharedMem.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/IPC::SysV.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/List::Util.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/List::Util::XS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Locale::Constants.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Locale::Country.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Locale::Currency.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Locale::Language.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Locale::Maketext.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Locale::Maketext::Simple.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Locale::Maketext::TPJ13.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Locale::Script.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Log::Message.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Log::Message::Config.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Log::Message::Handlers.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Log::Message::Item.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Log::Message::Simple.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/MIME::Base64.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/MIME::QuotedPrint.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Math::BigFloat.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Math::BigInt.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Math::BigInt::Calc.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Math::BigInt::CalcEmu.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Math::BigInt::FastCalc.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Math::BigRat.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Math::Complex.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Math::Trig.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Memoize.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Memoize::AnyDBM_File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Memoize::Expire.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Memoize::ExpireFile.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Memoize::ExpireTest.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Memoize::NDBM_File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Memoize::SDBM_File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Memoize::Storable.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::API.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Authoring.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Base.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Bundling.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Compat.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::ConfigData.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Cookbook.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::ModuleInfo.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Notes.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::PPMMaker.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::Amiga.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::Default.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::EBCDIC.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::MPEiX.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::MacOS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::RiscOS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::Unix.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::VMS.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::VOS.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::Windows.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::aix.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::cygwin.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::darwin.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Build::Platform::os2.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::CoreList.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Load.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Load::Conditional.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Loaded.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Pluggable.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Module::Pluggable::Object.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/NDBM_File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/NEXT.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::Cmd.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::Config.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::Domain.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::FTP.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::NNTP.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::Netrc.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::POP3.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::Ping.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::SMTP.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::Time.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::hostent.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::libnetFAQ.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::netent.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::protoent.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Net::servent.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/O.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ODBM_File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Object::Accessor.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Opcode.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/POSIX.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Package::Constants.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Params::Check.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Parse::CPAN::Meta.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/PerlIO.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/PerlIO::encoding.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/PerlIO::scalar.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/PerlIO::via.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/PerlIO::via::QuotedPrint.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Checker.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Escapes.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Find.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Html.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::InputObjects.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::LaTeX.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Man.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::ParseLink.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::ParseUtils.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Parser.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Perldoc.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Perldoc::BaseTo.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Perldoc::GetOptsOO.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Perldoc::ToChecker.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Perldoc::ToMan.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Perldoc::ToNroff.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Perldoc::ToPod.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Perldoc::ToRtf.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Perldoc::ToText.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Perldoc::ToTk.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Perldoc::ToXml.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::PlainText.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Plainer.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Select.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::Checker.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::Debug.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::DumpAsText.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::DumpAsXML.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::HTML.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::HTMLBatch.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::LinkSection.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::Methody.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::PullParser.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::PullParserEndToken.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::PullParserStartToken.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::PullParserTextToken.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::PullParserToken.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::RTF.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::Search.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::SimpleTree.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::Subclassing.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::Text.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::TextContent.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::XHTML.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Simple::XMLOutStream.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Text.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Text::Color.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Text::Overstrike.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Text::Termcap.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Pod::Usage.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/SDBM_File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Safe.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Scalar::Util.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Search::Dict.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/SelectSaver.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/SelfLoader.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Shell.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Socket.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Storable.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Switch.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Symbol.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Sys::Hostname.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Sys::Syslog.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Base.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Formatter::Base.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Formatter::Color.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Formatter::Console.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Formatter::Console::ParallelSession.3
+file \
+    path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Formatter::Console::Session.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Formatter::File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Formatter::File::Session.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Formatter::Session.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Harness.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Object.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Aggregator.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Grammar.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Iterator.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Iterator::Array.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Iterator::Process.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Iterator::Stream.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::IteratorFactory.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Multiplexer.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Result.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Result::Bailout.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Result::Comment.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Result::Plan.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Result::Pragma.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Result::Test.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Result::Unknown.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Result::Version.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Result::YAML.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::ResultFactory.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Scheduler.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Scheduler::Job.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Scheduler::Spinner.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Source.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Source::Perl.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::Utils.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::YAMLish::Reader.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/TAP::Parser::YAMLish::Writer.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Term::ANSIColor.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Term::Cap.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Term::Complete.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Term::ReadLine.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Term::UI.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Term::UI::History.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Test.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Test::Builder.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Test::Builder::Module.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Test::Builder::Tester.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Test::Builder::Tester::Color.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Test::Harness.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Test::More.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Test::Simple.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Test::Tutorial.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Text::Abbrev.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Text::Balanced.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Text::ParseWords.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Text::Soundex.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Text::Tabs.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Text::Wrap.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Thread.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Thread::Queue.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Thread::Semaphore.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Tie::Array.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Tie::File.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Tie::Handle.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Tie::Hash.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Tie::Hash::NamedCapture.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Tie::Memoize.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Tie::RefHash.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Tie::Scalar.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Tie::StdHandle.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Tie::SubstrHash.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Time::HiRes.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Time::Local.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Time::Piece.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Time::Seconds.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Time::gmtime.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Time::localtime.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Time::tm.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/UNIVERSAL.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Unicode::Collate.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Unicode::Normalize.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/Unicode::UCD.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/User::grent.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/User::pwent.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/XS::APItest.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/XS::APItest::KeywordRPN.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/XS::Typemap.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/XSLoader.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/attributes.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/autodie.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/autodie::exception.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/autodie::exception::system.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/autodie::hints.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/autouse.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/base.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/bigint.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/bignum.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/bigrat.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/blib.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/bytes.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/charnames.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/constant.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/deprecate.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/diagnostics.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/encoding.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/encoding::warnings.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/feature.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/fields.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/filetest.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/if.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/inc::latest.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/integer.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/less.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/lib.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/locale.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/mro.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/open.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/ops.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/overload.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/overloading.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/parent.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/re.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/sigtrap.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/sort.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/strict.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/subs.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/threads.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/threads::shared.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/utf8.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/vars.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/version.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/version::Internals.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/vmsish.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/warnings.3
+file path=usr/perl5/$(PERL_VERSION)/man/man3/warnings::register.3
+hardlink path=usr/perl5/$(PERL_VERSION)/bin/perl \
+    target=perl$(COMPONENT_VERSION)
+hardlink path=usr/perl5/$(PERL_VERSION)/bin/perlthanks target=perlbug
+hardlink path=usr/perl5/$(PERL_VERSION)/bin/psed target=s2p
+hardlink path=usr/perl5/$(PERL_VERSION)/bin/pstruct target=c2ph
+hardlink path=usr/perl5/$(PERL_VERSION)/man/man1/perlbug.1 target=perlthanks.1
+hardlink path=usr/perl5/$(PERL_VERSION)/man/man1/pstruct.1 target=c2ph.1
+hardlink path=usr/perl5/$(PERL_VERSION)/man/man1/s2p.1 target=psed.1
+license perl.license license=Artistic
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/perl512/perl.license	Mon Mar 28 13:31:10 2011 -0700
@@ -0,0 +1,158 @@
+Oracle elects to have this file available under and governed by
+the Artistic License (see below for full license text).
+However, the following notice accompanied the original version of this file:
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of either:
+
+        a) the GNU General Public License as published by the Free
+        Software Foundation; either version 1, or (at your option) any
+        later version, or
+
+        b) the "Artistic License" which comes with this Kit.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
+the GNU General Public License or the Artistic License for more details.
+
+You should have received a copy of the Artistic License with this
+Kit, in the file named "Artistic".  If not, I'll be glad to provide one.
+
+You should also have received a copy of the GNU General Public License
+along with this program in the file named "Copying". If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA or visit their web page on the internet at
+http://www.gnu.org/copyleft/gpl.html.
+
+=======================================================================
+
+Copyright (c) 1986 - 2010, Larry Wall and others
+
+			 The "Artistic License"
+
+				Preamble
+
+The intent of this document is to state the conditions under which a
+Package may be copied, such that the Copyright Holder maintains some
+semblance of artistic control over the development of the package,
+while giving the users of the package the right to use and distribute
+the Package in a more-or-less customary fashion, plus the right to make
+reasonable modifications.
+
+Definitions:
+
+	"Package" refers to the collection of files distributed by the
+	Copyright Holder, and derivatives of that collection of files
+	created through textual modification.
+
+	"Standard Version" refers to such a Package if it has not been
+	modified, or has been modified in accordance with the wishes
+	of the Copyright Holder as specified below.
+
+	"Copyright Holder" is whoever is named in the copyright or
+	copyrights for the package.
+
+	"You" is you, if you're thinking about copying or distributing
+	this Package.
+
+	"Reasonable copying fee" is whatever you can justify on the
+	basis of media cost, duplication charges, time of people involved,
+	and so on.  (You will not be required to justify it to the
+	Copyright Holder, but only to the computing community at large
+	as a market that must bear the fee.)
+
+	"Freely Available" means that no fee is charged for the item
+	itself, though there may be fees involved in handling the item.
+	It also means that recipients of the item may redistribute it
+	under the same conditions they received it.
+
+1. You may make and give away verbatim copies of the source form of the
+Standard Version of this Package without restriction, provided that you
+duplicate all of the original copyright notices and associated disclaimers.
+
+2. You may apply bug fixes, portability fixes and other modifications
+derived from the Public Domain or from the Copyright Holder.  A Package
+modified in such a way shall still be considered the Standard Version.
+
+3. You may otherwise modify your copy of this Package in any way, provided
+that you insert a prominent notice in each changed file stating how and
+when you changed that file, and provided that you do at least ONE of the
+following:
+
+    a) place your modifications in the Public Domain or otherwise make them
+    Freely Available, such as by posting said modifications to Usenet or
+    an equivalent medium, or placing the modifications on a major archive
+    site such as uunet.uu.net, or by allowing the Copyright Holder to include
+    your modifications in the Standard Version of the Package.
+
+    b) use the modified Package only within your corporation or organization.
+
+    c) rename any non-standard executables so the names do not conflict
+    with standard executables, which must also be provided, and provide
+    a separate manual page for each non-standard executable that clearly
+    documents how it differs from the Standard Version.
+
+    d) make other distribution arrangements with the Copyright Holder.
+
+4. You may distribute the programs of this Package in object code or
+executable form, provided that you do at least ONE of the following:
+
+    a) distribute a Standard Version of the executables and library files,
+    together with instructions (in the manual page or equivalent) on where
+    to get the Standard Version.
+
+    b) accompany the distribution with the machine-readable source of
+    the Package with your modifications.
+
+    c) give non-standard executables non-standard names, and clearly
+    document the differences in manual pages (or equivalent), together
+    with instructions on where to get the Standard Version.
+
+    d) make other distribution arrangements with the Copyright Holder.
+
+5. You may charge a reasonable copying fee for any distribution of this
+Package.  You may charge any fee you choose for support of this
+Package.  You may not charge a fee for this Package itself.  However,
+you may distribute this Package in aggregate with other (possibly
+commercial) programs as part of a larger (possibly commercial) software
+distribution provided that you do not advertise this Package as a
+product of your own.  You may embed this Package's interpreter within
+an executable of yours (by linking); this shall be construed as a mere
+form of aggregation, provided that the complete Standard Version of the
+interpreter is so embedded.
+
+6. The scripts and library files supplied as input to or produced as
+output from the programs of this Package do not automatically fall
+under the copyright of this Package, but belong to whoever generated
+them, and may be sold commercially, and may be aggregated with this
+Package.  If such scripts or library files are aggregated with this
+Package via the so-called "undump" or "unexec" methods of producing a
+binary executable image, then distribution of such an image shall
+neither be construed as a distribution of this Package nor shall it
+fall under the restrictions of Paragraphs 3 and 4, provided that you do
+not represent such an executable image as a Standard Version of this
+Package.
+
+7. C subroutines (or comparably compiled subroutines in other
+languages) supplied by you and linked into this Package in order to
+emulate subroutines and variables of the language defined by this
+Package shall not be considered part of this Package, but are the
+equivalent of input as in Paragraph 6, provided these subroutines do
+not change the language in any way that would cause it to fail the
+regression tests for the language.
+
+8. Aggregation of this Package with a commercial distribution is always
+permitted provided that the use of this Package is embedded; that is,
+when no overt attempt is made to make this Package's interfaces visible
+to the end user of the commercial distribution.  Such use shall not be
+construed as a distribution of this Package.
+
+9. The name of the Copyright Holder may not be used to endorse or promote
+products derived from this software without specific prior written permission.
+
+10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+				The End