PSARC 2013/102 Enabling threading support in Perl s11-update
authorBrian Cameron <brian.cameron@oracle.com>
Fri, 03 May 2013 15:46:38 -0700
branchs11-update
changeset 2592 a7d8d41eeab2
parent 2591 31090006a324
child 2593 b92e6df5eaf0
PSARC 2013/102 Enabling threading support in Perl 16635084 we want a threaded perl 5.12 in solaris
components/perl512/Makefile
components/perl512/perl-512.p5m
components/perl512/perl-512thread.p5m
components/perl512/resolve.deps
--- a/components/perl512/Makefile	Thu May 02 10:51:30 2013 -0700
+++ b/components/perl512/Makefile	Fri May 03 15:46:38 2013 -0700
@@ -91,6 +91,9 @@
 			    -O \
 			    -de
 
+CONFIGURE_THREAD_OPTIONS =  -Dusethreads \
+			    -Duseithreads
+
 COMPONENT_POST_CONFIGURE_ACTION = \
 	(cd $(@D); \
 	    cp config.sh config.sh_orig ; \
@@ -116,6 +119,22 @@
 #
 COMPONENT_BUILD_ENV	+=	PATH=$(dir $(CC.studio.32)):$(PATH)
 
+# ST=single-thread.  MT=multi-thread.  The only difference in the build is that
+# $(CONFIGURE_THREAD_OPTIONS) gets added to $(CONFIGURE_OPTIONS) in the MT case.
+#
+ST_VARIANT =	$(BUILD_DIR)/$(MACH32)-st
+MT_VARIANT =	$(BUILD_DIR)/$(MACH32)-mt
+
+VARIANTS =	$(MT_VARIANT) $(ST_VARIANT)
+
+$(VARIANTS:%=%/.configured):	BITS=32
+
+$(MT_VARIANT)/.configured:	CONFIGURE_OPTIONS += $(CONFIGURE_THREAD_OPTIONS)
+
+BUILD_32 =	$(VARIANTS:%=%/.built)
+INSTALL_32 =	$(VARIANTS:%=%/.installed)
+TEST_32 =	$(VARIANTS:%=%/.tested)
+
 build:		$(BUILD_32)
 
 install:	$(INSTALL_32)
--- a/components/perl512/perl-512.p5m	Thu May 02 10:51:30 2013 -0700
+++ b/components/perl512/perl-512.p5m	Fri May 03 15:46:38 2013 -0700
@@ -432,7 +432,7 @@
 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 build/$(MACH32)-st/perl 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
@@ -585,6 +585,8 @@
 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/DB_File.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
@@ -764,6 +766,10 @@
 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/DB_File/autosplit.ix
+file \
+    path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-64int/auto/DB_File/DB_File.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
@@ -1843,6 +1849,7 @@
 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/perl5124delta.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/pod/perl5125delta.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
@@ -2938,6 +2945,7 @@
 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/perl5124delta.1
+file path=usr/perl5/$(PERL_VERSION)/man/man1/perl5125delta.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
@@ -3218,6 +3226,7 @@
 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/DB_File.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
@@ -3689,7 +3698,7 @@
 # packages with mediated links.
 # DELETE the dupaction once the mediated link is published
 # in the main repo.
-link path=usr/bin/perl target=../perl5/5.12/bin/perl \
+link path=usr/bin/perl target=../perl5/$(PERL_VERSION)/bin/perl \
     mediator=perl mediator-version=5.12 mediator-priority=vendor \
     pkg.linted.pkglint.dupaction010.2=true
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/perl512/perl-512thread.p5m	Fri May 03 15:46:38 2013 -0700
@@ -0,0 +1,476 @@
+#
+# 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) 2013, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+  value=pkg:/runtime/perl-threaded-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 with threading support"
+set name=com.oracle.info.description value="Perl 5.12 with threading support"
+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=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2013/102
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+license perl.license license=Artistic
+
+# This is additional support to base perl 5.12
+depend fmri=runtime/perl-512 type=require
+
+file build/$(MACH32)-mt/perl path=usr/perl5/$(PERL_VERSION)/bin/perl-threaded
+
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/.packlist
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/attributes.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/attributes/attributes.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/B/B.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Compress/Raw/Bzip2/autosplit.ix
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Compress/Raw/Bzip2/Bzip2.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Compress/Raw/Zlib/autosplit.ix
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Compress/Raw/Zlib/Zlib.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Compress/Zlib/autosplit.ix
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Cwd/Cwd.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Data/Dumper/Dumper.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/DB_File/autosplit.ix
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/DB_File/DB_File.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Devel/DProf/DProf.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Devel/Peek/Peek.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Devel/PPPort/PPPort.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Digest/MD5/MD5.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Digest/SHA/SHA.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/DynaLoader/autosplit.ix
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/DynaLoader/dl_expandspec.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/DynaLoader/dl_find_symbol_anywhere.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/DynaLoader/dl_findfile.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Encode/Byte/Byte.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Encode/CN/CN.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Encode/EBCDIC/EBCDIC.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Encode/Encode.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Encode/JP/JP.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Encode/KR/KR.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Encode/Symbol/Symbol.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Encode/TW/TW.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Encode/Unicode/Unicode.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Fcntl/Fcntl.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/File/Glob/Glob.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Filter/Util/Call/Call.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/GDBM_File/GDBM_File.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Hash/Util/FieldHash/FieldHash.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Hash/Util/Util.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/I18N/Langinfo/autosplit.ix
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/I18N/Langinfo/Langinfo.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/IO/IO.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/IPC/SysV/SysV.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/List/Util/Util.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Math/BigInt/FastCalc/FastCalc.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/MIME/Base64/Base64.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/mro/mro.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/NDBM_File/NDBM_File.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/ODBM_File/ODBM_File.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Opcode/Opcode.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/PerlIO/encoding/encoding.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/PerlIO/scalar/scalar.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/PerlIO/via/via.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/abs.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/alarm.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/assert.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/atan2.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/atexit.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/atof.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/atoi.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/atol.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/autosplit.ix
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/bsearch.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/calloc.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/chdir.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/chmod.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/chown.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/clearerr.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/closedir.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/cos.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/creat.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/div.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/errno.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/execl.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/execle.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/execlp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/execv.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/execve.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/execvp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/exit.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/exp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fabs.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fclose.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fcntl.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fdopen.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/feof.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/ferror.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fflush.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fgetc.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fgetpos.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fgets.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fileno.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fopen.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fork.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fprintf.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fputc.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fputs.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fread.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/free.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/freopen.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fscanf.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fseek.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fsetpos.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fstat.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fsync.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/ftell.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/fwrite.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getc.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getchar.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getegid.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getenv.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/geteuid.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getgid.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getgrgid.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getgrnam.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getgroups.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getlogin.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getpgrp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getpid.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getppid.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getpwnam.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getpwuid.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/gets.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/getuid.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/gmtime.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/isatty.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/kill.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/labs.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/ldiv.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/link.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/load_imports.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/localtime.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/log.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/longjmp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/malloc.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/memchr.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/memcmp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/memcpy.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/memmove.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/memset.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/mkdir.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/offsetof.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/opendir.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/perror.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/POSIX.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/pow.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/printf.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/putc.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/putchar.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/puts.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/qsort.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/raise.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/rand.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/readdir.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/realloc.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/redef.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/remove.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/rename.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/rewind.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/rewinddir.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/rmdir.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/scanf.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/setbuf.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/setjmp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/setvbuf.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigAction/flags.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigAction/handler.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigAction/mask.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigAction/new.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigAction/safe.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/siglongjmp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/_check.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/_croak.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/_exist.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/_getsig.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/_init.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/CLEAR.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/DELETE.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/EXISTS.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/FETCH.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/new.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/SCALAR.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/SigRt/STORE.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/sigsetjmp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/sin.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/sleep.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/sprintf.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/sqrt.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/srand.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/sscanf.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/stat.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strcat.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strchr.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strcmp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strcpy.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strcspn.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strerror.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strlen.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strncat.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strncmp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strncpy.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strpbrk.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strrchr.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strspn.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strstr.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/strtok.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/system.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/time.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/tmpfile.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/tolower.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/toupper.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/umask.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/ungetc.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/unimpl.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/unlink.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/usage.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/utime.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/vfprintf.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/vprintf.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/vsprintf.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/wait.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/POSIX/waitpid.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/re/re.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/SDBM_File/SDBM_File.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/sdbm/extralibs.ld
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Socket/Socket.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/_freeze.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/_retrieve.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/_store_fd.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/_store.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/autosplit.ix
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/BIN_VERSION_NV.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/BIN_WRITE_VERSION_NV.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/CAN_FLOCK.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/fd_retrieve.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/file_magic.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/freeze.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/lock_nstore.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/lock_retrieve.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/lock_store.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/logcarp.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/logcroak.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/nfreeze.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/nstore_fd.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/nstore.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/read_magic.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/retrieve.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/show_file_magic.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/Storable.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/store_fd.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/store.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Storable/thaw.al
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Sys/Hostname/autosplit.ix
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Sys/Hostname/Hostname.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Sys/Syslog/Syslog.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Text/Soundex/Soundex.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/threads/shared/shared.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/threads/threads.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Time/HiRes/HiRes.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Time/Piece/Piece.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/auto/Unicode/Normalize/Normalize.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/B.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/B/Concise.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/B/Showlex.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/B/Terse.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/B/Xref.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Compress/Raw/Bzip2.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Compress/Raw/Zlib.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Config_git.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Config_heavy.pl
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Config.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Config.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/av.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/bitcount.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/cc_runtime.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/config.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/cop.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/cv.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/dosish.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/embed.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/embedvar.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/EXTERN.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/fakesdio.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/fakethr.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/form.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/git_version.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/gv.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/handy.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/hv.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/INTERN.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/intrpvar.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/iperlsys.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/keywords.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/libperl.so
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/malloc_ctl.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/mg.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/mydtrace.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/nostdio.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/op.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/opcode.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/opnames.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/overload.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/pad.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/parser.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/patchlevel.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/perl.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/perlapi.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/perldtrace.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/perlio.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/perliol.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/perlsdio.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/perlsfio.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/perlvars.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/perly.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/pp_proto.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/pp.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/proto.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/reentr.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/regcharclass.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/regcomp.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/regexp.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/regnodes.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/scope.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/sv.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/thread.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/time64_config.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/time64.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/uconfig.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/unixish.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/utf8.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/utfebcdic.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/util.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/uudmap.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/warnings.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/CORE/XSUB.h
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Cwd.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Data/Dumper.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/DB_File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Devel/DProf.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Devel/Peek.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Devel/PPPort.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Digest/MD5.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Digest/SHA.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/DynaLoader.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/Alias.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/Byte.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/CJKConstants.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/CN.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/CN/HZ.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/Config.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/EBCDIC.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/Encoder.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/Encoding.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/GSM0338.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/Guess.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/JP.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/JP/H2Z.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/JP/JIS7.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/KR.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/KR/2022_KR.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/MIME/Header.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/MIME/Header/ISO_2022_JP.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/MIME/Name.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/Symbol.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/TW.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/Unicode.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Encode/Unicode/UTF7.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/encoding.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Errno.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Fcntl.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/File/Glob.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/File/Spec.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/File/Spec/Cygwin.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/File/Spec/Epoc.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/File/Spec/Functions.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/File/Spec/Mac.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/File/Spec/OS2.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/File/Spec/Unix.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/File/Spec/VMS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/File/Spec/Win32.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Filter/Util/Call.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/GDBM_File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Hash/Util.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Hash/Util/FieldHash.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/I18N/Langinfo.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IO.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IO/Dir.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IO/File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IO/Handle.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IO/Pipe.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IO/Poll.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IO/Seekable.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IO/Select.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IO/Socket.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IO/Socket/INET.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IO/Socket/UNIX.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IPC/Msg.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IPC/Semaphore.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IPC/SharedMem.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/IPC/SysV.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/lib.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/List/Util.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/List/Util/PP.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/List/Util/XS.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Math/BigInt/FastCalc.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/MIME/Base64.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/MIME/QuotedPrint.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/mro.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/NDBM_File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/O.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/ODBM_File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Opcode.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/ops.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/PerlIO/encoding.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/PerlIO/scalar.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/PerlIO/via.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/POSIX.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/POSIX.pod
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/re.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Scalar/Util.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Scalar/Util/PP.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/SDBM_File.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Socket.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Storable.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Sys/Hostname.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Sys/Syslog.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Text/Soundex.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/threads.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/threads/shared.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Time/HiRes.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Time/Piece.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Time/Seconds.pm
+file path=usr/perl5/$(PERL_VERSION)/lib/$(PERL_ARCH)-solaris-thread-multi-64int/Unicode/Normalize.pm
--- a/components/perl512/resolve.deps	Thu May 02 10:51:30 2013 -0700
+++ b/components/perl512/resolve.deps	Fri May 03 15:46:38 2013 -0700
@@ -1,3 +1,4 @@
+database/berkeleydb-5
 library/database/gdbm
 system/library
 system/library/math