components/perl/perl516/perl-516.p5m
author Rich Burridge <rich.burridge@oracle.com>
Mon, 11 Mar 2013 10:06:51 -0700
changeset 1205 6c6c27bcf9ac
parent 1146 94088715b2bf
child 1251 f1fb66b52f41
permissions -rw-r--r--
16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
155
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     1
#
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     3
#
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     7
#
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    12
#
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    18
#
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    20
#
1146
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    21
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
155
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    22
#
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    23
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 155
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
1146
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    25
155
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
1146
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    27
    value=pkg:/runtime/perl-516@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
155
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    28
set name=pkg.description \
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    29
    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."
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    30
set name=pkg.summary value=Perl
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1146
diff changeset
    31
set name=com.oracle.info.description value="Perl 5.16"
155
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    33
    value=org.opensolaris.category.2008:Development/Perl
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 366
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 493
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
1146
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2012/379
155
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
1146
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    38
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    39
license perl.license license='Artistic'
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    40
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    41
dir  path=usr
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    42
dir  path=usr/perl5
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    43
dir  path=usr/perl5/5.16
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    44
dir  path=usr/perl5/5.16/bin
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    45
file path=usr/perl5/5.16/bin/a2p
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    46
file path=usr/perl5/5.16/bin/c2ph
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    47
file path=usr/perl5/5.16/bin/config_data
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    48
file path=usr/perl5/5.16/bin/corelist
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    49
file path=usr/perl5/5.16/bin/cpan
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    50
file path=usr/perl5/5.16/bin/cpan2dist
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    51
file path=usr/perl5/5.16/bin/cpanp
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    52
file path=usr/perl5/5.16/bin/cpanp-run-perl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    53
file path=usr/perl5/5.16/bin/enc2xs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    54
file path=usr/perl5/5.16/bin/find2perl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    55
file path=usr/perl5/5.16/bin/h2ph
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    56
file path=usr/perl5/5.16/bin/h2xs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    57
file path=usr/perl5/5.16/bin/instmodsh
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    58
file path=usr/perl5/5.16/bin/json_pp
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    59
file path=usr/perl5/5.16/bin/libnetcfg
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    60
file path=usr/perl5/5.16/bin/perl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    61
hardlink path=usr/perl5/5.16/bin/perl$(COMPONENT_VERSION) target=perl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    62
file path=usr/perl5/5.16/bin/perlbug
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    63
file path=usr/perl5/5.16/bin/perldoc
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    64
file path=usr/perl5/5.16/bin/perlivp
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    65
hardlink path=usr/perl5/5.16/bin/perlthanks target=perlbug
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    66
file path=usr/perl5/5.16/bin/piconv
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    67
file path=usr/perl5/5.16/bin/pl2pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    68
file path=usr/perl5/5.16/bin/pod2html
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    69
file path=usr/perl5/5.16/bin/pod2latex
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    70
file path=usr/perl5/5.16/bin/pod2man
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    71
file path=usr/perl5/5.16/bin/pod2text
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    72
file path=usr/perl5/5.16/bin/pod2usage
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    73
file path=usr/perl5/5.16/bin/podchecker
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    74
file path=usr/perl5/5.16/bin/podselect
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    75
file path=usr/perl5/5.16/bin/prove
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    76
file path=usr/perl5/5.16/bin/psed
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    77
hardlink path=usr/perl5/5.16/bin/pstruct target=c2ph
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    78
file path=usr/perl5/5.16/bin/ptar
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    79
file path=usr/perl5/5.16/bin/ptardiff
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    80
file path=usr/perl5/5.16/bin/ptargrep
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    81
hardlink path=usr/perl5/5.16/bin/s2p target=psed
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    82
file path=usr/perl5/5.16/bin/shasum
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    83
file path=usr/perl5/5.16/bin/splain
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    84
file path=usr/perl5/5.16/bin/xsubpp
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    85
file path=usr/perl5/5.16/bin/zipdetails
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    86
dir  path=usr/perl5/5.16/lib
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    87
file path=usr/perl5/5.16/lib/AnyDBM_File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    88
dir  path=usr/perl5/5.16/lib/App
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    89
file path=usr/perl5/5.16/lib/App/Cpan.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    90
dir  path=usr/perl5/5.16/lib/App/Prove
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    91
file path=usr/perl5/5.16/lib/App/Prove.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    92
dir  path=usr/perl5/5.16/lib/App/Prove/State
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    93
file path=usr/perl5/5.16/lib/App/Prove/State.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    94
dir  path=usr/perl5/5.16/lib/App/Prove/State/Result
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    95
file path=usr/perl5/5.16/lib/App/Prove/State/Result.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    96
file path=usr/perl5/5.16/lib/App/Prove/State/Result/Test.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    97
dir  path=usr/perl5/5.16/lib/Archive
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    98
file path=usr/perl5/5.16/lib/Archive/Extract.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    99
dir  path=usr/perl5/5.16/lib/Archive/Tar
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   100
file path=usr/perl5/5.16/lib/Archive/Tar.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   101
file path=usr/perl5/5.16/lib/Archive/Tar/Constant.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   102
file path=usr/perl5/5.16/lib/Archive/Tar/File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   103
dir  path=usr/perl5/5.16/lib/Attribute
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   104
file path=usr/perl5/5.16/lib/Attribute/Handlers.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   105
file path=usr/perl5/5.16/lib/AutoLoader.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   106
file path=usr/perl5/5.16/lib/AutoSplit.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   107
dir  path=usr/perl5/5.16/lib/B
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   108
file path=usr/perl5/5.16/lib/B/Debug.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   109
file path=usr/perl5/5.16/lib/B/Deparse.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   110
dir  path=usr/perl5/5.16/lib/B/Lint
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   111
file path=usr/perl5/5.16/lib/B/Lint.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   112
file path=usr/perl5/5.16/lib/B/Lint/Debug.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   113
file path=usr/perl5/5.16/lib/Benchmark.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   114
dir  path=usr/perl5/5.16/lib/CGI
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   115
file path=usr/perl5/5.16/lib/CGI.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   116
file path=usr/perl5/5.16/lib/CGI/Apache.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   117
file path=usr/perl5/5.16/lib/CGI/Carp.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   118
file path=usr/perl5/5.16/lib/CGI/Cookie.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   119
file path=usr/perl5/5.16/lib/CGI/Fast.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   120
file path=usr/perl5/5.16/lib/CGI/Pretty.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   121
file path=usr/perl5/5.16/lib/CGI/Push.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   122
file path=usr/perl5/5.16/lib/CGI/Switch.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   123
file path=usr/perl5/5.16/lib/CGI/Util.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   124
file path=usr/perl5/5.16/lib/CORE.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   125
dir  path=usr/perl5/5.16/lib/CPAN
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   126
file path=usr/perl5/5.16/lib/CPAN.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   127
dir  path=usr/perl5/5.16/lib/CPAN/API
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   128
file path=usr/perl5/5.16/lib/CPAN/API/HOWTO.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   129
file path=usr/perl5/5.16/lib/CPAN/Author.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   130
file path=usr/perl5/5.16/lib/CPAN/Bundle.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   131
file path=usr/perl5/5.16/lib/CPAN/CacheMgr.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   132
file path=usr/perl5/5.16/lib/CPAN/Complete.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   133
file path=usr/perl5/5.16/lib/CPAN/Debug.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   134
file path=usr/perl5/5.16/lib/CPAN/DeferredCode.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   135
file path=usr/perl5/5.16/lib/CPAN/Distribution.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   136
file path=usr/perl5/5.16/lib/CPAN/Distroprefs.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   137
file path=usr/perl5/5.16/lib/CPAN/Distrostatus.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   138
dir  path=usr/perl5/5.16/lib/CPAN/Exception
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   139
file path=usr/perl5/5.16/lib/CPAN/Exception/RecursiveDependency.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   140
file path=usr/perl5/5.16/lib/CPAN/Exception/blocked_urllist.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   141
file path=usr/perl5/5.16/lib/CPAN/Exception/yaml_not_installed.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   142
file path=usr/perl5/5.16/lib/CPAN/Exception/yaml_process_error.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   143
dir  path=usr/perl5/5.16/lib/CPAN/FTP
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   144
file path=usr/perl5/5.16/lib/CPAN/FTP.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   145
file path=usr/perl5/5.16/lib/CPAN/FTP/netrc.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   146
file path=usr/perl5/5.16/lib/CPAN/FirstTime.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   147
dir  path=usr/perl5/5.16/lib/CPAN/HTTP
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   148
file path=usr/perl5/5.16/lib/CPAN/HTTP/Client.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   149
file path=usr/perl5/5.16/lib/CPAN/HTTP/Credentials.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   150
file path=usr/perl5/5.16/lib/CPAN/HandleConfig.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   151
file path=usr/perl5/5.16/lib/CPAN/Index.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   152
file path=usr/perl5/5.16/lib/CPAN/InfoObj.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   153
dir  path=usr/perl5/5.16/lib/CPAN/Kwalify
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   154
file path=usr/perl5/5.16/lib/CPAN/Kwalify.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   155
file path=usr/perl5/5.16/lib/CPAN/Kwalify/distroprefs.dd
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   156
file path=usr/perl5/5.16/lib/CPAN/Kwalify/distroprefs.yml
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   157
dir  path=usr/perl5/5.16/lib/CPAN/LWP
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   158
file path=usr/perl5/5.16/lib/CPAN/LWP/UserAgent.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   159
dir  path=usr/perl5/5.16/lib/CPAN/Meta
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   160
file path=usr/perl5/5.16/lib/CPAN/Meta.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   161
file path=usr/perl5/5.16/lib/CPAN/Meta/Converter.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   162
file path=usr/perl5/5.16/lib/CPAN/Meta/Feature.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   163
file path=usr/perl5/5.16/lib/CPAN/Meta/History.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   164
file path=usr/perl5/5.16/lib/CPAN/Meta/Prereqs.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   165
file path=usr/perl5/5.16/lib/CPAN/Meta/Requirements.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   166
file path=usr/perl5/5.16/lib/CPAN/Meta/Spec.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   167
file path=usr/perl5/5.16/lib/CPAN/Meta/Validator.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   168
file path=usr/perl5/5.16/lib/CPAN/Meta/YAML.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   169
file path=usr/perl5/5.16/lib/CPAN/Mirrors.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   170
file path=usr/perl5/5.16/lib/CPAN/Module.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   171
file path=usr/perl5/5.16/lib/CPAN/Nox.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   172
file path=usr/perl5/5.16/lib/CPAN/Prompt.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   173
file path=usr/perl5/5.16/lib/CPAN/Queue.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   174
file path=usr/perl5/5.16/lib/CPAN/Shell.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   175
file path=usr/perl5/5.16/lib/CPAN/Tarzip.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   176
file path=usr/perl5/5.16/lib/CPAN/URL.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   177
file path=usr/perl5/5.16/lib/CPAN/Version.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   178
dir  path=usr/perl5/5.16/lib/CPANPLUS
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   179
file path=usr/perl5/5.16/lib/CPANPLUS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   180
dir  path=usr/perl5/5.16/lib/CPANPLUS/Backend
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   181
file path=usr/perl5/5.16/lib/CPANPLUS/Backend.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   182
file path=usr/perl5/5.16/lib/CPANPLUS/Backend/RV.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   183
file path=usr/perl5/5.16/lib/CPANPLUS/Config.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   184
dir  path=usr/perl5/5.16/lib/CPANPLUS/Configure
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   185
file path=usr/perl5/5.16/lib/CPANPLUS/Configure.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   186
file path=usr/perl5/5.16/lib/CPANPLUS/Configure/Setup.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   187
dir  path=usr/perl5/5.16/lib/CPANPLUS/Dist
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   188
file path=usr/perl5/5.16/lib/CPANPLUS/Dist.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   189
file path=usr/perl5/5.16/lib/CPANPLUS/Dist/Autobundle.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   190
file path=usr/perl5/5.16/lib/CPANPLUS/Dist/Base.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   191
dir  path=usr/perl5/5.16/lib/CPANPLUS/Dist/Build
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   192
file path=usr/perl5/5.16/lib/CPANPLUS/Dist/Build.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   193
file path=usr/perl5/5.16/lib/CPANPLUS/Dist/Build/Constants.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   194
file path=usr/perl5/5.16/lib/CPANPLUS/Dist/MM.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   195
file path=usr/perl5/5.16/lib/CPANPLUS/Dist/Sample.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   196
file path=usr/perl5/5.16/lib/CPANPLUS/Error.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   197
file path=usr/perl5/5.16/lib/CPANPLUS/FAQ.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   198
file path=usr/perl5/5.16/lib/CPANPLUS/Hacking.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   199
dir  path=usr/perl5/5.16/lib/CPANPLUS/Internals
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   200
file path=usr/perl5/5.16/lib/CPANPLUS/Internals.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   201
dir  path=usr/perl5/5.16/lib/CPANPLUS/Internals/Constants
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   202
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Constants.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   203
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Constants/Report.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   204
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Extract.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   205
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Fetch.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   206
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Report.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   207
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Search.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   208
dir  path=usr/perl5/5.16/lib/CPANPLUS/Internals/Source
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   209
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Source.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   210
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Source/Memory.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   211
dir  path=usr/perl5/5.16/lib/CPANPLUS/Internals/Source/SQLite
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   212
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Source/SQLite.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   213
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   214
dir  path=usr/perl5/5.16/lib/CPANPLUS/Internals/Utils
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   215
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Utils.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   216
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Utils/Autoflush.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   217
dir  path=usr/perl5/5.16/lib/CPANPLUS/Module
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   218
file path=usr/perl5/5.16/lib/CPANPLUS/Module.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   219
dir  path=usr/perl5/5.16/lib/CPANPLUS/Module/Author
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   220
file path=usr/perl5/5.16/lib/CPANPLUS/Module/Author.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   221
file path=usr/perl5/5.16/lib/CPANPLUS/Module/Author/Fake.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   222
file path=usr/perl5/5.16/lib/CPANPLUS/Module/Checksums.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   223
file path=usr/perl5/5.16/lib/CPANPLUS/Module/Fake.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   224
file path=usr/perl5/5.16/lib/CPANPLUS/Module/Signature.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   225
file path=usr/perl5/5.16/lib/CPANPLUS/Selfupdate.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   226
dir  path=usr/perl5/5.16/lib/CPANPLUS/Shell
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   227
file path=usr/perl5/5.16/lib/CPANPLUS/Shell.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   228
file path=usr/perl5/5.16/lib/CPANPLUS/Shell/Classic.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   229
dir  path=usr/perl5/5.16/lib/CPANPLUS/Shell/Default
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   230
file path=usr/perl5/5.16/lib/CPANPLUS/Shell/Default.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   231
dir  path=usr/perl5/5.16/lib/CPANPLUS/Shell/Default/Plugins
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   232
file path=usr/perl5/5.16/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   233
file path=usr/perl5/5.16/lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   234
file path=usr/perl5/5.16/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   235
file path=usr/perl5/5.16/lib/CPANPLUS/Shell/Default/Plugins/Source.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   236
dir  path=usr/perl5/5.16/lib/Carp
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   237
file path=usr/perl5/5.16/lib/Carp.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   238
file path=usr/perl5/5.16/lib/Carp/Heavy.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   239
dir  path=usr/perl5/5.16/lib/Class
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   240
file path=usr/perl5/5.16/lib/Class/Struct.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   241
dir  path=usr/perl5/5.16/lib/Compress
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   242
file path=usr/perl5/5.16/lib/Compress/Zlib.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   243
dir  path=usr/perl5/5.16/lib/Config
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   244
file path=usr/perl5/5.16/lib/Config/Extensions.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   245
file path=usr/perl5/5.16/lib/DB.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   246
dir  path=usr/perl5/5.16/lib/DBM_Filter
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   247
file path=usr/perl5/5.16/lib/DBM_Filter.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   248
file path=usr/perl5/5.16/lib/DBM_Filter/compress.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   249
file path=usr/perl5/5.16/lib/DBM_Filter/encode.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   250
file path=usr/perl5/5.16/lib/DBM_Filter/int32.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   251
file path=usr/perl5/5.16/lib/DBM_Filter/null.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   252
file path=usr/perl5/5.16/lib/DBM_Filter/utf8.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   253
dir  path=usr/perl5/5.16/lib/Devel
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   254
file path=usr/perl5/5.16/lib/Devel/InnerPackage.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   255
file path=usr/perl5/5.16/lib/Devel/SelfStubber.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   256
dir  path=usr/perl5/5.16/lib/Digest
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   257
file path=usr/perl5/5.16/lib/Digest.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   258
file path=usr/perl5/5.16/lib/Digest/base.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   259
file path=usr/perl5/5.16/lib/Digest/file.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   260
file path=usr/perl5/5.16/lib/DirHandle.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   261
file path=usr/perl5/5.16/lib/Dumpvalue.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   262
dir  path=usr/perl5/5.16/lib/Encode
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   263
file path=usr/perl5/5.16/lib/Encode/Changes.e2x
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   264
file path=usr/perl5/5.16/lib/Encode/ConfigLocal_PM.e2x
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   265
file path=usr/perl5/5.16/lib/Encode/Makefile_PL.e2x
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   266
file path=usr/perl5/5.16/lib/Encode/PerlIO.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   267
file path=usr/perl5/5.16/lib/Encode/README.e2x
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   268
file path=usr/perl5/5.16/lib/Encode/Supported.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   269
file path=usr/perl5/5.16/lib/Encode/_PM.e2x
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   270
file path=usr/perl5/5.16/lib/Encode/_T.e2x
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   271
file path=usr/perl5/5.16/lib/Encode/encode.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   272
file path=usr/perl5/5.16/lib/English.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   273
file path=usr/perl5/5.16/lib/Env.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   274
dir  path=usr/perl5/5.16/lib/Exporter
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   275
file path=usr/perl5/5.16/lib/Exporter.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   276
file path=usr/perl5/5.16/lib/Exporter/Heavy.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   277
dir  path=usr/perl5/5.16/lib/ExtUtils
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   278
dir  path=usr/perl5/5.16/lib/ExtUtils/CBuilder
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   279
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   280
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Base.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   281
dir  path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   282
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/Unix.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   283
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/VMS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   284
dir  path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/Windows
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   285
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/Windows.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   286
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   287
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   288
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   289
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/aix.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   290
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/cygwin.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   291
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/darwin.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   292
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/dec_osf.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   293
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/os2.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   294
dir  path=usr/perl5/5.16/lib/ExtUtils/Command
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   295
file path=usr/perl5/5.16/lib/ExtUtils/Command.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   296
file path=usr/perl5/5.16/lib/ExtUtils/Command/MM.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   297
dir  path=usr/perl5/5.16/lib/ExtUtils/Constant
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   298
file path=usr/perl5/5.16/lib/ExtUtils/Constant.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   299
file path=usr/perl5/5.16/lib/ExtUtils/Constant/Base.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   300
file path=usr/perl5/5.16/lib/ExtUtils/Constant/ProxySubs.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   301
file path=usr/perl5/5.16/lib/ExtUtils/Constant/Utils.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   302
file path=usr/perl5/5.16/lib/ExtUtils/Constant/XS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   303
file path=usr/perl5/5.16/lib/ExtUtils/Embed.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   304
file path=usr/perl5/5.16/lib/ExtUtils/Install.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   305
file path=usr/perl5/5.16/lib/ExtUtils/Installed.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   306
dir  path=usr/perl5/5.16/lib/ExtUtils/Liblist
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   307
file path=usr/perl5/5.16/lib/ExtUtils/Liblist.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   308
file path=usr/perl5/5.16/lib/ExtUtils/Liblist/Kid.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   309
file path=usr/perl5/5.16/lib/ExtUtils/MANIFEST.SKIP
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   310
file path=usr/perl5/5.16/lib/ExtUtils/MM.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   311
file path=usr/perl5/5.16/lib/ExtUtils/MM_AIX.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   312
file path=usr/perl5/5.16/lib/ExtUtils/MM_Any.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   313
file path=usr/perl5/5.16/lib/ExtUtils/MM_BeOS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   314
file path=usr/perl5/5.16/lib/ExtUtils/MM_Cygwin.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   315
file path=usr/perl5/5.16/lib/ExtUtils/MM_DOS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   316
file path=usr/perl5/5.16/lib/ExtUtils/MM_Darwin.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   317
file path=usr/perl5/5.16/lib/ExtUtils/MM_MacOS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   318
file path=usr/perl5/5.16/lib/ExtUtils/MM_NW5.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   319
file path=usr/perl5/5.16/lib/ExtUtils/MM_OS2.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   320
file path=usr/perl5/5.16/lib/ExtUtils/MM_QNX.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   321
file path=usr/perl5/5.16/lib/ExtUtils/MM_UWIN.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   322
file path=usr/perl5/5.16/lib/ExtUtils/MM_Unix.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   323
file path=usr/perl5/5.16/lib/ExtUtils/MM_VMS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   324
file path=usr/perl5/5.16/lib/ExtUtils/MM_VOS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   325
file path=usr/perl5/5.16/lib/ExtUtils/MM_Win32.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   326
file path=usr/perl5/5.16/lib/ExtUtils/MM_Win95.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   327
file path=usr/perl5/5.16/lib/ExtUtils/MY.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   328
dir  path=usr/perl5/5.16/lib/ExtUtils/MakeMaker
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   329
file path=usr/perl5/5.16/lib/ExtUtils/MakeMaker.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   330
file path=usr/perl5/5.16/lib/ExtUtils/MakeMaker/Config.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   331
file path=usr/perl5/5.16/lib/ExtUtils/MakeMaker/FAQ.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   332
file path=usr/perl5/5.16/lib/ExtUtils/MakeMaker/Tutorial.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   333
file path=usr/perl5/5.16/lib/ExtUtils/Manifest.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   334
file path=usr/perl5/5.16/lib/ExtUtils/Miniperl.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   335
file path=usr/perl5/5.16/lib/ExtUtils/Mkbootstrap.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   336
file path=usr/perl5/5.16/lib/ExtUtils/Mksymlists.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   337
file path=usr/perl5/5.16/lib/ExtUtils/Packlist.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   338
dir  path=usr/perl5/5.16/lib/ExtUtils/ParseXS
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   339
file path=usr/perl5/5.16/lib/ExtUtils/ParseXS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   340
file path=usr/perl5/5.16/lib/ExtUtils/ParseXS.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   341
file path=usr/perl5/5.16/lib/ExtUtils/ParseXS/Constants.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   342
file path=usr/perl5/5.16/lib/ExtUtils/ParseXS/CountLines.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   343
file path=usr/perl5/5.16/lib/ExtUtils/ParseXS/Utilities.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   344
dir  path=usr/perl5/5.16/lib/ExtUtils/Typemaps
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   345
file path=usr/perl5/5.16/lib/ExtUtils/Typemaps.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   346
file path=usr/perl5/5.16/lib/ExtUtils/Typemaps/Cmd.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   347
file path=usr/perl5/5.16/lib/ExtUtils/Typemaps/InputMap.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   348
file path=usr/perl5/5.16/lib/ExtUtils/Typemaps/OutputMap.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   349
file path=usr/perl5/5.16/lib/ExtUtils/Typemaps/Type.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   350
file path=usr/perl5/5.16/lib/ExtUtils/testlib.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   351
file path=usr/perl5/5.16/lib/ExtUtils/typemap
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   352
file path=usr/perl5/5.16/lib/ExtUtils/xsubpp
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   353
file path=usr/perl5/5.16/lib/Fatal.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   354
dir  path=usr/perl5/5.16/lib/File
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   355
file path=usr/perl5/5.16/lib/File/Basename.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   356
file path=usr/perl5/5.16/lib/File/CheckTree.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   357
file path=usr/perl5/5.16/lib/File/Compare.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   358
file path=usr/perl5/5.16/lib/File/Copy.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   359
file path=usr/perl5/5.16/lib/File/DosGlob.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   360
file path=usr/perl5/5.16/lib/File/Fetch.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   361
file path=usr/perl5/5.16/lib/File/Find.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   362
file path=usr/perl5/5.16/lib/File/GlobMapper.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   363
file path=usr/perl5/5.16/lib/File/Path.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   364
file path=usr/perl5/5.16/lib/File/Temp.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   365
file path=usr/perl5/5.16/lib/File/stat.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   366
file path=usr/perl5/5.16/lib/FileCache.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   367
file path=usr/perl5/5.16/lib/FileHandle.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   368
dir  path=usr/perl5/5.16/lib/Filter
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   369
file path=usr/perl5/5.16/lib/Filter/Simple.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   370
file path=usr/perl5/5.16/lib/FindBin.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   371
dir  path=usr/perl5/5.16/lib/Getopt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   372
file path=usr/perl5/5.16/lib/Getopt/Long.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   373
file path=usr/perl5/5.16/lib/Getopt/Std.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   374
dir  path=usr/perl5/5.16/lib/HTTP
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   375
file path=usr/perl5/5.16/lib/HTTP/Tiny.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   376
dir  path=usr/perl5/5.16/lib/I18N
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   377
file path=usr/perl5/5.16/lib/I18N/Collate.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   378
dir  path=usr/perl5/5.16/lib/I18N/LangTags
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   379
file path=usr/perl5/5.16/lib/I18N/LangTags.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   380
file path=usr/perl5/5.16/lib/I18N/LangTags/Detect.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   381
file path=usr/perl5/5.16/lib/I18N/LangTags/List.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   382
dir  path=usr/perl5/5.16/lib/IO
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   383
dir  path=usr/perl5/5.16/lib/IO/Compress
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   384
dir  path=usr/perl5/5.16/lib/IO/Compress/Adapter
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   385
file path=usr/perl5/5.16/lib/IO/Compress/Adapter/Bzip2.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   386
file path=usr/perl5/5.16/lib/IO/Compress/Adapter/Deflate.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   387
file path=usr/perl5/5.16/lib/IO/Compress/Adapter/Identity.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   388
dir  path=usr/perl5/5.16/lib/IO/Compress/Base
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   389
file path=usr/perl5/5.16/lib/IO/Compress/Base.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   390
file path=usr/perl5/5.16/lib/IO/Compress/Base/Common.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   391
file path=usr/perl5/5.16/lib/IO/Compress/Bzip2.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   392
file path=usr/perl5/5.16/lib/IO/Compress/Deflate.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   393
file path=usr/perl5/5.16/lib/IO/Compress/FAQ.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   394
dir  path=usr/perl5/5.16/lib/IO/Compress/Gzip
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   395
file path=usr/perl5/5.16/lib/IO/Compress/Gzip.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   396
file path=usr/perl5/5.16/lib/IO/Compress/Gzip/Constants.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   397
file path=usr/perl5/5.16/lib/IO/Compress/RawDeflate.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   398
dir  path=usr/perl5/5.16/lib/IO/Compress/Zip
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   399
file path=usr/perl5/5.16/lib/IO/Compress/Zip.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   400
file path=usr/perl5/5.16/lib/IO/Compress/Zip/Constants.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   401
dir  path=usr/perl5/5.16/lib/IO/Compress/Zlib
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   402
file path=usr/perl5/5.16/lib/IO/Compress/Zlib/Constants.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   403
file path=usr/perl5/5.16/lib/IO/Compress/Zlib/Extra.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   404
dir  path=usr/perl5/5.16/lib/IO/Uncompress
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   405
dir  path=usr/perl5/5.16/lib/IO/Uncompress/Adapter
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   406
file path=usr/perl5/5.16/lib/IO/Uncompress/Adapter/Bunzip2.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   407
file path=usr/perl5/5.16/lib/IO/Uncompress/Adapter/Identity.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   408
file path=usr/perl5/5.16/lib/IO/Uncompress/Adapter/Inflate.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   409
file path=usr/perl5/5.16/lib/IO/Uncompress/AnyInflate.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   410
file path=usr/perl5/5.16/lib/IO/Uncompress/AnyUncompress.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   411
file path=usr/perl5/5.16/lib/IO/Uncompress/Base.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   412
file path=usr/perl5/5.16/lib/IO/Uncompress/Bunzip2.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   413
file path=usr/perl5/5.16/lib/IO/Uncompress/Gunzip.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   414
file path=usr/perl5/5.16/lib/IO/Uncompress/Inflate.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   415
file path=usr/perl5/5.16/lib/IO/Uncompress/RawInflate.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   416
file path=usr/perl5/5.16/lib/IO/Uncompress/Unzip.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   417
file path=usr/perl5/5.16/lib/IO/Zlib.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   418
dir  path=usr/perl5/5.16/lib/IPC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   419
file path=usr/perl5/5.16/lib/IPC/Cmd.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   420
file path=usr/perl5/5.16/lib/IPC/Open2.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   421
file path=usr/perl5/5.16/lib/IPC/Open3.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   422
dir  path=usr/perl5/5.16/lib/JSON
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   423
dir  path=usr/perl5/5.16/lib/JSON/PP
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   424
file path=usr/perl5/5.16/lib/JSON/PP.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   425
file path=usr/perl5/5.16/lib/JSON/PP/Boolean.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   426
dir  path=usr/perl5/5.16/lib/Locale
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   427
dir  path=usr/perl5/5.16/lib/Locale/Codes
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   428
file path=usr/perl5/5.16/lib/Locale/Codes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   429
file path=usr/perl5/5.16/lib/Locale/Codes.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   430
file path=usr/perl5/5.16/lib/Locale/Codes/API.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   431
file path=usr/perl5/5.16/lib/Locale/Codes/Changes.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   432
file path=usr/perl5/5.16/lib/Locale/Codes/Constants.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   433
file path=usr/perl5/5.16/lib/Locale/Codes/Constants.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   434
file path=usr/perl5/5.16/lib/Locale/Codes/Country.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   435
file path=usr/perl5/5.16/lib/Locale/Codes/Country.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   436
file path=usr/perl5/5.16/lib/Locale/Codes/Country_Codes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   437
file path=usr/perl5/5.16/lib/Locale/Codes/Country_Retired.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   438
file path=usr/perl5/5.16/lib/Locale/Codes/Currency.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   439
file path=usr/perl5/5.16/lib/Locale/Codes/Currency.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   440
file path=usr/perl5/5.16/lib/Locale/Codes/Currency_Codes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   441
file path=usr/perl5/5.16/lib/Locale/Codes/Currency_Retired.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   442
file path=usr/perl5/5.16/lib/Locale/Codes/LangExt.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   443
file path=usr/perl5/5.16/lib/Locale/Codes/LangExt.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   444
file path=usr/perl5/5.16/lib/Locale/Codes/LangExt_Codes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   445
file path=usr/perl5/5.16/lib/Locale/Codes/LangExt_Retired.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   446
file path=usr/perl5/5.16/lib/Locale/Codes/LangFam.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   447
file path=usr/perl5/5.16/lib/Locale/Codes/LangFam.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   448
file path=usr/perl5/5.16/lib/Locale/Codes/LangFam_Codes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   449
file path=usr/perl5/5.16/lib/Locale/Codes/LangFam_Retired.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   450
file path=usr/perl5/5.16/lib/Locale/Codes/LangVar.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   451
file path=usr/perl5/5.16/lib/Locale/Codes/LangVar.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   452
file path=usr/perl5/5.16/lib/Locale/Codes/LangVar_Codes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   453
file path=usr/perl5/5.16/lib/Locale/Codes/LangVar_Retired.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   454
file path=usr/perl5/5.16/lib/Locale/Codes/Language.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   455
file path=usr/perl5/5.16/lib/Locale/Codes/Language.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   456
file path=usr/perl5/5.16/lib/Locale/Codes/Language_Codes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   457
file path=usr/perl5/5.16/lib/Locale/Codes/Language_Retired.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   458
file path=usr/perl5/5.16/lib/Locale/Codes/Script.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   459
file path=usr/perl5/5.16/lib/Locale/Codes/Script.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   460
file path=usr/perl5/5.16/lib/Locale/Codes/Script_Codes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   461
file path=usr/perl5/5.16/lib/Locale/Codes/Script_Retired.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   462
file path=usr/perl5/5.16/lib/Locale/Country.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   463
file path=usr/perl5/5.16/lib/Locale/Country.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   464
file path=usr/perl5/5.16/lib/Locale/Currency.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   465
file path=usr/perl5/5.16/lib/Locale/Currency.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   466
file path=usr/perl5/5.16/lib/Locale/Language.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   467
file path=usr/perl5/5.16/lib/Locale/Language.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   468
dir  path=usr/perl5/5.16/lib/Locale/Maketext
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   469
file path=usr/perl5/5.16/lib/Locale/Maketext.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   470
file path=usr/perl5/5.16/lib/Locale/Maketext.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   471
file path=usr/perl5/5.16/lib/Locale/Maketext/Cookbook.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   472
file path=usr/perl5/5.16/lib/Locale/Maketext/Guts.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   473
file path=usr/perl5/5.16/lib/Locale/Maketext/GutsLoader.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   474
file path=usr/perl5/5.16/lib/Locale/Maketext/Simple.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   475
file path=usr/perl5/5.16/lib/Locale/Maketext/TPJ13.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   476
file path=usr/perl5/5.16/lib/Locale/Script.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   477
file path=usr/perl5/5.16/lib/Locale/Script.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   478
dir  path=usr/perl5/5.16/lib/Log
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   479
dir  path=usr/perl5/5.16/lib/Log/Message
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   480
file path=usr/perl5/5.16/lib/Log/Message.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   481
file path=usr/perl5/5.16/lib/Log/Message/Config.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   482
file path=usr/perl5/5.16/lib/Log/Message/Handlers.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   483
file path=usr/perl5/5.16/lib/Log/Message/Item.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   484
file path=usr/perl5/5.16/lib/Log/Message/Simple.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   485
dir  path=usr/perl5/5.16/lib/Math
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   486
dir  path=usr/perl5/5.16/lib/Math/BigFloat
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   487
file path=usr/perl5/5.16/lib/Math/BigFloat.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   488
file path=usr/perl5/5.16/lib/Math/BigFloat/Trace.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   489
dir  path=usr/perl5/5.16/lib/Math/BigInt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   490
file path=usr/perl5/5.16/lib/Math/BigInt.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   491
file path=usr/perl5/5.16/lib/Math/BigInt/Calc.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   492
file path=usr/perl5/5.16/lib/Math/BigInt/CalcEmu.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   493
file path=usr/perl5/5.16/lib/Math/BigInt/Trace.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   494
file path=usr/perl5/5.16/lib/Math/BigRat.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   495
file path=usr/perl5/5.16/lib/Math/Complex.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   496
file path=usr/perl5/5.16/lib/Math/Trig.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   497
dir  path=usr/perl5/5.16/lib/Memoize
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   498
file path=usr/perl5/5.16/lib/Memoize.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   499
file path=usr/perl5/5.16/lib/Memoize/AnyDBM_File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   500
file path=usr/perl5/5.16/lib/Memoize/Expire.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   501
file path=usr/perl5/5.16/lib/Memoize/ExpireFile.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   502
file path=usr/perl5/5.16/lib/Memoize/ExpireTest.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   503
file path=usr/perl5/5.16/lib/Memoize/NDBM_File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   504
file path=usr/perl5/5.16/lib/Memoize/SDBM_File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   505
file path=usr/perl5/5.16/lib/Memoize/Storable.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   506
dir  path=usr/perl5/5.16/lib/Module
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   507
dir  path=usr/perl5/5.16/lib/Module/Build
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   508
file path=usr/perl5/5.16/lib/Module/Build.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   509
file path=usr/perl5/5.16/lib/Module/Build/API.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   510
file path=usr/perl5/5.16/lib/Module/Build/Authoring.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   511
file path=usr/perl5/5.16/lib/Module/Build/Base.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   512
file path=usr/perl5/5.16/lib/Module/Build/Bundling.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   513
file path=usr/perl5/5.16/lib/Module/Build/Compat.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   514
file path=usr/perl5/5.16/lib/Module/Build/Config.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   515
file path=usr/perl5/5.16/lib/Module/Build/ConfigData.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   516
file path=usr/perl5/5.16/lib/Module/Build/Cookbook.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   517
file path=usr/perl5/5.16/lib/Module/Build/Dumper.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   518
file path=usr/perl5/5.16/lib/Module/Build/ModuleInfo.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   519
file path=usr/perl5/5.16/lib/Module/Build/Notes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   520
file path=usr/perl5/5.16/lib/Module/Build/PPMMaker.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   521
dir  path=usr/perl5/5.16/lib/Module/Build/Platform
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   522
file path=usr/perl5/5.16/lib/Module/Build/Platform/Amiga.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   523
file path=usr/perl5/5.16/lib/Module/Build/Platform/Default.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   524
file path=usr/perl5/5.16/lib/Module/Build/Platform/EBCDIC.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   525
file path=usr/perl5/5.16/lib/Module/Build/Platform/MPEiX.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   526
file path=usr/perl5/5.16/lib/Module/Build/Platform/MacOS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   527
file path=usr/perl5/5.16/lib/Module/Build/Platform/RiscOS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   528
file path=usr/perl5/5.16/lib/Module/Build/Platform/Unix.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   529
file path=usr/perl5/5.16/lib/Module/Build/Platform/VMS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   530
file path=usr/perl5/5.16/lib/Module/Build/Platform/VOS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   531
file path=usr/perl5/5.16/lib/Module/Build/Platform/Windows.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   532
file path=usr/perl5/5.16/lib/Module/Build/Platform/aix.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   533
file path=usr/perl5/5.16/lib/Module/Build/Platform/cygwin.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   534
file path=usr/perl5/5.16/lib/Module/Build/Platform/darwin.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   535
file path=usr/perl5/5.16/lib/Module/Build/Platform/os2.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   536
file path=usr/perl5/5.16/lib/Module/Build/PodParser.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   537
file path=usr/perl5/5.16/lib/Module/Build/Version.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   538
file path=usr/perl5/5.16/lib/Module/Build/YAML.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   539
dir  path=usr/perl5/5.16/lib/Module/CoreList
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   540
file path=usr/perl5/5.16/lib/Module/CoreList.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   541
file path=usr/perl5/5.16/lib/Module/CoreList.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   542
file path=usr/perl5/5.16/lib/Module/CoreList/TieHashDelta.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   543
dir  path=usr/perl5/5.16/lib/Module/Load
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   544
file path=usr/perl5/5.16/lib/Module/Load.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   545
file path=usr/perl5/5.16/lib/Module/Load/Conditional.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   546
file path=usr/perl5/5.16/lib/Module/Loaded.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   547
file path=usr/perl5/5.16/lib/Module/Metadata.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   548
dir  path=usr/perl5/5.16/lib/Module/Pluggable
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   549
file path=usr/perl5/5.16/lib/Module/Pluggable.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   550
file path=usr/perl5/5.16/lib/Module/Pluggable/Object.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   551
file path=usr/perl5/5.16/lib/NEXT.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   552
dir  path=usr/perl5/5.16/lib/Net
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   553
file path=usr/perl5/5.16/lib/Net/Cmd.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   554
file path=usr/perl5/5.16/lib/Net/Config.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   555
file path=usr/perl5/5.16/lib/Net/Domain.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   556
dir  path=usr/perl5/5.16/lib/Net/FTP
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   557
file path=usr/perl5/5.16/lib/Net/FTP.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   558
file path=usr/perl5/5.16/lib/Net/FTP/A.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   559
file path=usr/perl5/5.16/lib/Net/FTP/E.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   560
file path=usr/perl5/5.16/lib/Net/FTP/I.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   561
file path=usr/perl5/5.16/lib/Net/FTP/L.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   562
file path=usr/perl5/5.16/lib/Net/FTP/dataconn.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   563
file path=usr/perl5/5.16/lib/Net/NNTP.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   564
file path=usr/perl5/5.16/lib/Net/Netrc.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   565
file path=usr/perl5/5.16/lib/Net/POP3.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   566
file path=usr/perl5/5.16/lib/Net/Ping.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   567
file path=usr/perl5/5.16/lib/Net/SMTP.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   568
file path=usr/perl5/5.16/lib/Net/Time.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   569
file path=usr/perl5/5.16/lib/Net/hostent.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   570
file path=usr/perl5/5.16/lib/Net/libnetFAQ.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   571
file path=usr/perl5/5.16/lib/Net/netent.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   572
file path=usr/perl5/5.16/lib/Net/protoent.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   573
file path=usr/perl5/5.16/lib/Net/servent.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   574
dir  path=usr/perl5/5.16/lib/Object
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   575
file path=usr/perl5/5.16/lib/Object/Accessor.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   576
dir  path=usr/perl5/5.16/lib/Package
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   577
file path=usr/perl5/5.16/lib/Package/Constants.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   578
dir  path=usr/perl5/5.16/lib/Params
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   579
file path=usr/perl5/5.16/lib/Params/Check.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   580
dir  path=usr/perl5/5.16/lib/Parse
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   581
dir  path=usr/perl5/5.16/lib/Parse/CPAN
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   582
file path=usr/perl5/5.16/lib/Parse/CPAN/Meta.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   583
dir  path=usr/perl5/5.16/lib/Perl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   584
file path=usr/perl5/5.16/lib/Perl/OSType.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   585
dir  path=usr/perl5/5.16/lib/PerlIO
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   586
file path=usr/perl5/5.16/lib/PerlIO.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   587
dir  path=usr/perl5/5.16/lib/PerlIO/via
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   588
file path=usr/perl5/5.16/lib/PerlIO/via/QuotedPrint.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   589
dir  path=usr/perl5/5.16/lib/Pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   590
file path=usr/perl5/5.16/lib/Pod/Checker.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   591
file path=usr/perl5/5.16/lib/Pod/Escapes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   592
file path=usr/perl5/5.16/lib/Pod/Find.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   593
file path=usr/perl5/5.16/lib/Pod/Functions.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   594
file path=usr/perl5/5.16/lib/Pod/Html.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   595
file path=usr/perl5/5.16/lib/Pod/InputObjects.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   596
file path=usr/perl5/5.16/lib/Pod/LaTeX.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   597
file path=usr/perl5/5.16/lib/Pod/Man.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   598
file path=usr/perl5/5.16/lib/Pod/ParseLink.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   599
file path=usr/perl5/5.16/lib/Pod/ParseUtils.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   600
file path=usr/perl5/5.16/lib/Pod/Parser.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   601
dir  path=usr/perl5/5.16/lib/Pod/Perldoc
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   602
file path=usr/perl5/5.16/lib/Pod/Perldoc.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   603
file path=usr/perl5/5.16/lib/Pod/Perldoc/BaseTo.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   604
file path=usr/perl5/5.16/lib/Pod/Perldoc/GetOptsOO.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   605
file path=usr/perl5/5.16/lib/Pod/Perldoc/ToANSI.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   606
file path=usr/perl5/5.16/lib/Pod/Perldoc/ToChecker.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   607
file path=usr/perl5/5.16/lib/Pod/Perldoc/ToMan.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   608
file path=usr/perl5/5.16/lib/Pod/Perldoc/ToNroff.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   609
file path=usr/perl5/5.16/lib/Pod/Perldoc/ToPod.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   610
file path=usr/perl5/5.16/lib/Pod/Perldoc/ToRtf.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   611
file path=usr/perl5/5.16/lib/Pod/Perldoc/ToTerm.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   612
file path=usr/perl5/5.16/lib/Pod/Perldoc/ToText.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   613
file path=usr/perl5/5.16/lib/Pod/Perldoc/ToTk.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   614
file path=usr/perl5/5.16/lib/Pod/Perldoc/ToXml.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   615
file path=usr/perl5/5.16/lib/Pod/PlainText.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   616
file path=usr/perl5/5.16/lib/Pod/Select.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   617
dir  path=usr/perl5/5.16/lib/Pod/Simple
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   618
file path=usr/perl5/5.16/lib/Pod/Simple.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   619
file path=usr/perl5/5.16/lib/Pod/Simple.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   620
file path=usr/perl5/5.16/lib/Pod/Simple/BlackBox.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   621
file path=usr/perl5/5.16/lib/Pod/Simple/Checker.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   622
file path=usr/perl5/5.16/lib/Pod/Simple/Debug.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   623
file path=usr/perl5/5.16/lib/Pod/Simple/DumpAsText.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   624
file path=usr/perl5/5.16/lib/Pod/Simple/DumpAsXML.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   625
file path=usr/perl5/5.16/lib/Pod/Simple/HTML.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   626
file path=usr/perl5/5.16/lib/Pod/Simple/HTMLBatch.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   627
file path=usr/perl5/5.16/lib/Pod/Simple/HTMLLegacy.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   628
file path=usr/perl5/5.16/lib/Pod/Simple/LinkSection.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   629
file path=usr/perl5/5.16/lib/Pod/Simple/Methody.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   630
file path=usr/perl5/5.16/lib/Pod/Simple/Progress.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   631
file path=usr/perl5/5.16/lib/Pod/Simple/PullParser.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   632
file path=usr/perl5/5.16/lib/Pod/Simple/PullParserEndToken.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   633
file path=usr/perl5/5.16/lib/Pod/Simple/PullParserStartToken.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   634
file path=usr/perl5/5.16/lib/Pod/Simple/PullParserTextToken.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   635
file path=usr/perl5/5.16/lib/Pod/Simple/PullParserToken.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   636
file path=usr/perl5/5.16/lib/Pod/Simple/RTF.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   637
file path=usr/perl5/5.16/lib/Pod/Simple/Search.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   638
file path=usr/perl5/5.16/lib/Pod/Simple/SimpleTree.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   639
file path=usr/perl5/5.16/lib/Pod/Simple/Subclassing.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   640
file path=usr/perl5/5.16/lib/Pod/Simple/Text.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   641
file path=usr/perl5/5.16/lib/Pod/Simple/TextContent.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   642
file path=usr/perl5/5.16/lib/Pod/Simple/TiedOutFH.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   643
file path=usr/perl5/5.16/lib/Pod/Simple/Transcode.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   644
file path=usr/perl5/5.16/lib/Pod/Simple/TranscodeDumb.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   645
file path=usr/perl5/5.16/lib/Pod/Simple/TranscodeSmart.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   646
file path=usr/perl5/5.16/lib/Pod/Simple/XHTML.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   647
file path=usr/perl5/5.16/lib/Pod/Simple/XMLOutStream.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   648
dir  path=usr/perl5/5.16/lib/Pod/Text
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   649
file path=usr/perl5/5.16/lib/Pod/Text.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   650
file path=usr/perl5/5.16/lib/Pod/Text/Color.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   651
file path=usr/perl5/5.16/lib/Pod/Text/Overstrike.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   652
file path=usr/perl5/5.16/lib/Pod/Text/Termcap.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   653
file path=usr/perl5/5.16/lib/Pod/Usage.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   654
file path=usr/perl5/5.16/lib/Safe.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   655
dir  path=usr/perl5/5.16/lib/Search
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   656
file path=usr/perl5/5.16/lib/Search/Dict.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   657
file path=usr/perl5/5.16/lib/SelectSaver.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   658
file path=usr/perl5/5.16/lib/SelfLoader.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   659
file path=usr/perl5/5.16/lib/Symbol.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   660
dir  path=usr/perl5/5.16/lib/TAP
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   661
file path=usr/perl5/5.16/lib/TAP/Base.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   662
dir  path=usr/perl5/5.16/lib/TAP/Formatter
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   663
file path=usr/perl5/5.16/lib/TAP/Formatter/Base.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   664
file path=usr/perl5/5.16/lib/TAP/Formatter/Color.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   665
dir  path=usr/perl5/5.16/lib/TAP/Formatter/Console
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   666
file path=usr/perl5/5.16/lib/TAP/Formatter/Console.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   667
file path=usr/perl5/5.16/lib/TAP/Formatter/Console/ParallelSession.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   668
file path=usr/perl5/5.16/lib/TAP/Formatter/Console/Session.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   669
dir  path=usr/perl5/5.16/lib/TAP/Formatter/File
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   670
file path=usr/perl5/5.16/lib/TAP/Formatter/File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   671
file path=usr/perl5/5.16/lib/TAP/Formatter/File/Session.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   672
file path=usr/perl5/5.16/lib/TAP/Formatter/Session.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   673
dir  path=usr/perl5/5.16/lib/TAP/Harness
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   674
file path=usr/perl5/5.16/lib/TAP/Harness.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   675
file path=usr/perl5/5.16/lib/TAP/Harness/Beyond.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   676
file path=usr/perl5/5.16/lib/TAP/Object.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   677
dir  path=usr/perl5/5.16/lib/TAP/Parser
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   678
file path=usr/perl5/5.16/lib/TAP/Parser.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   679
file path=usr/perl5/5.16/lib/TAP/Parser/Aggregator.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   680
file path=usr/perl5/5.16/lib/TAP/Parser/Grammar.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   681
dir  path=usr/perl5/5.16/lib/TAP/Parser/Iterator
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   682
file path=usr/perl5/5.16/lib/TAP/Parser/Iterator.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   683
file path=usr/perl5/5.16/lib/TAP/Parser/Iterator/Array.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   684
file path=usr/perl5/5.16/lib/TAP/Parser/Iterator/Process.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   685
file path=usr/perl5/5.16/lib/TAP/Parser/Iterator/Stream.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   686
file path=usr/perl5/5.16/lib/TAP/Parser/IteratorFactory.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   687
file path=usr/perl5/5.16/lib/TAP/Parser/Multiplexer.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   688
dir  path=usr/perl5/5.16/lib/TAP/Parser/Result
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   689
file path=usr/perl5/5.16/lib/TAP/Parser/Result.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   690
file path=usr/perl5/5.16/lib/TAP/Parser/Result/Bailout.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   691
file path=usr/perl5/5.16/lib/TAP/Parser/Result/Comment.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   692
file path=usr/perl5/5.16/lib/TAP/Parser/Result/Plan.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   693
file path=usr/perl5/5.16/lib/TAP/Parser/Result/Pragma.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   694
file path=usr/perl5/5.16/lib/TAP/Parser/Result/Test.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   695
file path=usr/perl5/5.16/lib/TAP/Parser/Result/Unknown.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   696
file path=usr/perl5/5.16/lib/TAP/Parser/Result/Version.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   697
file path=usr/perl5/5.16/lib/TAP/Parser/Result/YAML.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   698
file path=usr/perl5/5.16/lib/TAP/Parser/ResultFactory.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   699
dir  path=usr/perl5/5.16/lib/TAP/Parser/Scheduler
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   700
file path=usr/perl5/5.16/lib/TAP/Parser/Scheduler.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   701
file path=usr/perl5/5.16/lib/TAP/Parser/Scheduler/Job.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   702
file path=usr/perl5/5.16/lib/TAP/Parser/Scheduler/Spinner.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   703
file path=usr/perl5/5.16/lib/TAP/Parser/Source.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   704
dir  path=usr/perl5/5.16/lib/TAP/Parser/SourceHandler
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   705
file path=usr/perl5/5.16/lib/TAP/Parser/SourceHandler.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   706
file path=usr/perl5/5.16/lib/TAP/Parser/SourceHandler/Executable.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   707
file path=usr/perl5/5.16/lib/TAP/Parser/SourceHandler/File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   708
file path=usr/perl5/5.16/lib/TAP/Parser/SourceHandler/Handle.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   709
file path=usr/perl5/5.16/lib/TAP/Parser/SourceHandler/Perl.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   710
file path=usr/perl5/5.16/lib/TAP/Parser/SourceHandler/RawTAP.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   711
file path=usr/perl5/5.16/lib/TAP/Parser/Utils.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   712
dir  path=usr/perl5/5.16/lib/TAP/Parser/YAMLish
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   713
file path=usr/perl5/5.16/lib/TAP/Parser/YAMLish/Reader.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   714
file path=usr/perl5/5.16/lib/TAP/Parser/YAMLish/Writer.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   715
dir  path=usr/perl5/5.16/lib/Term
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   716
file path=usr/perl5/5.16/lib/Term/ANSIColor.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   717
file path=usr/perl5/5.16/lib/Term/Cap.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   718
file path=usr/perl5/5.16/lib/Term/Complete.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   719
file path=usr/perl5/5.16/lib/Term/ReadLine.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   720
dir  path=usr/perl5/5.16/lib/Term/UI
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   721
file path=usr/perl5/5.16/lib/Term/UI.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   722
file path=usr/perl5/5.16/lib/Term/UI/History.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   723
dir  path=usr/perl5/5.16/lib/Test
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   724
file path=usr/perl5/5.16/lib/Test.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   725
dir  path=usr/perl5/5.16/lib/Test/Builder
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   726
file path=usr/perl5/5.16/lib/Test/Builder.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   727
file path=usr/perl5/5.16/lib/Test/Builder/Module.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   728
dir  path=usr/perl5/5.16/lib/Test/Builder/Tester
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   729
file path=usr/perl5/5.16/lib/Test/Builder/Tester.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   730
file path=usr/perl5/5.16/lib/Test/Builder/Tester/Color.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   731
file path=usr/perl5/5.16/lib/Test/Harness.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   732
file path=usr/perl5/5.16/lib/Test/More.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   733
file path=usr/perl5/5.16/lib/Test/Simple.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   734
file path=usr/perl5/5.16/lib/Test/Tutorial.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   735
dir  path=usr/perl5/5.16/lib/Text
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   736
file path=usr/perl5/5.16/lib/Text/Abbrev.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   737
file path=usr/perl5/5.16/lib/Text/Balanced.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   738
file path=usr/perl5/5.16/lib/Text/ParseWords.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   739
file path=usr/perl5/5.16/lib/Text/Tabs.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   740
file path=usr/perl5/5.16/lib/Text/Wrap.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   741
dir  path=usr/perl5/5.16/lib/Thread
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   742
file path=usr/perl5/5.16/lib/Thread.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   743
file path=usr/perl5/5.16/lib/Thread/Queue.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   744
file path=usr/perl5/5.16/lib/Thread/Semaphore.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   745
dir  path=usr/perl5/5.16/lib/Tie
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   746
file path=usr/perl5/5.16/lib/Tie/Array.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   747
file path=usr/perl5/5.16/lib/Tie/File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   748
file path=usr/perl5/5.16/lib/Tie/Handle.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   749
file path=usr/perl5/5.16/lib/Tie/Hash.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   750
file path=usr/perl5/5.16/lib/Tie/Memoize.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   751
file path=usr/perl5/5.16/lib/Tie/RefHash.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   752
file path=usr/perl5/5.16/lib/Tie/Scalar.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   753
file path=usr/perl5/5.16/lib/Tie/StdHandle.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   754
file path=usr/perl5/5.16/lib/Tie/SubstrHash.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   755
dir  path=usr/perl5/5.16/lib/Time
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   756
file path=usr/perl5/5.16/lib/Time/Local.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   757
file path=usr/perl5/5.16/lib/Time/gmtime.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   758
file path=usr/perl5/5.16/lib/Time/localtime.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   759
file path=usr/perl5/5.16/lib/Time/tm.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   760
file path=usr/perl5/5.16/lib/UNIVERSAL.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   761
dir  path=usr/perl5/5.16/lib/Unicode
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   762
dir  path=usr/perl5/5.16/lib/Unicode/Collate
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   763
dir  path=usr/perl5/5.16/lib/Unicode/Collate/CJK
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   764
file path=usr/perl5/5.16/lib/Unicode/Collate/CJK/Big5.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   765
file path=usr/perl5/5.16/lib/Unicode/Collate/CJK/GB2312.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   766
file path=usr/perl5/5.16/lib/Unicode/Collate/CJK/JISX0208.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   767
file path=usr/perl5/5.16/lib/Unicode/Collate/CJK/Korean.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   768
file path=usr/perl5/5.16/lib/Unicode/Collate/CJK/Pinyin.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   769
file path=usr/perl5/5.16/lib/Unicode/Collate/CJK/Stroke.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   770
dir  path=usr/perl5/5.16/lib/Unicode/Collate/Locale
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   771
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/af.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   772
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ar.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   773
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/as.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   774
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/az.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   775
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/be.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   776
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/bg.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   777
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/bn.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   778
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ca.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   779
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/cs.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   780
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/cy.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   781
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/da.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   782
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/de_phone.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   783
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/eo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   784
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/es.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   785
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/es_trad.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   786
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/et.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   787
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/fa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   788
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/fi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   789
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/fi_phone.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   790
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/fil.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   791
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/fo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   792
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/fr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   793
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/gu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   794
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ha.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   795
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/haw.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   796
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/hi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   797
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/hr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   798
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/hu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   799
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/hy.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   800
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ig.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   801
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/is.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   802
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ja.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   803
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/kk.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   804
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/kl.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   805
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/kn.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   806
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ko.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   807
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/kok.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   808
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ln.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   809
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/lt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   810
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/lv.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   811
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/mk.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   812
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ml.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   813
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/mr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   814
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/mt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   815
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/nb.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   816
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/nn.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   817
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/nso.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   818
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/om.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   819
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/or.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   820
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/pa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   821
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/pl.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   822
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ro.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   823
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ru.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   824
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/sa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   825
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/se.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   826
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/si.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   827
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/si_dict.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   828
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/sk.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   829
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/sl.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   830
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/sq.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   831
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/sr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   832
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/sv.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   833
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/sv_refo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   834
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ta.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   835
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/te.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   836
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/th.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   837
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/tn.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   838
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/to.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   839
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/tr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   840
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/uk.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   841
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/ur.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   842
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/vi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   843
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/wae.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   844
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/wo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   845
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/yo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   846
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/zh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   847
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/zh_big5.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   848
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/zh_gb.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   849
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/zh_pin.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   850
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/zh_strk.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   851
file path=usr/perl5/5.16/lib/Unicode/Collate/allkeys.txt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   852
file path=usr/perl5/5.16/lib/Unicode/Collate/keys.txt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   853
file path=usr/perl5/5.16/lib/Unicode/UCD.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   854
dir  path=usr/perl5/5.16/lib/User
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   855
file path=usr/perl5/5.16/lib/User/grent.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   856
file path=usr/perl5/5.16/lib/User/pwent.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   857
dir  path=usr/perl5/5.16/lib/Version
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   858
file path=usr/perl5/5.16/lib/Version/Requirements.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   859
file path=usr/perl5/5.16/lib/XSLoader.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   860
file path=usr/perl5/5.16/lib/_charnames.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   861
dir  path=usr/perl5/5.16/lib/autodie
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   862
file path=usr/perl5/5.16/lib/autodie.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   863
dir  path=usr/perl5/5.16/lib/autodie/exception
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   864
file path=usr/perl5/5.16/lib/autodie/exception.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   865
file path=usr/perl5/5.16/lib/autodie/exception/system.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   866
file path=usr/perl5/5.16/lib/autodie/hints.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   867
file path=usr/perl5/5.16/lib/autouse.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   868
file path=usr/perl5/5.16/lib/base.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   869
file path=usr/perl5/5.16/lib/bigint.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   870
file path=usr/perl5/5.16/lib/bignum.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   871
file path=usr/perl5/5.16/lib/bigrat.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   872
file path=usr/perl5/5.16/lib/blib.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   873
file path=usr/perl5/5.16/lib/bytes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   874
file path=usr/perl5/5.16/lib/bytes_heavy.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   875
file path=usr/perl5/5.16/lib/charnames.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   876
file path=usr/perl5/5.16/lib/constant.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   877
file path=usr/perl5/5.16/lib/deprecate.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   878
file path=usr/perl5/5.16/lib/diagnostics.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   879
file path=usr/perl5/5.16/lib/dumpvar.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   880
dir  path=usr/perl5/5.16/lib/encoding
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   881
file path=usr/perl5/5.16/lib/encoding/warnings.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   882
file path=usr/perl5/5.16/lib/feature.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   883
file path=usr/perl5/5.16/lib/fields.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   884
file path=usr/perl5/5.16/lib/filetest.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   885
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   886
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/.packlist
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   887
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/B
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   888
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/B.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   889
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/B/Concise.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   890
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/B/Showlex.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   891
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/B/Terse.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   892
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/B/Xref.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   893
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   894
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/EXTERN.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   895
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/INTERN.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   896
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/XSUB.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   897
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/av.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   898
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/bitcount.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   899
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/charclass_invlists.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   900
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/config.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   901
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/cop.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   902
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/cv.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   903
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/dosish.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   904
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/embed.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   905
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/embedvar.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   906
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/fakesdio.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   907
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/fakethr.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   908
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/feature.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   909
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/form.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   910
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/git_version.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   911
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/gv.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   912
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/handy.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   913
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/hv.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   914
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/intrpvar.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   915
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/iperlsys.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   916
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/keywords.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   917
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/l1_char_class_tab.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   918
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/libperl.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   919
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/malloc_ctl.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   920
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/metaconfig.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   921
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/mg.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   922
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/mg_data.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   923
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/mg_raw.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   924
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/mg_vtable.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   925
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/mydtrace.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   926
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/nostdio.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   927
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/op.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   928
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/op_reg_common.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   929
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/opcode.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   930
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/opnames.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   931
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/overload.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   932
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/pad.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   933
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/parser.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   934
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/patchlevel.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   935
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/perl.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   936
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/perlapi.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   937
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/perldtrace.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   938
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/perlio.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   939
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/perliol.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   940
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/perlsdio.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   941
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/perlsfio.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   942
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/perlvars.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   943
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/perly.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   944
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/pp.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   945
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/pp_proto.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   946
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/proto.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   947
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/reentr.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   948
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/regcharclass.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   949
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/regcomp.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   950
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/regexp.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   951
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/regnodes.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   952
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/scope.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   953
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/sv.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   954
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/thread.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   955
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/time64.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   956
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/time64_config.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   957
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/uconfig.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   958
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/unixish.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   959
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/utf8.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   960
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/utfebcdic.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   961
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/util.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   962
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/uudmap.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   963
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/warnings.h
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   964
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Compress
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   965
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Compress/Raw
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   966
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Compress/Raw/Bzip2.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   967
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Compress/Raw/Zlib.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   968
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Config.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   969
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Config.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   970
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Config_git.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   971
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Config_heavy.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   972
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Cwd.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   973
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/DB_File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   974
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Data
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   975
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Data/Dumper.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   976
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Devel
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   977
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Devel/PPPort.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   978
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Devel/Peek.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   979
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Digest
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   980
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Digest/MD5.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   981
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Digest/SHA.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   982
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/DynaLoader.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   983
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   984
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   985
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Alias.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   986
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Byte.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   987
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/CJKConstants.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   988
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/CN
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   989
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/CN.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   990
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/CN/HZ.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   991
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Config.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   992
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/EBCDIC.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   993
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Encoder.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   994
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Encoding.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   995
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/GSM0338.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   996
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Guess.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   997
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/JP
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   998
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/JP.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
   999
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/JP/H2Z.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1000
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/JP/JIS7.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1001
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/KR
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1002
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/KR.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1003
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/KR/2022_KR.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1004
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/MIME
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1005
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/MIME/Header
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1006
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/MIME/Header.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1007
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/MIME/Header/ISO_2022_JP.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1008
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/MIME/Name.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1009
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Symbol.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1010
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/TW.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1011
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Unicode
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1012
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Unicode.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1013
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Unicode/UTF7.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1014
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Errno.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1015
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Fcntl.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1016
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1017
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Glob.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1018
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1019
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1020
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec/Cygwin.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1021
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec/Epoc.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1022
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec/Functions.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1023
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec/Mac.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1024
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec/OS2.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1025
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec/Unix.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1026
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec/VMS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1027
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec/Win32.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1028
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Filter
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1029
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Filter/Util
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1030
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Filter/Util/Call.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1031
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/GDBM_File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1032
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Hash
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1033
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Hash/Util
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1034
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Hash/Util.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1035
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Hash/Util/FieldHash.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1036
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/I18N
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1037
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/I18N/Langinfo.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1038
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1039
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1040
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Dir.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1041
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1042
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Handle.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1043
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Pipe.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1044
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Poll.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1045
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Seekable.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1046
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Select.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1047
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Socket
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1048
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Socket.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1049
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Socket/INET.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1050
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Socket/UNIX.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1051
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IPC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1052
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IPC/Msg.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1053
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IPC/Semaphore.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1054
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IPC/SharedMem.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1055
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IPC/SysV.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1056
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/List
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1057
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/List/Util
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1058
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/List/Util.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1059
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/List/Util/XS.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1060
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/MIME
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1061
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/MIME/Base64.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1062
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/MIME/QuotedPrint.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1063
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Math
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1064
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Math/BigInt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1065
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Math/BigInt/FastCalc.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1066
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/NDBM_File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1067
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/O.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1068
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/ODBM_File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1069
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Opcode.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1070
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/POSIX.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1071
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/POSIX.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1072
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/PerlIO
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1073
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/PerlIO/encoding.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1074
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/PerlIO/mmap.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1075
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/PerlIO/scalar.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1076
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/PerlIO/via.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1077
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/SDBM_File.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1078
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Scalar
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1079
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Scalar/Util.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1080
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Socket.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1081
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Storable.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1082
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Sys
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1083
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Sys/Hostname.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1084
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Sys/Syslog.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1085
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Text
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1086
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Text/Soundex.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1087
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Tie
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1088
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Tie/Hash
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1089
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Tie/Hash/NamedCapture.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1090
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Time
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1091
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Time/HiRes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1092
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Time/Piece.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1093
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Time/Seconds.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1094
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Unicode
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1095
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Unicode/Collate
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1096
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Unicode/Collate.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1097
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Unicode/Collate/Locale.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1098
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Unicode/Normalize.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1099
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/arybase.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1100
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/attributes.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1101
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1102
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/B
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1103
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/B/B.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1104
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/B/B.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1105
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1106
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1107
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw/Bzip2
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1108
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw/Bzip2/Bzip2.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1109
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw/Bzip2/Bzip2.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1110
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw/Bzip2/autosplit.ix
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1111
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw/Zlib
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1112
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw/Zlib/Zlib.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1113
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw/Zlib/Zlib.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1114
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw/Zlib/autosplit.ix
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1115
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Cwd
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1116
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Cwd/Cwd.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1117
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Cwd/Cwd.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1118
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/DB_File
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1119
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/DB_File/DB_File.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1120
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/DB_File/DB_File.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1121
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/DB_File/autosplit.ix
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1122
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Data
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1123
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Data/Dumper
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1124
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Data/Dumper/Dumper.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1125
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Data/Dumper/Dumper.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1126
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Devel
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1127
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Devel/PPPort
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1128
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Devel/PPPort/PPPort.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1129
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Devel/PPPort/PPPort.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1130
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Devel/Peek
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1131
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Devel/Peek/Peek.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1132
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Devel/Peek/Peek.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1133
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Digest
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1134
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Digest/MD5
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1135
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Digest/MD5/MD5.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1136
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Digest/MD5/MD5.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1137
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Digest/SHA
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1138
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Digest/SHA/SHA.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1139
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Digest/SHA/SHA.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1140
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1141
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Byte
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1142
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Byte/Byte.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1143
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Byte/Byte.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1144
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/CN
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1145
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/CN/CN.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1146
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/CN/CN.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1147
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/EBCDIC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1148
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/EBCDIC/EBCDIC.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1149
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/EBCDIC/EBCDIC.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1150
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Encode.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1151
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Encode.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1152
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/JP
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1153
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/JP/JP.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1154
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/JP/JP.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1155
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/KR
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1156
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/KR/KR.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1157
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/KR/KR.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1158
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Symbol
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1159
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Symbol/Symbol.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1160
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Symbol/Symbol.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1161
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/TW
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1162
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/TW/TW.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1163
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/TW/TW.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1164
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Unicode
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1165
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Unicode/Unicode.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1166
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Unicode/Unicode.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1167
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Fcntl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1168
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Fcntl/Fcntl.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1169
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Fcntl/Fcntl.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1170
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/File
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1171
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/File/Glob
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1172
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/File/Glob/Glob.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1173
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/File/Glob/Glob.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1174
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Filter
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1175
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Filter/Util
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1176
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Filter/Util/Call
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1177
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Filter/Util/Call/Call.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1178
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Filter/Util/Call/Call.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1179
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/GDBM_File
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1180
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/GDBM_File/GDBM_File.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1181
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/GDBM_File/GDBM_File.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1182
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Hash
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1183
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Hash/Util
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1184
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Hash/Util/FieldHash
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1185
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Hash/Util/FieldHash/FieldHash.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1186
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Hash/Util/FieldHash/FieldHash.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1187
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Hash/Util/Util.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1188
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Hash/Util/Util.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1189
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/I18N
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1190
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/I18N/Langinfo
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1191
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/I18N/Langinfo/Langinfo.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1192
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/I18N/Langinfo/Langinfo.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1193
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/IO
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1194
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/IO/IO.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1195
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/IO/IO.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1196
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/IPC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1197
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/IPC/SysV
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1198
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/IPC/SysV/SysV.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1199
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/IPC/SysV/SysV.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1200
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/List
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1201
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/List/Util
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1202
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/List/Util/Util.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1203
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/List/Util/Util.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1204
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/MIME
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1205
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/MIME/Base64
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1206
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/MIME/Base64/Base64.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1207
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/MIME/Base64/Base64.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1208
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Math
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1209
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Math/BigInt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1210
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Math/BigInt/FastCalc
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1211
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Math/BigInt/FastCalc/FastCalc.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1212
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Math/BigInt/FastCalc/FastCalc.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1213
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/NDBM_File
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1214
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/NDBM_File/NDBM_File.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1215
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/NDBM_File/NDBM_File.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1216
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/ODBM_File
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1217
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/ODBM_File/ODBM_File.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1218
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/ODBM_File/ODBM_File.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1219
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Opcode
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1220
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Opcode/Opcode.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1221
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Opcode/Opcode.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1222
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/POSIX
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1223
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/POSIX/POSIX.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1224
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/POSIX/POSIX.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1225
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1226
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/encoding
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1227
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/encoding/encoding.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1228
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/encoding/encoding.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1229
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/mmap
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1230
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/mmap/mmap.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1231
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/mmap/mmap.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1232
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/scalar
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1233
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/scalar/scalar.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1234
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/scalar/scalar.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1235
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/via
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1236
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/via/via.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1237
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/via/via.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1238
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/SDBM_File
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1239
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/SDBM_File/SDBM_File.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1240
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/SDBM_File/SDBM_File.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1241
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Socket
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1242
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Socket/Socket.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1243
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Socket/Socket.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1244
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Storable
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1245
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Storable/Storable.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1246
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Storable/Storable.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1247
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Sys
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1248
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Sys/Hostname
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1249
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Sys/Hostname/Hostname.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1250
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Sys/Hostname/Hostname.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1251
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Sys/Syslog
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1252
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Sys/Syslog/Syslog.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1253
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Sys/Syslog/Syslog.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1254
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Text
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1255
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Text/Soundex
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1256
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Text/Soundex/Soundex.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1257
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Text/Soundex/Soundex.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1258
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Tie
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1259
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Tie/Hash
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1260
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Tie/Hash/NamedCapture
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1261
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Tie/Hash/NamedCapture/NamedCapture.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1262
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Tie/Hash/NamedCapture/NamedCapture.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1263
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Time
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1264
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Time/HiRes
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1265
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Time/HiRes/HiRes.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1266
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Time/HiRes/HiRes.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1267
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Time/Piece
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1268
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Time/Piece/Piece.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1269
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Time/Piece/Piece.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1270
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Unicode
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1271
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Unicode/Collate
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1272
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Unicode/Collate/Collate.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1273
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Unicode/Collate/Collate.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1274
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Unicode/Normalize
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1275
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Unicode/Normalize/Normalize.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1276
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Unicode/Normalize/Normalize.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1277
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/arybase
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1278
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/arybase/arybase.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1279
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/arybase/arybase.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1280
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/attributes
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1281
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/attributes/attributes.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1282
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/attributes/attributes.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1283
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/mro
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1284
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/mro/mro.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1285
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/mro/mro.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1286
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/re
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1287
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/re/re.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1288
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/re/re.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1289
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/sdbm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1290
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/sdbm/extralibs.ld
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1291
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/threads
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1292
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/threads/shared
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1293
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/threads/shared/shared.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1294
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/threads/shared/shared.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1295
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/threads/threads.bs
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1296
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/threads/threads.so
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1297
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/encoding.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1298
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/lib.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1299
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/mro.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1300
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/ops.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1301
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/re.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1302
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/threads
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1303
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/threads.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1304
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/threads/shared.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1305
file path=usr/perl5/5.16/lib/if.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1306
dir  path=usr/perl5/5.16/lib/inc
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1307
dir  path=usr/perl5/5.16/lib/inc/latest
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1308
file path=usr/perl5/5.16/lib/inc/latest.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1309
file path=usr/perl5/5.16/lib/inc/latest/private.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1310
file path=usr/perl5/5.16/lib/integer.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1311
file path=usr/perl5/5.16/lib/less.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1312
file path=usr/perl5/5.16/lib/locale.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1313
file path=usr/perl5/5.16/lib/open.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1314
dir  path=usr/perl5/5.16/lib/overload
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1315
file path=usr/perl5/5.16/lib/overload.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1316
file path=usr/perl5/5.16/lib/overload/numbers.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1317
file path=usr/perl5/5.16/lib/overloading.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1318
file path=usr/perl5/5.16/lib/parent.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1319
file path=usr/perl5/5.16/lib/perl5db.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1320
file path=usr/perl5/5.16/lib/perlfaq.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1321
dir  path=usr/perl5/5.16/lib/pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1322
file path=usr/perl5/5.16/lib/pod/a2p.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1323
file path=usr/perl5/5.16/lib/pod/perl.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1324
file path=usr/perl5/5.16/lib/pod/perl5004delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1325
file path=usr/perl5/5.16/lib/pod/perl5005delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1326
file path=usr/perl5/5.16/lib/pod/perl5100delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1327
file path=usr/perl5/5.16/lib/pod/perl5101delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1328
file path=usr/perl5/5.16/lib/pod/perl5120delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1329
file path=usr/perl5/5.16/lib/pod/perl5121delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1330
file path=usr/perl5/5.16/lib/pod/perl5122delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1331
file path=usr/perl5/5.16/lib/pod/perl5123delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1332
file path=usr/perl5/5.16/lib/pod/perl5124delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1333
file path=usr/perl5/5.16/lib/pod/perl5140delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1334
file path=usr/perl5/5.16/lib/pod/perl5141delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1335
file path=usr/perl5/5.16/lib/pod/perl5142delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1336
file path=usr/perl5/5.16/lib/pod/perl5143delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1337
file path=usr/perl5/5.16/lib/pod/perl5160delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1338
file path=usr/perl5/5.16/lib/pod/perl5161delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1339
file path=usr/perl5/5.16/lib/pod/perl5162delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1340
file path=usr/perl5/5.16/lib/pod/perl561delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1341
file path=usr/perl5/5.16/lib/pod/perl56delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1342
file path=usr/perl5/5.16/lib/pod/perl581delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1343
file path=usr/perl5/5.16/lib/pod/perl582delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1344
file path=usr/perl5/5.16/lib/pod/perl583delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1345
file path=usr/perl5/5.16/lib/pod/perl584delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1346
file path=usr/perl5/5.16/lib/pod/perl585delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1347
file path=usr/perl5/5.16/lib/pod/perl586delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1348
file path=usr/perl5/5.16/lib/pod/perl587delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1349
file path=usr/perl5/5.16/lib/pod/perl588delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1350
file path=usr/perl5/5.16/lib/pod/perl589delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1351
file path=usr/perl5/5.16/lib/pod/perl58delta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1352
file path=usr/perl5/5.16/lib/pod/perlaix.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1353
file path=usr/perl5/5.16/lib/pod/perlamiga.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1354
file path=usr/perl5/5.16/lib/pod/perlapi.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1355
file path=usr/perl5/5.16/lib/pod/perlapio.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1356
file path=usr/perl5/5.16/lib/pod/perlartistic.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1357
file path=usr/perl5/5.16/lib/pod/perlbeos.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1358
file path=usr/perl5/5.16/lib/pod/perlbook.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1359
file path=usr/perl5/5.16/lib/pod/perlboot.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1360
file path=usr/perl5/5.16/lib/pod/perlbot.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1361
file path=usr/perl5/5.16/lib/pod/perlbs2000.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1362
file path=usr/perl5/5.16/lib/pod/perlcall.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1363
file path=usr/perl5/5.16/lib/pod/perlce.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1364
file path=usr/perl5/5.16/lib/pod/perlcheat.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1365
file path=usr/perl5/5.16/lib/pod/perlclib.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1366
file path=usr/perl5/5.16/lib/pod/perlcn.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1367
file path=usr/perl5/5.16/lib/pod/perlcommunity.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1368
file path=usr/perl5/5.16/lib/pod/perlcygwin.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1369
file path=usr/perl5/5.16/lib/pod/perldata.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1370
file path=usr/perl5/5.16/lib/pod/perldbmfilter.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1371
file path=usr/perl5/5.16/lib/pod/perldebguts.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1372
file path=usr/perl5/5.16/lib/pod/perldebtut.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1373
file path=usr/perl5/5.16/lib/pod/perldebug.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1374
file path=usr/perl5/5.16/lib/pod/perldelta.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1375
file path=usr/perl5/5.16/lib/pod/perldgux.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1376
file path=usr/perl5/5.16/lib/pod/perldiag.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1377
file path=usr/perl5/5.16/lib/pod/perldoc.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1378
file path=usr/perl5/5.16/lib/pod/perldos.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1379
file path=usr/perl5/5.16/lib/pod/perldsc.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1380
file path=usr/perl5/5.16/lib/pod/perldtrace.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1381
file path=usr/perl5/5.16/lib/pod/perlebcdic.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1382
file path=usr/perl5/5.16/lib/pod/perlembed.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1383
file path=usr/perl5/5.16/lib/pod/perlepoc.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1384
file path=usr/perl5/5.16/lib/pod/perlexperiment.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1385
file path=usr/perl5/5.16/lib/pod/perlfaq.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1386
file path=usr/perl5/5.16/lib/pod/perlfaq1.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1387
file path=usr/perl5/5.16/lib/pod/perlfaq2.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1388
file path=usr/perl5/5.16/lib/pod/perlfaq3.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1389
file path=usr/perl5/5.16/lib/pod/perlfaq4.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1390
file path=usr/perl5/5.16/lib/pod/perlfaq5.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1391
file path=usr/perl5/5.16/lib/pod/perlfaq6.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1392
file path=usr/perl5/5.16/lib/pod/perlfaq7.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1393
file path=usr/perl5/5.16/lib/pod/perlfaq8.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1394
file path=usr/perl5/5.16/lib/pod/perlfaq9.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1395
file path=usr/perl5/5.16/lib/pod/perlfilter.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1396
file path=usr/perl5/5.16/lib/pod/perlfork.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1397
file path=usr/perl5/5.16/lib/pod/perlform.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1398
file path=usr/perl5/5.16/lib/pod/perlfreebsd.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1399
file path=usr/perl5/5.16/lib/pod/perlfunc.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1400
file path=usr/perl5/5.16/lib/pod/perlgit.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1401
file path=usr/perl5/5.16/lib/pod/perlglossary.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1402
file path=usr/perl5/5.16/lib/pod/perlgpl.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1403
file path=usr/perl5/5.16/lib/pod/perlguts.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1404
file path=usr/perl5/5.16/lib/pod/perlhack.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1405
file path=usr/perl5/5.16/lib/pod/perlhacktips.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1406
file path=usr/perl5/5.16/lib/pod/perlhacktut.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1407
file path=usr/perl5/5.16/lib/pod/perlhaiku.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1408
file path=usr/perl5/5.16/lib/pod/perlhist.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1409
file path=usr/perl5/5.16/lib/pod/perlhpux.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1410
file path=usr/perl5/5.16/lib/pod/perlhurd.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1411
file path=usr/perl5/5.16/lib/pod/perlintern.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1412
file path=usr/perl5/5.16/lib/pod/perlinterp.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1413
file path=usr/perl5/5.16/lib/pod/perlintro.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1414
file path=usr/perl5/5.16/lib/pod/perliol.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1415
file path=usr/perl5/5.16/lib/pod/perlipc.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1416
file path=usr/perl5/5.16/lib/pod/perlirix.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1417
file path=usr/perl5/5.16/lib/pod/perljp.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1418
file path=usr/perl5/5.16/lib/pod/perlko.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1419
file path=usr/perl5/5.16/lib/pod/perllexwarn.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1420
file path=usr/perl5/5.16/lib/pod/perllinux.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1421
file path=usr/perl5/5.16/lib/pod/perllocale.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1422
file path=usr/perl5/5.16/lib/pod/perllol.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1423
file path=usr/perl5/5.16/lib/pod/perlmacos.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1424
file path=usr/perl5/5.16/lib/pod/perlmacosx.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1425
file path=usr/perl5/5.16/lib/pod/perlmod.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1426
file path=usr/perl5/5.16/lib/pod/perlmodinstall.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1427
file path=usr/perl5/5.16/lib/pod/perlmodlib.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1428
file path=usr/perl5/5.16/lib/pod/perlmodstyle.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1429
file path=usr/perl5/5.16/lib/pod/perlmpeix.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1430
file path=usr/perl5/5.16/lib/pod/perlmroapi.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1431
file path=usr/perl5/5.16/lib/pod/perlnetware.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1432
file path=usr/perl5/5.16/lib/pod/perlnewmod.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1433
file path=usr/perl5/5.16/lib/pod/perlnumber.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1434
file path=usr/perl5/5.16/lib/pod/perlobj.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1435
file path=usr/perl5/5.16/lib/pod/perlootut.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1436
file path=usr/perl5/5.16/lib/pod/perlop.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1437
file path=usr/perl5/5.16/lib/pod/perlopenbsd.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1438
file path=usr/perl5/5.16/lib/pod/perlopentut.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1439
file path=usr/perl5/5.16/lib/pod/perlos2.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1440
file path=usr/perl5/5.16/lib/pod/perlos390.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1441
file path=usr/perl5/5.16/lib/pod/perlos400.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1442
file path=usr/perl5/5.16/lib/pod/perlpacktut.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1443
file path=usr/perl5/5.16/lib/pod/perlperf.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1444
file path=usr/perl5/5.16/lib/pod/perlplan9.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1445
file path=usr/perl5/5.16/lib/pod/perlpod.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1446
file path=usr/perl5/5.16/lib/pod/perlpodspec.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1447
file path=usr/perl5/5.16/lib/pod/perlpodstyle.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1448
file path=usr/perl5/5.16/lib/pod/perlpolicy.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1449
file path=usr/perl5/5.16/lib/pod/perlport.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1450
file path=usr/perl5/5.16/lib/pod/perlpragma.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1451
file path=usr/perl5/5.16/lib/pod/perlqnx.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1452
file path=usr/perl5/5.16/lib/pod/perlre.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1453
file path=usr/perl5/5.16/lib/pod/perlreapi.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1454
file path=usr/perl5/5.16/lib/pod/perlrebackslash.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1455
file path=usr/perl5/5.16/lib/pod/perlrecharclass.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1456
file path=usr/perl5/5.16/lib/pod/perlref.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1457
file path=usr/perl5/5.16/lib/pod/perlreftut.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1458
file path=usr/perl5/5.16/lib/pod/perlreguts.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1459
file path=usr/perl5/5.16/lib/pod/perlrequick.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1460
file path=usr/perl5/5.16/lib/pod/perlreref.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1461
file path=usr/perl5/5.16/lib/pod/perlretut.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1462
file path=usr/perl5/5.16/lib/pod/perlriscos.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1463
file path=usr/perl5/5.16/lib/pod/perlrun.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1464
file path=usr/perl5/5.16/lib/pod/perlsec.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1465
file path=usr/perl5/5.16/lib/pod/perlsolaris.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1466
file path=usr/perl5/5.16/lib/pod/perlsource.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1467
file path=usr/perl5/5.16/lib/pod/perlstyle.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1468
file path=usr/perl5/5.16/lib/pod/perlsub.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1469
file path=usr/perl5/5.16/lib/pod/perlsymbian.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1470
file path=usr/perl5/5.16/lib/pod/perlsyn.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1471
file path=usr/perl5/5.16/lib/pod/perlthrtut.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1472
file path=usr/perl5/5.16/lib/pod/perltie.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1473
file path=usr/perl5/5.16/lib/pod/perltoc.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1474
file path=usr/perl5/5.16/lib/pod/perltodo.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1475
file path=usr/perl5/5.16/lib/pod/perltooc.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1476
file path=usr/perl5/5.16/lib/pod/perltoot.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1477
file path=usr/perl5/5.16/lib/pod/perltrap.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1478
file path=usr/perl5/5.16/lib/pod/perltru64.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1479
file path=usr/perl5/5.16/lib/pod/perltw.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1480
file path=usr/perl5/5.16/lib/pod/perlunicode.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1481
file path=usr/perl5/5.16/lib/pod/perlunifaq.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1482
file path=usr/perl5/5.16/lib/pod/perluniintro.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1483
file path=usr/perl5/5.16/lib/pod/perluniprops.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1484
file path=usr/perl5/5.16/lib/pod/perlunitut.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1485
file path=usr/perl5/5.16/lib/pod/perlutil.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1486
file path=usr/perl5/5.16/lib/pod/perluts.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1487
file path=usr/perl5/5.16/lib/pod/perlvar.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1488
file path=usr/perl5/5.16/lib/pod/perlvmesa.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1489
file path=usr/perl5/5.16/lib/pod/perlvms.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1490
file path=usr/perl5/5.16/lib/pod/perlvos.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1491
file path=usr/perl5/5.16/lib/pod/perlwin32.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1492
file path=usr/perl5/5.16/lib/pod/perlxs.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1493
file path=usr/perl5/5.16/lib/pod/perlxstut.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1494
file path=usr/perl5/5.16/lib/pod/perlxstypemap.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1495
file path=usr/perl5/5.16/lib/sigtrap.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1496
file path=usr/perl5/5.16/lib/sort.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1497
file path=usr/perl5/5.16/lib/strict.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1498
file path=usr/perl5/5.16/lib/subs.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1499
dir  path=usr/perl5/5.16/lib/unicore
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1500
file path=usr/perl5/5.16/lib/unicore/Blocks.txt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1501
file path=usr/perl5/5.16/lib/unicore/CaseFolding.txt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1502
file path=usr/perl5/5.16/lib/unicore/CombiningClass.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1503
file path=usr/perl5/5.16/lib/unicore/Decomposition.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1504
file path=usr/perl5/5.16/lib/unicore/Heavy.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1505
file path=usr/perl5/5.16/lib/unicore/Name.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1506
file path=usr/perl5/5.16/lib/unicore/Name.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1507
file path=usr/perl5/5.16/lib/unicore/NamedSequences.txt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1508
file path=usr/perl5/5.16/lib/unicore/SpecialCasing.txt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1509
dir  path=usr/perl5/5.16/lib/unicore/To
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1510
file path=usr/perl5/5.16/lib/unicore/To/Age.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1511
file path=usr/perl5/5.16/lib/unicore/To/Bc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1512
file path=usr/perl5/5.16/lib/unicore/To/Bmg.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1513
file path=usr/perl5/5.16/lib/unicore/To/Cf.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1514
file path=usr/perl5/5.16/lib/unicore/To/Digit.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1515
file path=usr/perl5/5.16/lib/unicore/To/Ea.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1516
file path=usr/perl5/5.16/lib/unicore/To/Fold.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1517
file path=usr/perl5/5.16/lib/unicore/To/GCB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1518
file path=usr/perl5/5.16/lib/unicore/To/Gc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1519
file path=usr/perl5/5.16/lib/unicore/To/Hst.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1520
file path=usr/perl5/5.16/lib/unicore/To/Isc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1521
file path=usr/perl5/5.16/lib/unicore/To/Jg.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1522
file path=usr/perl5/5.16/lib/unicore/To/Jt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1523
file path=usr/perl5/5.16/lib/unicore/To/Lb.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1524
file path=usr/perl5/5.16/lib/unicore/To/Lc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1525
file path=usr/perl5/5.16/lib/unicore/To/Lower.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1526
file path=usr/perl5/5.16/lib/unicore/To/NFCQC.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1527
file path=usr/perl5/5.16/lib/unicore/To/NFDQC.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1528
file path=usr/perl5/5.16/lib/unicore/To/NFKCCF.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1529
file path=usr/perl5/5.16/lib/unicore/To/NFKCQC.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1530
file path=usr/perl5/5.16/lib/unicore/To/NFKDQC.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1531
file path=usr/perl5/5.16/lib/unicore/To/Na1.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1532
file path=usr/perl5/5.16/lib/unicore/To/NameAlia.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1533
file path=usr/perl5/5.16/lib/unicore/To/Nt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1534
file path=usr/perl5/5.16/lib/unicore/To/Nv.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1535
file path=usr/perl5/5.16/lib/unicore/To/PerlDeci.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1536
file path=usr/perl5/5.16/lib/unicore/To/SB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1537
file path=usr/perl5/5.16/lib/unicore/To/Sc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1538
file path=usr/perl5/5.16/lib/unicore/To/Scx.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1539
file path=usr/perl5/5.16/lib/unicore/To/Tc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1540
file path=usr/perl5/5.16/lib/unicore/To/Title.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1541
file path=usr/perl5/5.16/lib/unicore/To/Uc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1542
file path=usr/perl5/5.16/lib/unicore/To/Upper.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1543
file path=usr/perl5/5.16/lib/unicore/To/WB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1544
file path=usr/perl5/5.16/lib/unicore/UCD.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1545
dir  path=usr/perl5/5.16/lib/unicore/lib
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1546
dir  path=usr/perl5/5.16/lib/unicore/lib/AHex
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1547
file path=usr/perl5/5.16/lib/unicore/lib/AHex/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1548
dir  path=usr/perl5/5.16/lib/unicore/lib/Age
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1549
file path=usr/perl5/5.16/lib/unicore/lib/Age/NA.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1550
file path=usr/perl5/5.16/lib/unicore/lib/Age/V11.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1551
file path=usr/perl5/5.16/lib/unicore/lib/Age/V20.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1552
file path=usr/perl5/5.16/lib/unicore/lib/Age/V21.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1553
file path=usr/perl5/5.16/lib/unicore/lib/Age/V30.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1554
file path=usr/perl5/5.16/lib/unicore/lib/Age/V31.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1555
file path=usr/perl5/5.16/lib/unicore/lib/Age/V32.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1556
file path=usr/perl5/5.16/lib/unicore/lib/Age/V40.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1557
file path=usr/perl5/5.16/lib/unicore/lib/Age/V41.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1558
file path=usr/perl5/5.16/lib/unicore/lib/Age/V50.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1559
file path=usr/perl5/5.16/lib/unicore/lib/Age/V51.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1560
file path=usr/perl5/5.16/lib/unicore/lib/Age/V52.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1561
file path=usr/perl5/5.16/lib/unicore/lib/Age/V60.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1562
file path=usr/perl5/5.16/lib/unicore/lib/Age/V61.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1563
dir  path=usr/perl5/5.16/lib/unicore/lib/Alpha
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1564
file path=usr/perl5/5.16/lib/unicore/lib/Alpha/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1565
dir  path=usr/perl5/5.16/lib/unicore/lib/Bc
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1566
file path=usr/perl5/5.16/lib/unicore/lib/Bc/AL.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1567
file path=usr/perl5/5.16/lib/unicore/lib/Bc/AN.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1568
file path=usr/perl5/5.16/lib/unicore/lib/Bc/B.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1569
file path=usr/perl5/5.16/lib/unicore/lib/Bc/BN.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1570
file path=usr/perl5/5.16/lib/unicore/lib/Bc/CS.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1571
file path=usr/perl5/5.16/lib/unicore/lib/Bc/EN.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1572
file path=usr/perl5/5.16/lib/unicore/lib/Bc/ES.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1573
file path=usr/perl5/5.16/lib/unicore/lib/Bc/ET.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1574
file path=usr/perl5/5.16/lib/unicore/lib/Bc/L.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1575
file path=usr/perl5/5.16/lib/unicore/lib/Bc/LRE.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1576
file path=usr/perl5/5.16/lib/unicore/lib/Bc/LRO.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1577
file path=usr/perl5/5.16/lib/unicore/lib/Bc/NSM.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1578
file path=usr/perl5/5.16/lib/unicore/lib/Bc/ON.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1579
file path=usr/perl5/5.16/lib/unicore/lib/Bc/PDF.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1580
file path=usr/perl5/5.16/lib/unicore/lib/Bc/R.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1581
file path=usr/perl5/5.16/lib/unicore/lib/Bc/RLE.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1582
file path=usr/perl5/5.16/lib/unicore/lib/Bc/RLO.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1583
file path=usr/perl5/5.16/lib/unicore/lib/Bc/S.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1584
file path=usr/perl5/5.16/lib/unicore/lib/Bc/WS.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1585
dir  path=usr/perl5/5.16/lib/unicore/lib/BidiC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1586
file path=usr/perl5/5.16/lib/unicore/lib/BidiC/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1587
dir  path=usr/perl5/5.16/lib/unicore/lib/BidiM
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1588
file path=usr/perl5/5.16/lib/unicore/lib/BidiM/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1589
dir  path=usr/perl5/5.16/lib/unicore/lib/Blk
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1590
file path=usr/perl5/5.16/lib/unicore/lib/Blk/ASCII.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1591
file path=usr/perl5/5.16/lib/unicore/lib/Blk/AegeanNu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1592
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Alchemic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1593
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Alphabet.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1594
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Ancient2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1595
file path=usr/perl5/5.16/lib/unicore/lib/Blk/AncientG.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1596
file path=usr/perl5/5.16/lib/unicore/lib/Blk/AncientS.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1597
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Arabic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1598
file path=usr/perl5/5.16/lib/unicore/lib/Blk/ArabicEx.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1599
file path=usr/perl5/5.16/lib/unicore/lib/Blk/ArabicMa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1600
file path=usr/perl5/5.16/lib/unicore/lib/Blk/ArabicP2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1601
file path=usr/perl5/5.16/lib/unicore/lib/Blk/ArabicPF.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1602
file path=usr/perl5/5.16/lib/unicore/lib/Blk/ArabicSu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1603
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Armenian.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1604
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Arrows.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1605
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Avestan.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1606
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Balinese.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1607
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Bamum.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1608
file path=usr/perl5/5.16/lib/unicore/lib/Blk/BamumSup.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1609
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Batak.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1610
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Bengali.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1611
file path=usr/perl5/5.16/lib/unicore/lib/Blk/BlockEle.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1612
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Bopomof2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1613
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Bopomofo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1614
file path=usr/perl5/5.16/lib/unicore/lib/Blk/BoxDrawi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1615
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Brahmi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1616
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Buginese.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1617
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Buhid.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1618
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Byzantin.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1619
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJK.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1620
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJKComp2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1621
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJKComp3.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1622
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJKComp4.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1623
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJKCompa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1624
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJKExtA.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1625
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJKExtB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1626
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJKExtC.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1627
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJKExtD.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1628
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJKRadic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1629
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJKStrok.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1630
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CJKSymbo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1631
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Carian.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1632
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Chakma.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1633
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Cham.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1634
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Cherokee.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1635
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CompatJa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1636
file path=usr/perl5/5.16/lib/unicore/lib/Blk/ControlP.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1637
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Coptic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1638
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Counting.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1639
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Cuneifo2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1640
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Cuneifor.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1641
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Currency.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1642
file path=usr/perl5/5.16/lib/unicore/lib/Blk/CypriotS.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1643
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Cyrilli2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1644
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Cyrilli3.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1645
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Cyrilli4.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1646
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Cyrillic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1647
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Devanag2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1648
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Devanaga.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1649
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Diacrit2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1650
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Diacrit3.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1651
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Diacriti.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1652
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Dingbats.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1653
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Domino.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1654
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Egyptian.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1655
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Emoticon.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1656
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Enclose2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1657
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Enclose3.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1658
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Enclose4.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1659
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Enclosed.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1660
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Ethiopi2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1661
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Ethiopi3.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1662
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Ethiopi4.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1663
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Ethiopic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1664
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Geometri.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1665
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Georgia2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1666
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Georgian.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1667
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Glagolit.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1668
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Gothic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1669
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Greek.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1670
file path=usr/perl5/5.16/lib/unicore/lib/Blk/GreekExt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1671
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Gujarati.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1672
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Gurmukhi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1673
file path=usr/perl5/5.16/lib/unicore/lib/Blk/HalfAndF.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1674
file path=usr/perl5/5.16/lib/unicore/lib/Blk/HalfMark.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1675
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Hangul.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1676
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Hanunoo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1677
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Hebrew.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1678
file path=usr/perl5/5.16/lib/unicore/lib/Blk/HighPUSu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1679
file path=usr/perl5/5.16/lib/unicore/lib/Blk/HighSurr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1680
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Hiragana.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1681
file path=usr/perl5/5.16/lib/unicore/lib/Blk/IDC.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1682
file path=usr/perl5/5.16/lib/unicore/lib/Blk/IPAExt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1683
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Imperial.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1684
file path=usr/perl5/5.16/lib/unicore/lib/Blk/IndicNum.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1685
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Inscrip2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1686
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Inscript.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1687
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Jamo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1688
file path=usr/perl5/5.16/lib/unicore/lib/Blk/JamoExtA.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1689
file path=usr/perl5/5.16/lib/unicore/lib/Blk/JamoExtB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1690
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Javanese.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1691
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Kaithi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1692
file path=usr/perl5/5.16/lib/unicore/lib/Blk/KanaSup.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1693
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Kanbun.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1694
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Kangxi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1695
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Kannada.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1696
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Katakan2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1697
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Katakana.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1698
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Kharosht.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1699
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Khmer.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1700
file path=usr/perl5/5.16/lib/unicore/lib/Blk/KhmerSym.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1701
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Lao.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1702
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Latin1.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1703
file path=usr/perl5/5.16/lib/unicore/lib/Blk/LatinEx2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1704
file path=usr/perl5/5.16/lib/unicore/lib/Blk/LatinEx3.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1705
file path=usr/perl5/5.16/lib/unicore/lib/Blk/LatinEx4.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1706
file path=usr/perl5/5.16/lib/unicore/lib/Blk/LatinEx5.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1707
file path=usr/perl5/5.16/lib/unicore/lib/Blk/LatinExt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1708
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Lepcha.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1709
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Letterli.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1710
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Limbu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1711
file path=usr/perl5/5.16/lib/unicore/lib/Blk/LinearBI.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1712
file path=usr/perl5/5.16/lib/unicore/lib/Blk/LinearBS.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1713
file path=usr/perl5/5.16/lib/unicore/lib/Blk/LowSurro.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1714
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Lycian.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1715
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Lydian.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1716
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Mahjong.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1717
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Malayala.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1718
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Mandaic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1719
file path=usr/perl5/5.16/lib/unicore/lib/Blk/MathAlph.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1720
file path=usr/perl5/5.16/lib/unicore/lib/Blk/MathOper.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1721
file path=usr/perl5/5.16/lib/unicore/lib/Blk/MeeteiM2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1722
file path=usr/perl5/5.16/lib/unicore/lib/Blk/MeeteiMa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1723
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Meroitic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1724
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Miao.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1725
file path=usr/perl5/5.16/lib/unicore/lib/Blk/MiscArro.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1726
file path=usr/perl5/5.16/lib/unicore/lib/Blk/MiscMat2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1727
file path=usr/perl5/5.16/lib/unicore/lib/Blk/MiscMath.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1728
file path=usr/perl5/5.16/lib/unicore/lib/Blk/MiscPict.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1729
file path=usr/perl5/5.16/lib/unicore/lib/Blk/MiscSymb.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1730
file path=usr/perl5/5.16/lib/unicore/lib/Blk/MiscTech.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1731
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Modifie2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1732
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Modifier.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1733
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Mongolia.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1734
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Music.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1735
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Myanmar.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1736
file path=usr/perl5/5.16/lib/unicore/lib/Blk/MyanmarE.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1737
file path=usr/perl5/5.16/lib/unicore/lib/Blk/NB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1738
file path=usr/perl5/5.16/lib/unicore/lib/Blk/NKo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1739
file path=usr/perl5/5.16/lib/unicore/lib/Blk/NewTaiLu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1740
file path=usr/perl5/5.16/lib/unicore/lib/Blk/NumberFo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1741
file path=usr/perl5/5.16/lib/unicore/lib/Blk/OCR.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1742
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Ogham.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1743
file path=usr/perl5/5.16/lib/unicore/lib/Blk/OldItali.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1744
file path=usr/perl5/5.16/lib/unicore/lib/Blk/OldPersi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1745
file path=usr/perl5/5.16/lib/unicore/lib/Blk/OldTurki.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1746
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Oriya.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1747
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Osmanya.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1748
file path=usr/perl5/5.16/lib/unicore/lib/Blk/PUA.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1749
file path=usr/perl5/5.16/lib/unicore/lib/Blk/PhagsPa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1750
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Phaistos.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1751
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Phoenici.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1752
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Phoneti2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1753
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Phonetic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1754
file path=usr/perl5/5.16/lib/unicore/lib/Blk/PlayingC.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1755
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Punctuat.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1756
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Rejang.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1757
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Rumi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1758
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Runic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1759
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Samarita.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1760
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Saurasht.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1761
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Sharada.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1762
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Sinhala.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1763
file path=usr/perl5/5.16/lib/unicore/lib/Blk/SmallFor.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1764
file path=usr/perl5/5.16/lib/unicore/lib/Blk/SoraSomp.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1765
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Specials.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1766
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Sundane2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1767
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Sundanes.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1768
file path=usr/perl5/5.16/lib/unicore/lib/Blk/SupArro2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1769
file path=usr/perl5/5.16/lib/unicore/lib/Blk/SupArrow.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1770
file path=usr/perl5/5.16/lib/unicore/lib/Blk/SupMathO.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1771
file path=usr/perl5/5.16/lib/unicore/lib/Blk/SupPUAA.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1772
file path=usr/perl5/5.16/lib/unicore/lib/Blk/SupPUAB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1773
file path=usr/perl5/5.16/lib/unicore/lib/Blk/SupPunct.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1774
file path=usr/perl5/5.16/lib/unicore/lib/Blk/SuperAnd.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1775
file path=usr/perl5/5.16/lib/unicore/lib/Blk/SylotiNa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1776
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Syriac.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1777
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Tagalog.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1778
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Tagbanwa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1779
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Tags.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1780
file path=usr/perl5/5.16/lib/unicore/lib/Blk/TaiLe.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1781
file path=usr/perl5/5.16/lib/unicore/lib/Blk/TaiTham.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1782
file path=usr/perl5/5.16/lib/unicore/lib/Blk/TaiViet.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1783
file path=usr/perl5/5.16/lib/unicore/lib/Blk/TaiXuanJ.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1784
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Takri.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1785
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Tamil.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1786
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Telugu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1787
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Thaana.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1788
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Thai.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1789
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Tibetan.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1790
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Tifinagh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1791
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Transpor.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1792
file path=usr/perl5/5.16/lib/unicore/lib/Blk/UCAS.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1793
file path=usr/perl5/5.16/lib/unicore/lib/Blk/UCASExt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1794
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Ugaritic.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1795
file path=usr/perl5/5.16/lib/unicore/lib/Blk/VS.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1796
file path=usr/perl5/5.16/lib/unicore/lib/Blk/VSSup.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1797
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Vai.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1798
file path=usr/perl5/5.16/lib/unicore/lib/Blk/VedicExt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1799
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Vertical.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1800
file path=usr/perl5/5.16/lib/unicore/lib/Blk/YiRadica.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1801
file path=usr/perl5/5.16/lib/unicore/lib/Blk/YiSyllab.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1802
file path=usr/perl5/5.16/lib/unicore/lib/Blk/Yijing.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1803
dir  path=usr/perl5/5.16/lib/unicore/lib/CE
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1804
file path=usr/perl5/5.16/lib/unicore/lib/CE/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1805
dir  path=usr/perl5/5.16/lib/unicore/lib/CI
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1806
file path=usr/perl5/5.16/lib/unicore/lib/CI/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1807
dir  path=usr/perl5/5.16/lib/unicore/lib/CWCF
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1808
file path=usr/perl5/5.16/lib/unicore/lib/CWCF/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1809
dir  path=usr/perl5/5.16/lib/unicore/lib/CWCM
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1810
file path=usr/perl5/5.16/lib/unicore/lib/CWCM/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1811
dir  path=usr/perl5/5.16/lib/unicore/lib/CWKCF
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1812
file path=usr/perl5/5.16/lib/unicore/lib/CWKCF/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1813
dir  path=usr/perl5/5.16/lib/unicore/lib/CWL
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1814
file path=usr/perl5/5.16/lib/unicore/lib/CWL/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1815
dir  path=usr/perl5/5.16/lib/unicore/lib/CWT
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1816
file path=usr/perl5/5.16/lib/unicore/lib/CWT/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1817
dir  path=usr/perl5/5.16/lib/unicore/lib/CWU
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1818
file path=usr/perl5/5.16/lib/unicore/lib/CWU/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1819
dir  path=usr/perl5/5.16/lib/unicore/lib/Cased
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1820
file path=usr/perl5/5.16/lib/unicore/lib/Cased/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1821
dir  path=usr/perl5/5.16/lib/unicore/lib/Ccc
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1822
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/A.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1823
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/AL.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1824
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/AR.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1825
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/ATA.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1826
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/ATAR.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1827
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/ATB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1828
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/B.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1829
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/BL.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1830
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/BR.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1831
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC10.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1832
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC103.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1833
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC107.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1834
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC11.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1835
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC118.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1836
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC12.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1837
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC122.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1838
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC129.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1839
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC13.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1840
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC130.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1841
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC132.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1842
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC14.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1843
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC15.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1844
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC16.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1845
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC17.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1846
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC18.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1847
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC19.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1848
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC20.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1849
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC21.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1850
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC22.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1851
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC23.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1852
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC24.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1853
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC25.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1854
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC26.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1855
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC27.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1856
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC28.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1857
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC29.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1858
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC30.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1859
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC31.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1860
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC32.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1861
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC33.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1862
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC34.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1863
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC35.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1864
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC36.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1865
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC84.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1866
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/CCC91.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1867
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/DA.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1868
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/DB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1869
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/IS.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1870
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/KV.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1871
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/L.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1872
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/NK.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1873
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/NR.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1874
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/OV.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1875
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/R.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1876
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/VR.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1877
dir  path=usr/perl5/5.16/lib/unicore/lib/CompEx
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1878
file path=usr/perl5/5.16/lib/unicore/lib/CompEx/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1879
dir  path=usr/perl5/5.16/lib/unicore/lib/DI
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1880
file path=usr/perl5/5.16/lib/unicore/lib/DI/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1881
dir  path=usr/perl5/5.16/lib/unicore/lib/Dash
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1882
file path=usr/perl5/5.16/lib/unicore/lib/Dash/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1883
dir  path=usr/perl5/5.16/lib/unicore/lib/Dep
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1884
file path=usr/perl5/5.16/lib/unicore/lib/Dep/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1885
dir  path=usr/perl5/5.16/lib/unicore/lib/Dia
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1886
file path=usr/perl5/5.16/lib/unicore/lib/Dia/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1887
dir  path=usr/perl5/5.16/lib/unicore/lib/Dt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1888
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Com.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1889
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Enc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1890
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Fin.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1891
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Font.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1892
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Fra.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1893
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Init.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1894
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Iso.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1895
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Med.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1896
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Nar.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1897
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Nb.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1898
file path=usr/perl5/5.16/lib/unicore/lib/Dt/NonCanon.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1899
file path=usr/perl5/5.16/lib/unicore/lib/Dt/None.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1900
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Sml.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1901
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Sqr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1902
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Sub.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1903
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Sup.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1904
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Vert.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1905
dir  path=usr/perl5/5.16/lib/unicore/lib/Ea
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1906
file path=usr/perl5/5.16/lib/unicore/lib/Ea/A.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1907
file path=usr/perl5/5.16/lib/unicore/lib/Ea/F.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1908
file path=usr/perl5/5.16/lib/unicore/lib/Ea/H.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1909
file path=usr/perl5/5.16/lib/unicore/lib/Ea/N.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1910
file path=usr/perl5/5.16/lib/unicore/lib/Ea/Na.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1911
file path=usr/perl5/5.16/lib/unicore/lib/Ea/W.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1912
dir  path=usr/perl5/5.16/lib/unicore/lib/Ext
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1913
file path=usr/perl5/5.16/lib/unicore/lib/Ext/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1914
dir  path=usr/perl5/5.16/lib/unicore/lib/GCB
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1915
file path=usr/perl5/5.16/lib/unicore/lib/GCB/CN.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1916
file path=usr/perl5/5.16/lib/unicore/lib/GCB/EX.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1917
file path=usr/perl5/5.16/lib/unicore/lib/GCB/SM.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1918
file path=usr/perl5/5.16/lib/unicore/lib/GCB/XX.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1919
dir  path=usr/perl5/5.16/lib/unicore/lib/Gc
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1920
file path=usr/perl5/5.16/lib/unicore/lib/Gc/C.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1921
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Cc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1922
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Cf.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1923
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Cn.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1924
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Co.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1925
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Cs.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1926
file path=usr/perl5/5.16/lib/unicore/lib/Gc/L.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1927
file path=usr/perl5/5.16/lib/unicore/lib/Gc/LC.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1928
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Ll.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1929
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Lm.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1930
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Lo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1931
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Lu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1932
file path=usr/perl5/5.16/lib/unicore/lib/Gc/M.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1933
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Mc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1934
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Me.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1935
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Mn.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1936
file path=usr/perl5/5.16/lib/unicore/lib/Gc/N.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1937
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Nd.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1938
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Nl.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1939
file path=usr/perl5/5.16/lib/unicore/lib/Gc/No.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1940
file path=usr/perl5/5.16/lib/unicore/lib/Gc/P.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1941
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Pc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1942
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Pd.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1943
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Pe.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1944
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Pf.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1945
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Pi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1946
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Po.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1947
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Ps.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1948
file path=usr/perl5/5.16/lib/unicore/lib/Gc/S.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1949
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Sc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1950
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Sk.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1951
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Sm.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1952
file path=usr/perl5/5.16/lib/unicore/lib/Gc/So.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1953
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Z.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1954
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Zl.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1955
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Zp.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1956
file path=usr/perl5/5.16/lib/unicore/lib/Gc/Zs.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1957
dir  path=usr/perl5/5.16/lib/unicore/lib/GrBase
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1958
file path=usr/perl5/5.16/lib/unicore/lib/GrBase/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1959
dir  path=usr/perl5/5.16/lib/unicore/lib/Hex
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1960
file path=usr/perl5/5.16/lib/unicore/lib/Hex/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1961
dir  path=usr/perl5/5.16/lib/unicore/lib/Hst
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1962
file path=usr/perl5/5.16/lib/unicore/lib/Hst/NA.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1963
dir  path=usr/perl5/5.16/lib/unicore/lib/Hyphen
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1964
file path=usr/perl5/5.16/lib/unicore/lib/Hyphen/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1965
dir  path=usr/perl5/5.16/lib/unicore/lib/IDC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1966
file path=usr/perl5/5.16/lib/unicore/lib/IDC/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1967
dir  path=usr/perl5/5.16/lib/unicore/lib/IDS
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1968
file path=usr/perl5/5.16/lib/unicore/lib/IDS/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1969
dir  path=usr/perl5/5.16/lib/unicore/lib/IDSB
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1970
file path=usr/perl5/5.16/lib/unicore/lib/IDSB/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1971
dir  path=usr/perl5/5.16/lib/unicore/lib/IDST
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1972
file path=usr/perl5/5.16/lib/unicore/lib/IDST/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1973
dir  path=usr/perl5/5.16/lib/unicore/lib/Ideo
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1974
file path=usr/perl5/5.16/lib/unicore/lib/Ideo/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1975
dir  path=usr/perl5/5.16/lib/unicore/lib/In
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1976
file path=usr/perl5/5.16/lib/unicore/lib/In/2_0.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1977
file path=usr/perl5/5.16/lib/unicore/lib/In/2_1.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1978
file path=usr/perl5/5.16/lib/unicore/lib/In/3_0.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1979
file path=usr/perl5/5.16/lib/unicore/lib/In/3_1.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1980
file path=usr/perl5/5.16/lib/unicore/lib/In/3_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1981
file path=usr/perl5/5.16/lib/unicore/lib/In/4_0.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1982
file path=usr/perl5/5.16/lib/unicore/lib/In/4_1.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1983
file path=usr/perl5/5.16/lib/unicore/lib/In/5_0.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1984
file path=usr/perl5/5.16/lib/unicore/lib/In/5_1.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1985
file path=usr/perl5/5.16/lib/unicore/lib/In/5_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1986
file path=usr/perl5/5.16/lib/unicore/lib/In/6_0.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1987
file path=usr/perl5/5.16/lib/unicore/lib/In/6_1.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1988
dir  path=usr/perl5/5.16/lib/unicore/lib/Jg
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1989
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Ain.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1990
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Alaph.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1991
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Alef.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1992
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Beh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1993
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Beth.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1994
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Burushas.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1995
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Dal.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1996
file path=usr/perl5/5.16/lib/unicore/lib/Jg/DalathRi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1997
file path=usr/perl5/5.16/lib/unicore/lib/Jg/E.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1998
file path=usr/perl5/5.16/lib/unicore/lib/Jg/FarsiYeh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  1999
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Fe.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2000
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Feh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2001
file path=usr/perl5/5.16/lib/unicore/lib/Jg/FinalSem.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2002
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Gaf.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2003
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Gamal.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2004
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Hah.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2005
file path=usr/perl5/5.16/lib/unicore/lib/Jg/HamzaOnH.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2006
file path=usr/perl5/5.16/lib/unicore/lib/Jg/He.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2007
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Heh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2008
file path=usr/perl5/5.16/lib/unicore/lib/Jg/HehGoal.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2009
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Heth.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2010
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Kaf.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2011
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Kaph.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2012
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Khaph.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2013
file path=usr/perl5/5.16/lib/unicore/lib/Jg/KnottedH.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2014
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Lam.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2015
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Lamadh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2016
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Meem.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2017
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Mim.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2018
file path=usr/perl5/5.16/lib/unicore/lib/Jg/NoJoinin.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2019
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Noon.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2020
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Nun.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2021
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Nya.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2022
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Pe.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2023
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Qaf.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2024
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Qaph.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2025
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Reh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2026
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Reversed.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2027
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Rohingya.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2028
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Sad.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2029
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Sadhe.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2030
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Seen.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2031
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Semkath.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2032
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Shin.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2033
file path=usr/perl5/5.16/lib/unicore/lib/Jg/SwashKaf.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2034
file path=usr/perl5/5.16/lib/unicore/lib/Jg/SyriacWa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2035
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Tah.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2036
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Taw.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2037
file path=usr/perl5/5.16/lib/unicore/lib/Jg/TehMarbu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2038
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Teth.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2039
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Waw.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2040
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Yeh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2041
file path=usr/perl5/5.16/lib/unicore/lib/Jg/YehBarre.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2042
file path=usr/perl5/5.16/lib/unicore/lib/Jg/YehWithT.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2043
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Yudh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2044
file path=usr/perl5/5.16/lib/unicore/lib/Jg/YudhHe.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2045
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Zain.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2046
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Zhain.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2047
dir  path=usr/perl5/5.16/lib/unicore/lib/JoinC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2048
file path=usr/perl5/5.16/lib/unicore/lib/JoinC/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2049
dir  path=usr/perl5/5.16/lib/unicore/lib/Jt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2050
file path=usr/perl5/5.16/lib/unicore/lib/Jt/C.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2051
file path=usr/perl5/5.16/lib/unicore/lib/Jt/D.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2052
file path=usr/perl5/5.16/lib/unicore/lib/Jt/R.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2053
file path=usr/perl5/5.16/lib/unicore/lib/Jt/T.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2054
file path=usr/perl5/5.16/lib/unicore/lib/Jt/U.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2055
dir  path=usr/perl5/5.16/lib/unicore/lib/LOE
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2056
file path=usr/perl5/5.16/lib/unicore/lib/LOE/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2057
dir  path=usr/perl5/5.16/lib/unicore/lib/Lb
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2058
file path=usr/perl5/5.16/lib/unicore/lib/Lb/AI.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2059
file path=usr/perl5/5.16/lib/unicore/lib/Lb/AL.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2060
file path=usr/perl5/5.16/lib/unicore/lib/Lb/B2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2061
file path=usr/perl5/5.16/lib/unicore/lib/Lb/BA.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2062
file path=usr/perl5/5.16/lib/unicore/lib/Lb/BB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2063
file path=usr/perl5/5.16/lib/unicore/lib/Lb/BK.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2064
file path=usr/perl5/5.16/lib/unicore/lib/Lb/CB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2065
file path=usr/perl5/5.16/lib/unicore/lib/Lb/CJ.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2066
file path=usr/perl5/5.16/lib/unicore/lib/Lb/CL.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2067
file path=usr/perl5/5.16/lib/unicore/lib/Lb/CM.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2068
file path=usr/perl5/5.16/lib/unicore/lib/Lb/CP.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2069
file path=usr/perl5/5.16/lib/unicore/lib/Lb/CR.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2070
file path=usr/perl5/5.16/lib/unicore/lib/Lb/EX.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2071
file path=usr/perl5/5.16/lib/unicore/lib/Lb/GL.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2072
file path=usr/perl5/5.16/lib/unicore/lib/Lb/H2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2073
file path=usr/perl5/5.16/lib/unicore/lib/Lb/H3.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2074
file path=usr/perl5/5.16/lib/unicore/lib/Lb/HL.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2075
file path=usr/perl5/5.16/lib/unicore/lib/Lb/HY.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2076
file path=usr/perl5/5.16/lib/unicore/lib/Lb/ID.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2077
file path=usr/perl5/5.16/lib/unicore/lib/Lb/IN.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2078
file path=usr/perl5/5.16/lib/unicore/lib/Lb/IS.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2079
file path=usr/perl5/5.16/lib/unicore/lib/Lb/JL.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2080
file path=usr/perl5/5.16/lib/unicore/lib/Lb/JT.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2081
file path=usr/perl5/5.16/lib/unicore/lib/Lb/JV.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2082
file path=usr/perl5/5.16/lib/unicore/lib/Lb/LF.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2083
file path=usr/perl5/5.16/lib/unicore/lib/Lb/NL.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2084
file path=usr/perl5/5.16/lib/unicore/lib/Lb/NS.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2085
file path=usr/perl5/5.16/lib/unicore/lib/Lb/NU.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2086
file path=usr/perl5/5.16/lib/unicore/lib/Lb/OP.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2087
file path=usr/perl5/5.16/lib/unicore/lib/Lb/PO.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2088
file path=usr/perl5/5.16/lib/unicore/lib/Lb/PR.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2089
file path=usr/perl5/5.16/lib/unicore/lib/Lb/QU.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2090
file path=usr/perl5/5.16/lib/unicore/lib/Lb/SA.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2091
file path=usr/perl5/5.16/lib/unicore/lib/Lb/SG.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2092
file path=usr/perl5/5.16/lib/unicore/lib/Lb/SP.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2093
file path=usr/perl5/5.16/lib/unicore/lib/Lb/SY.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2094
file path=usr/perl5/5.16/lib/unicore/lib/Lb/WJ.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2095
file path=usr/perl5/5.16/lib/unicore/lib/Lb/XX.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2096
file path=usr/perl5/5.16/lib/unicore/lib/Lb/ZW.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2097
dir  path=usr/perl5/5.16/lib/unicore/lib/Lower
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2098
file path=usr/perl5/5.16/lib/unicore/lib/Lower/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2099
dir  path=usr/perl5/5.16/lib/unicore/lib/Math
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2100
file path=usr/perl5/5.16/lib/unicore/lib/Math/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2101
dir  path=usr/perl5/5.16/lib/unicore/lib/NChar
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2102
file path=usr/perl5/5.16/lib/unicore/lib/NChar/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2103
dir  path=usr/perl5/5.16/lib/unicore/lib/NFCQC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2104
file path=usr/perl5/5.16/lib/unicore/lib/NFCQC/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2105
dir  path=usr/perl5/5.16/lib/unicore/lib/NFDQC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2106
file path=usr/perl5/5.16/lib/unicore/lib/NFDQC/N.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2107
file path=usr/perl5/5.16/lib/unicore/lib/NFDQC/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2108
dir  path=usr/perl5/5.16/lib/unicore/lib/NFKCQC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2109
file path=usr/perl5/5.16/lib/unicore/lib/NFKCQC/M.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2110
file path=usr/perl5/5.16/lib/unicore/lib/NFKCQC/N.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2111
file path=usr/perl5/5.16/lib/unicore/lib/NFKCQC/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2112
dir  path=usr/perl5/5.16/lib/unicore/lib/NFKDQC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2113
file path=usr/perl5/5.16/lib/unicore/lib/NFKDQC/N.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2114
dir  path=usr/perl5/5.16/lib/unicore/lib/Nt
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2115
file path=usr/perl5/5.16/lib/unicore/lib/Nt/Di.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2116
file path=usr/perl5/5.16/lib/unicore/lib/Nt/Nu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2117
dir  path=usr/perl5/5.16/lib/unicore/lib/Nv
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2118
file path=usr/perl5/5.16/lib/unicore/lib/Nv/0.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2119
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2120
file path=usr/perl5/5.16/lib/unicore/lib/Nv/10.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2121
file path=usr/perl5/5.16/lib/unicore/lib/Nv/100.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2122
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2123
file path=usr/perl5/5.16/lib/unicore/lib/Nv/10000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2124
file path=usr/perl5/5.16/lib/unicore/lib/Nv/100000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2125
file path=usr/perl5/5.16/lib/unicore/lib/Nv/10000000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2126
file path=usr/perl5/5.16/lib/unicore/lib/Nv/10000002.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2127
file path=usr/perl5/5.16/lib/unicore/lib/Nv/11.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2128
file path=usr/perl5/5.16/lib/unicore/lib/Nv/11_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2129
file path=usr/perl5/5.16/lib/unicore/lib/Nv/12.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2130
file path=usr/perl5/5.16/lib/unicore/lib/Nv/13.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2131
file path=usr/perl5/5.16/lib/unicore/lib/Nv/13_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2132
file path=usr/perl5/5.16/lib/unicore/lib/Nv/14.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2133
file path=usr/perl5/5.16/lib/unicore/lib/Nv/15.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2134
file path=usr/perl5/5.16/lib/unicore/lib/Nv/15_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2135
file path=usr/perl5/5.16/lib/unicore/lib/Nv/16.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2136
file path=usr/perl5/5.16/lib/unicore/lib/Nv/17.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2137
file path=usr/perl5/5.16/lib/unicore/lib/Nv/17_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2138
file path=usr/perl5/5.16/lib/unicore/lib/Nv/18.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2139
file path=usr/perl5/5.16/lib/unicore/lib/Nv/19.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2140
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1_10.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2141
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1_16.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2142
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2143
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1_3.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2144
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1_4.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2145
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1_5.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2146
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1_6.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2147
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1_7.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2148
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1_8.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2149
file path=usr/perl5/5.16/lib/unicore/lib/Nv/1_9.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2150
file path=usr/perl5/5.16/lib/unicore/lib/Nv/2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2151
file path=usr/perl5/5.16/lib/unicore/lib/Nv/20.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2152
file path=usr/perl5/5.16/lib/unicore/lib/Nv/200.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2153
file path=usr/perl5/5.16/lib/unicore/lib/Nv/2000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2154
file path=usr/perl5/5.16/lib/unicore/lib/Nv/20000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2155
file path=usr/perl5/5.16/lib/unicore/lib/Nv/21.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2156
file path=usr/perl5/5.16/lib/unicore/lib/Nv/22.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2157
file path=usr/perl5/5.16/lib/unicore/lib/Nv/23.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2158
file path=usr/perl5/5.16/lib/unicore/lib/Nv/24.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2159
file path=usr/perl5/5.16/lib/unicore/lib/Nv/25.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2160
file path=usr/perl5/5.16/lib/unicore/lib/Nv/26.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2161
file path=usr/perl5/5.16/lib/unicore/lib/Nv/27.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2162
file path=usr/perl5/5.16/lib/unicore/lib/Nv/28.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2163
file path=usr/perl5/5.16/lib/unicore/lib/Nv/29.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2164
file path=usr/perl5/5.16/lib/unicore/lib/Nv/2_3.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2165
file path=usr/perl5/5.16/lib/unicore/lib/Nv/2_5.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2166
file path=usr/perl5/5.16/lib/unicore/lib/Nv/3.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2167
file path=usr/perl5/5.16/lib/unicore/lib/Nv/30.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2168
file path=usr/perl5/5.16/lib/unicore/lib/Nv/300.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2169
file path=usr/perl5/5.16/lib/unicore/lib/Nv/3000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2170
file path=usr/perl5/5.16/lib/unicore/lib/Nv/30000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2171
file path=usr/perl5/5.16/lib/unicore/lib/Nv/31.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2172
file path=usr/perl5/5.16/lib/unicore/lib/Nv/32.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2173
file path=usr/perl5/5.16/lib/unicore/lib/Nv/33.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2174
file path=usr/perl5/5.16/lib/unicore/lib/Nv/34.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2175
file path=usr/perl5/5.16/lib/unicore/lib/Nv/35.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2176
file path=usr/perl5/5.16/lib/unicore/lib/Nv/36.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2177
file path=usr/perl5/5.16/lib/unicore/lib/Nv/37.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2178
file path=usr/perl5/5.16/lib/unicore/lib/Nv/38.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2179
file path=usr/perl5/5.16/lib/unicore/lib/Nv/39.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2180
file path=usr/perl5/5.16/lib/unicore/lib/Nv/3_16.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2181
file path=usr/perl5/5.16/lib/unicore/lib/Nv/3_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2182
file path=usr/perl5/5.16/lib/unicore/lib/Nv/3_4.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2183
file path=usr/perl5/5.16/lib/unicore/lib/Nv/3_5.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2184
file path=usr/perl5/5.16/lib/unicore/lib/Nv/3_8.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2185
file path=usr/perl5/5.16/lib/unicore/lib/Nv/4.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2186
file path=usr/perl5/5.16/lib/unicore/lib/Nv/40.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2187
file path=usr/perl5/5.16/lib/unicore/lib/Nv/400.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2188
file path=usr/perl5/5.16/lib/unicore/lib/Nv/4000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2189
file path=usr/perl5/5.16/lib/unicore/lib/Nv/40000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2190
file path=usr/perl5/5.16/lib/unicore/lib/Nv/41.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2191
file path=usr/perl5/5.16/lib/unicore/lib/Nv/42.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2192
file path=usr/perl5/5.16/lib/unicore/lib/Nv/43.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2193
file path=usr/perl5/5.16/lib/unicore/lib/Nv/44.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2194
file path=usr/perl5/5.16/lib/unicore/lib/Nv/45.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2195
file path=usr/perl5/5.16/lib/unicore/lib/Nv/46.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2196
file path=usr/perl5/5.16/lib/unicore/lib/Nv/47.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2197
file path=usr/perl5/5.16/lib/unicore/lib/Nv/48.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2198
file path=usr/perl5/5.16/lib/unicore/lib/Nv/49.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2199
file path=usr/perl5/5.16/lib/unicore/lib/Nv/4_5.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2200
file path=usr/perl5/5.16/lib/unicore/lib/Nv/5.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2201
file path=usr/perl5/5.16/lib/unicore/lib/Nv/50.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2202
file path=usr/perl5/5.16/lib/unicore/lib/Nv/500.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2203
file path=usr/perl5/5.16/lib/unicore/lib/Nv/5000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2204
file path=usr/perl5/5.16/lib/unicore/lib/Nv/50000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2205
file path=usr/perl5/5.16/lib/unicore/lib/Nv/5_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2206
file path=usr/perl5/5.16/lib/unicore/lib/Nv/5_6.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2207
file path=usr/perl5/5.16/lib/unicore/lib/Nv/5_8.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2208
file path=usr/perl5/5.16/lib/unicore/lib/Nv/6.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2209
file path=usr/perl5/5.16/lib/unicore/lib/Nv/60.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2210
file path=usr/perl5/5.16/lib/unicore/lib/Nv/600.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2211
file path=usr/perl5/5.16/lib/unicore/lib/Nv/6000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2212
file path=usr/perl5/5.16/lib/unicore/lib/Nv/60000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2213
file path=usr/perl5/5.16/lib/unicore/lib/Nv/7.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2214
file path=usr/perl5/5.16/lib/unicore/lib/Nv/70.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2215
file path=usr/perl5/5.16/lib/unicore/lib/Nv/700.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2216
file path=usr/perl5/5.16/lib/unicore/lib/Nv/7000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2217
file path=usr/perl5/5.16/lib/unicore/lib/Nv/70000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2218
file path=usr/perl5/5.16/lib/unicore/lib/Nv/7_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2219
file path=usr/perl5/5.16/lib/unicore/lib/Nv/7_8.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2220
file path=usr/perl5/5.16/lib/unicore/lib/Nv/8.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2221
file path=usr/perl5/5.16/lib/unicore/lib/Nv/80.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2222
file path=usr/perl5/5.16/lib/unicore/lib/Nv/800.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2223
file path=usr/perl5/5.16/lib/unicore/lib/Nv/8000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2224
file path=usr/perl5/5.16/lib/unicore/lib/Nv/80000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2225
file path=usr/perl5/5.16/lib/unicore/lib/Nv/9.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2226
file path=usr/perl5/5.16/lib/unicore/lib/Nv/90.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2227
file path=usr/perl5/5.16/lib/unicore/lib/Nv/900.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2228
file path=usr/perl5/5.16/lib/unicore/lib/Nv/9000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2229
file path=usr/perl5/5.16/lib/unicore/lib/Nv/90000.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2230
file path=usr/perl5/5.16/lib/unicore/lib/Nv/9_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2231
file path=usr/perl5/5.16/lib/unicore/lib/Nv/NaN.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2232
file path=usr/perl5/5.16/lib/unicore/lib/Nv/_1_2.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2233
dir  path=usr/perl5/5.16/lib/unicore/lib/PatSyn
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2234
file path=usr/perl5/5.16/lib/unicore/lib/PatSyn/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2235
dir  path=usr/perl5/5.16/lib/unicore/lib/PatWS
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2236
file path=usr/perl5/5.16/lib/unicore/lib/PatWS/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2237
dir  path=usr/perl5/5.16/lib/unicore/lib/Perl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2238
file path=usr/perl5/5.16/lib/unicore/lib/Perl/Alnum.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2239
file path=usr/perl5/5.16/lib/unicore/lib/Perl/Any.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2240
file path=usr/perl5/5.16/lib/unicore/lib/Perl/Assigned.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2241
file path=usr/perl5/5.16/lib/unicore/lib/Perl/Blank.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2242
file path=usr/perl5/5.16/lib/unicore/lib/Perl/Graph.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2243
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PerlSpac.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2244
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PerlWord.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2245
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PosixAln.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2246
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PosixAlp.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2247
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PosixBla.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2248
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PosixCnt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2249
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PosixDig.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2250
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PosixGra.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2251
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PosixLow.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2252
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PosixPri.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2253
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PosixPun.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2254
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PosixSpa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2255
file path=usr/perl5/5.16/lib/unicore/lib/Perl/PosixUpp.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2256
file path=usr/perl5/5.16/lib/unicore/lib/Perl/Print.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2257
file path=usr/perl5/5.16/lib/unicore/lib/Perl/SpacePer.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2258
file path=usr/perl5/5.16/lib/unicore/lib/Perl/Title.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2259
file path=usr/perl5/5.16/lib/unicore/lib/Perl/VertSpac.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2260
file path=usr/perl5/5.16/lib/unicore/lib/Perl/Word.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2261
file path=usr/perl5/5.16/lib/unicore/lib/Perl/XPosixPu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2262
file path=usr/perl5/5.16/lib/unicore/lib/Perl/_PerlIDS.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2263
file path=usr/perl5/5.16/lib/unicore/lib/Perl/_PerlNon.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2264
file path=usr/perl5/5.16/lib/unicore/lib/Perl/_PerlQuo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2265
file path=usr/perl5/5.16/lib/unicore/lib/Perl/_XBegin.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2266
file path=usr/perl5/5.16/lib/unicore/lib/Perl/_XExtend.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2267
file path=usr/perl5/5.16/lib/unicore/lib/Perl/_XLVLVTV.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2268
dir  path=usr/perl5/5.16/lib/unicore/lib/QMark
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2269
file path=usr/perl5/5.16/lib/unicore/lib/QMark/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2270
dir  path=usr/perl5/5.16/lib/unicore/lib/Radical
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2271
file path=usr/perl5/5.16/lib/unicore/lib/Radical/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2272
dir  path=usr/perl5/5.16/lib/unicore/lib/SB
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2273
file path=usr/perl5/5.16/lib/unicore/lib/SB/AT.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2274
file path=usr/perl5/5.16/lib/unicore/lib/SB/CL.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2275
file path=usr/perl5/5.16/lib/unicore/lib/SB/EX.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2276
file path=usr/perl5/5.16/lib/unicore/lib/SB/FO.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2277
file path=usr/perl5/5.16/lib/unicore/lib/SB/LE.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2278
file path=usr/perl5/5.16/lib/unicore/lib/SB/LO.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2279
file path=usr/perl5/5.16/lib/unicore/lib/SB/SC.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2280
file path=usr/perl5/5.16/lib/unicore/lib/SB/SE.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2281
file path=usr/perl5/5.16/lib/unicore/lib/SB/ST.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2282
file path=usr/perl5/5.16/lib/unicore/lib/SB/Sp.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2283
file path=usr/perl5/5.16/lib/unicore/lib/SB/UP.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2284
file path=usr/perl5/5.16/lib/unicore/lib/SB/XX.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2285
dir  path=usr/perl5/5.16/lib/unicore/lib/SD
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2286
file path=usr/perl5/5.16/lib/unicore/lib/SD/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2287
dir  path=usr/perl5/5.16/lib/unicore/lib/STerm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2288
file path=usr/perl5/5.16/lib/unicore/lib/STerm/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2289
dir  path=usr/perl5/5.16/lib/unicore/lib/Sc
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2290
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Arab.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2291
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Armn.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2292
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Beng.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2293
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Bopo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2294
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Buhd.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2295
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Cprt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2296
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Deva.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2297
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Geor.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2298
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Gujr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2299
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Guru.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2300
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Han.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2301
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Hang.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2302
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Hano.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2303
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Hira.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2304
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Kana.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2305
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Kthi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2306
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Linb.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2307
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Mand.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2308
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Mong.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2309
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Orya.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2310
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Phag.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2311
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Syrc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2312
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Tagb.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2313
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Takr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2314
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Tglg.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2315
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Thaa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2316
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Yi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2317
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Zinh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2318
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Zyyy.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2319
dir  path=usr/perl5/5.16/lib/unicore/lib/Scx
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2320
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Arab.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2321
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Armi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2322
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Armn.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2323
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Avst.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2324
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Bali.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2325
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Bamu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2326
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Batk.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2327
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Beng.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2328
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Bopo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2329
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Brah.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2330
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Brai.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2331
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Bugi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2332
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Buhd.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2333
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Cakm.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2334
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Cans.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2335
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Cari.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2336
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Cham.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2337
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Cher.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2338
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Copt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2339
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Cprt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2340
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Cyrl.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2341
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Deva.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2342
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Dsrt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2343
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Egyp.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2344
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Ethi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2345
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Geor.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2346
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Glag.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2347
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Goth.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2348
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Grek.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2349
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Gujr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2350
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Guru.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2351
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Han.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2352
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Hang.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2353
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Hano.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2354
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Hebr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2355
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Hira.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2356
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Ital.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2357
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Java.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2358
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Kali.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2359
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Kana.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2360
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Khar.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2361
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Khmr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2362
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Knda.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2363
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Kthi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2364
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Lana.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2365
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Lao.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2366
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Latn.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2367
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Lepc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2368
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Limb.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2369
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Linb.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2370
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Lisu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2371
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Lyci.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2372
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Lydi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2373
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Mand.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2374
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Merc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2375
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Mero.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2376
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Miao.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2377
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Mlym.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2378
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Mong.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2379
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Mtei.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2380
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Mymr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2381
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Nko.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2382
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Ogam.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2383
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Olck.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2384
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Orkh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2385
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Orya.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2386
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Osma.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2387
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Phag.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2388
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Phli.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2389
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Phnx.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2390
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Prti.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2391
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Rjng.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2392
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Runr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2393
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Samr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2394
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Sarb.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2395
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Saur.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2396
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Shaw.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2397
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Shrd.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2398
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Sinh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2399
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Sora.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2400
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Sund.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2401
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Sylo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2402
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Syrc.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2403
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Tagb.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2404
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Takr.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2405
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Tale.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2406
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Talu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2407
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Taml.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2408
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Tavt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2409
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Telu.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2410
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Tfng.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2411
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Tglg.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2412
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Thaa.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2413
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Thai.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2414
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Tibt.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2415
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Ugar.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2416
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Vai.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2417
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Xpeo.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2418
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Xsux.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2419
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Yi.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2420
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Zinh.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2421
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Zyyy.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2422
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Zzzz.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2423
dir  path=usr/perl5/5.16/lib/unicore/lib/Space
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2424
file path=usr/perl5/5.16/lib/unicore/lib/Space/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2425
dir  path=usr/perl5/5.16/lib/unicore/lib/Term
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2426
file path=usr/perl5/5.16/lib/unicore/lib/Term/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2427
dir  path=usr/perl5/5.16/lib/unicore/lib/UIdeo
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2428
file path=usr/perl5/5.16/lib/unicore/lib/UIdeo/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2429
dir  path=usr/perl5/5.16/lib/unicore/lib/Upper
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2430
file path=usr/perl5/5.16/lib/unicore/lib/Upper/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2431
dir  path=usr/perl5/5.16/lib/unicore/lib/VS
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2432
file path=usr/perl5/5.16/lib/unicore/lib/VS/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2433
dir  path=usr/perl5/5.16/lib/unicore/lib/WB
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2434
file path=usr/perl5/5.16/lib/unicore/lib/WB/FO.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2435
file path=usr/perl5/5.16/lib/unicore/lib/WB/KA.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2436
file path=usr/perl5/5.16/lib/unicore/lib/WB/LE.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2437
file path=usr/perl5/5.16/lib/unicore/lib/WB/MB.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2438
file path=usr/perl5/5.16/lib/unicore/lib/WB/ML.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2439
file path=usr/perl5/5.16/lib/unicore/lib/WB/MN.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2440
file path=usr/perl5/5.16/lib/unicore/lib/WB/NL.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2441
file path=usr/perl5/5.16/lib/unicore/lib/WB/NU.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2442
file path=usr/perl5/5.16/lib/unicore/lib/WB/XX.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2443
dir  path=usr/perl5/5.16/lib/unicore/lib/XIDC
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2444
file path=usr/perl5/5.16/lib/unicore/lib/XIDC/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2445
dir  path=usr/perl5/5.16/lib/unicore/lib/XIDS
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2446
file path=usr/perl5/5.16/lib/unicore/lib/XIDS/Y.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2447
file path=usr/perl5/5.16/lib/unicore/version
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2448
file path=usr/perl5/5.16/lib/utf8.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2449
file path=usr/perl5/5.16/lib/utf8_heavy.pl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2450
file path=usr/perl5/5.16/lib/vars.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2451
dir  path=usr/perl5/5.16/lib/version
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2452
file path=usr/perl5/5.16/lib/version.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2453
file path=usr/perl5/5.16/lib/version.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2454
file path=usr/perl5/5.16/lib/version/Internals.pod
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2455
file path=usr/perl5/5.16/lib/vmsish.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2456
dir  path=usr/perl5/5.16/lib/warnings
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2457
file path=usr/perl5/5.16/lib/warnings.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2458
file path=usr/perl5/5.16/lib/warnings/register.pm
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2459
dir  path=usr/perl5/5.16/man
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2460
dir  path=usr/perl5/5.16/man/man1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2461
file path=usr/perl5/5.16/man/man1/a2p.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2462
hardlink path=usr/perl5/5.16/man/man1/c2ph.1 target=pstruct.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2463
file path=usr/perl5/5.16/man/man1/config_data.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2464
file path=usr/perl5/5.16/man/man1/corelist.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2465
file path=usr/perl5/5.16/man/man1/cpan.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2466
file path=usr/perl5/5.16/man/man1/cpan2dist.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2467
file path=usr/perl5/5.16/man/man1/cpanp.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2468
file path=usr/perl5/5.16/man/man1/enc2xs.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2469
file path=usr/perl5/5.16/man/man1/find2perl.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2470
file path=usr/perl5/5.16/man/man1/h2ph.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2471
file path=usr/perl5/5.16/man/man1/h2xs.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2472
file path=usr/perl5/5.16/man/man1/instmodsh.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2473
file path=usr/perl5/5.16/man/man1/json_pp.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2474
file path=usr/perl5/5.16/man/man1/libnetcfg.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2475
file path=usr/perl5/5.16/man/man1/perl.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2476
file path=usr/perl5/5.16/man/man1/perl5004delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2477
file path=usr/perl5/5.16/man/man1/perl5005delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2478
file path=usr/perl5/5.16/man/man1/perl5100delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2479
file path=usr/perl5/5.16/man/man1/perl5101delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2480
file path=usr/perl5/5.16/man/man1/perl5120delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2481
file path=usr/perl5/5.16/man/man1/perl5121delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2482
file path=usr/perl5/5.16/man/man1/perl5122delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2483
file path=usr/perl5/5.16/man/man1/perl5123delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2484
file path=usr/perl5/5.16/man/man1/perl5124delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2485
file path=usr/perl5/5.16/man/man1/perl5140delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2486
file path=usr/perl5/5.16/man/man1/perl5141delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2487
file path=usr/perl5/5.16/man/man1/perl5142delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2488
file path=usr/perl5/5.16/man/man1/perl5143delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2489
file path=usr/perl5/5.16/man/man1/perl5160delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2490
file path=usr/perl5/5.16/man/man1/perl5161delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2491
file path=usr/perl5/5.16/man/man1/perl5162delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2492
file path=usr/perl5/5.16/man/man1/perl561delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2493
file path=usr/perl5/5.16/man/man1/perl56delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2494
file path=usr/perl5/5.16/man/man1/perl581delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2495
file path=usr/perl5/5.16/man/man1/perl582delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2496
file path=usr/perl5/5.16/man/man1/perl583delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2497
file path=usr/perl5/5.16/man/man1/perl584delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2498
file path=usr/perl5/5.16/man/man1/perl585delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2499
file path=usr/perl5/5.16/man/man1/perl586delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2500
file path=usr/perl5/5.16/man/man1/perl587delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2501
file path=usr/perl5/5.16/man/man1/perl588delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2502
file path=usr/perl5/5.16/man/man1/perl589delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2503
file path=usr/perl5/5.16/man/man1/perl58delta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2504
file path=usr/perl5/5.16/man/man1/perlaix.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2505
file path=usr/perl5/5.16/man/man1/perlamiga.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2506
file path=usr/perl5/5.16/man/man1/perlapi.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2507
file path=usr/perl5/5.16/man/man1/perlapio.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2508
file path=usr/perl5/5.16/man/man1/perlartistic.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2509
file path=usr/perl5/5.16/man/man1/perlbeos.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2510
file path=usr/perl5/5.16/man/man1/perlbook.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2511
file path=usr/perl5/5.16/man/man1/perlboot.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2512
file path=usr/perl5/5.16/man/man1/perlbot.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2513
file path=usr/perl5/5.16/man/man1/perlbs2000.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2514
hardlink path=usr/perl5/5.16/man/man1/perlbug.1 target=perlthanks.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2515
file path=usr/perl5/5.16/man/man1/perlcall.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2516
file path=usr/perl5/5.16/man/man1/perlce.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2517
file path=usr/perl5/5.16/man/man1/perlcheat.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2518
file path=usr/perl5/5.16/man/man1/perlclib.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2519
file path=usr/perl5/5.16/man/man1/perlcn.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2520
file path=usr/perl5/5.16/man/man1/perlcommunity.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2521
file path=usr/perl5/5.16/man/man1/perlcygwin.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2522
file path=usr/perl5/5.16/man/man1/perldata.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2523
file path=usr/perl5/5.16/man/man1/perldbmfilter.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2524
file path=usr/perl5/5.16/man/man1/perldebguts.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2525
file path=usr/perl5/5.16/man/man1/perldebtut.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2526
file path=usr/perl5/5.16/man/man1/perldebug.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2527
file path=usr/perl5/5.16/man/man1/perldelta.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2528
file path=usr/perl5/5.16/man/man1/perldgux.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2529
file path=usr/perl5/5.16/man/man1/perldiag.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2530
file path=usr/perl5/5.16/man/man1/perldoc.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2531
file path=usr/perl5/5.16/man/man1/perldos.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2532
file path=usr/perl5/5.16/man/man1/perldsc.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2533
file path=usr/perl5/5.16/man/man1/perldtrace.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2534
file path=usr/perl5/5.16/man/man1/perlebcdic.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2535
file path=usr/perl5/5.16/man/man1/perlembed.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2536
file path=usr/perl5/5.16/man/man1/perlepoc.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2537
file path=usr/perl5/5.16/man/man1/perlexperiment.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2538
file path=usr/perl5/5.16/man/man1/perlfaq.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2539
file path=usr/perl5/5.16/man/man1/perlfaq1.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2540
file path=usr/perl5/5.16/man/man1/perlfaq2.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2541
file path=usr/perl5/5.16/man/man1/perlfaq3.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2542
file path=usr/perl5/5.16/man/man1/perlfaq4.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2543
file path=usr/perl5/5.16/man/man1/perlfaq5.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2544
file path=usr/perl5/5.16/man/man1/perlfaq6.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2545
file path=usr/perl5/5.16/man/man1/perlfaq7.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2546
file path=usr/perl5/5.16/man/man1/perlfaq8.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2547
file path=usr/perl5/5.16/man/man1/perlfaq9.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2548
file path=usr/perl5/5.16/man/man1/perlfilter.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2549
file path=usr/perl5/5.16/man/man1/perlfork.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2550
file path=usr/perl5/5.16/man/man1/perlform.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2551
file path=usr/perl5/5.16/man/man1/perlfreebsd.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2552
file path=usr/perl5/5.16/man/man1/perlfunc.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2553
file path=usr/perl5/5.16/man/man1/perlgit.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2554
file path=usr/perl5/5.16/man/man1/perlglossary.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2555
file path=usr/perl5/5.16/man/man1/perlgpl.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2556
file path=usr/perl5/5.16/man/man1/perlguts.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2557
file path=usr/perl5/5.16/man/man1/perlhack.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2558
file path=usr/perl5/5.16/man/man1/perlhacktips.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2559
file path=usr/perl5/5.16/man/man1/perlhacktut.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2560
file path=usr/perl5/5.16/man/man1/perlhaiku.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2561
file path=usr/perl5/5.16/man/man1/perlhist.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2562
file path=usr/perl5/5.16/man/man1/perlhpux.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2563
file path=usr/perl5/5.16/man/man1/perlhurd.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2564
file path=usr/perl5/5.16/man/man1/perlintern.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2565
file path=usr/perl5/5.16/man/man1/perlinterp.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2566
file path=usr/perl5/5.16/man/man1/perlintro.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2567
file path=usr/perl5/5.16/man/man1/perliol.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2568
file path=usr/perl5/5.16/man/man1/perlipc.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2569
file path=usr/perl5/5.16/man/man1/perlirix.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2570
file path=usr/perl5/5.16/man/man1/perlivp.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2571
file path=usr/perl5/5.16/man/man1/perljp.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2572
file path=usr/perl5/5.16/man/man1/perlko.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2573
file path=usr/perl5/5.16/man/man1/perllexwarn.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2574
file path=usr/perl5/5.16/man/man1/perllinux.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2575
file path=usr/perl5/5.16/man/man1/perllocale.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2576
file path=usr/perl5/5.16/man/man1/perllol.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2577
file path=usr/perl5/5.16/man/man1/perlmacos.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2578
file path=usr/perl5/5.16/man/man1/perlmacosx.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2579
file path=usr/perl5/5.16/man/man1/perlmod.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2580
file path=usr/perl5/5.16/man/man1/perlmodinstall.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2581
file path=usr/perl5/5.16/man/man1/perlmodlib.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2582
file path=usr/perl5/5.16/man/man1/perlmodstyle.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2583
file path=usr/perl5/5.16/man/man1/perlmpeix.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2584
file path=usr/perl5/5.16/man/man1/perlmroapi.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2585
file path=usr/perl5/5.16/man/man1/perlnetware.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2586
file path=usr/perl5/5.16/man/man1/perlnewmod.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2587
file path=usr/perl5/5.16/man/man1/perlnumber.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2588
file path=usr/perl5/5.16/man/man1/perlobj.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2589
file path=usr/perl5/5.16/man/man1/perlootut.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2590
file path=usr/perl5/5.16/man/man1/perlop.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2591
file path=usr/perl5/5.16/man/man1/perlopenbsd.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2592
file path=usr/perl5/5.16/man/man1/perlopentut.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2593
file path=usr/perl5/5.16/man/man1/perlos2.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2594
file path=usr/perl5/5.16/man/man1/perlos390.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2595
file path=usr/perl5/5.16/man/man1/perlos400.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2596
file path=usr/perl5/5.16/man/man1/perlpacktut.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2597
file path=usr/perl5/5.16/man/man1/perlperf.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2598
file path=usr/perl5/5.16/man/man1/perlplan9.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2599
file path=usr/perl5/5.16/man/man1/perlpod.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2600
file path=usr/perl5/5.16/man/man1/perlpodspec.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2601
file path=usr/perl5/5.16/man/man1/perlpodstyle.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2602
file path=usr/perl5/5.16/man/man1/perlpolicy.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2603
file path=usr/perl5/5.16/man/man1/perlport.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2604
file path=usr/perl5/5.16/man/man1/perlpragma.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2605
file path=usr/perl5/5.16/man/man1/perlqnx.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2606
file path=usr/perl5/5.16/man/man1/perlre.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2607
file path=usr/perl5/5.16/man/man1/perlreapi.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2608
file path=usr/perl5/5.16/man/man1/perlrebackslash.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2609
file path=usr/perl5/5.16/man/man1/perlrecharclass.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2610
file path=usr/perl5/5.16/man/man1/perlref.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2611
file path=usr/perl5/5.16/man/man1/perlreftut.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2612
file path=usr/perl5/5.16/man/man1/perlreguts.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2613
file path=usr/perl5/5.16/man/man1/perlrequick.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2614
file path=usr/perl5/5.16/man/man1/perlreref.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2615
file path=usr/perl5/5.16/man/man1/perlretut.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2616
file path=usr/perl5/5.16/man/man1/perlriscos.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2617
file path=usr/perl5/5.16/man/man1/perlrun.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2618
file path=usr/perl5/5.16/man/man1/perlsec.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2619
file path=usr/perl5/5.16/man/man1/perlsolaris.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2620
file path=usr/perl5/5.16/man/man1/perlsource.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2621
file path=usr/perl5/5.16/man/man1/perlstyle.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2622
file path=usr/perl5/5.16/man/man1/perlsub.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2623
file path=usr/perl5/5.16/man/man1/perlsymbian.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2624
file path=usr/perl5/5.16/man/man1/perlsyn.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2625
file path=usr/perl5/5.16/man/man1/perlthanks.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2626
file path=usr/perl5/5.16/man/man1/perlthrtut.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2627
file path=usr/perl5/5.16/man/man1/perltie.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2628
file path=usr/perl5/5.16/man/man1/perltoc.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2629
file path=usr/perl5/5.16/man/man1/perltodo.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2630
file path=usr/perl5/5.16/man/man1/perltooc.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2631
file path=usr/perl5/5.16/man/man1/perltoot.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2632
file path=usr/perl5/5.16/man/man1/perltrap.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2633
file path=usr/perl5/5.16/man/man1/perltru64.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2634
file path=usr/perl5/5.16/man/man1/perltw.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2635
file path=usr/perl5/5.16/man/man1/perlunicode.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2636
file path=usr/perl5/5.16/man/man1/perlunifaq.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2637
file path=usr/perl5/5.16/man/man1/perluniintro.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2638
file path=usr/perl5/5.16/man/man1/perluniprops.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2639
file path=usr/perl5/5.16/man/man1/perlunitut.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2640
file path=usr/perl5/5.16/man/man1/perlutil.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2641
file path=usr/perl5/5.16/man/man1/perluts.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2642
file path=usr/perl5/5.16/man/man1/perlvar.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2643
file path=usr/perl5/5.16/man/man1/perlvmesa.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2644
file path=usr/perl5/5.16/man/man1/perlvms.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2645
file path=usr/perl5/5.16/man/man1/perlvos.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2646
file path=usr/perl5/5.16/man/man1/perlwin32.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2647
file path=usr/perl5/5.16/man/man1/perlxs.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2648
file path=usr/perl5/5.16/man/man1/perlxstut.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2649
file path=usr/perl5/5.16/man/man1/perlxstypemap.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2650
file path=usr/perl5/5.16/man/man1/piconv.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2651
file path=usr/perl5/5.16/man/man1/pl2pm.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2652
file path=usr/perl5/5.16/man/man1/pod2html.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2653
file path=usr/perl5/5.16/man/man1/pod2latex.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2654
file path=usr/perl5/5.16/man/man1/pod2man.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2655
file path=usr/perl5/5.16/man/man1/pod2text.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2656
file path=usr/perl5/5.16/man/man1/pod2usage.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2657
file path=usr/perl5/5.16/man/man1/podchecker.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2658
file path=usr/perl5/5.16/man/man1/podselect.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2659
file path=usr/perl5/5.16/man/man1/prove.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2660
hardlink path=usr/perl5/5.16/man/man1/psed.1 target=s2p.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2661
file path=usr/perl5/5.16/man/man1/pstruct.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2662
file path=usr/perl5/5.16/man/man1/ptar.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2663
file path=usr/perl5/5.16/man/man1/ptardiff.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2664
file path=usr/perl5/5.16/man/man1/ptargrep.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2665
file path=usr/perl5/5.16/man/man1/s2p.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2666
file path=usr/perl5/5.16/man/man1/shasum.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2667
file path=usr/perl5/5.16/man/man1/splain.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2668
file path=usr/perl5/5.16/man/man1/xsubpp.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2669
file path=usr/perl5/5.16/man/man1/zipdetails.1
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2670
dir  path=usr/perl5/5.16/man/man3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2671
file path=usr/perl5/5.16/man/man3/AnyDBM_File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2672
file path=usr/perl5/5.16/man/man3/App::Cpan.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2673
file path=usr/perl5/5.16/man/man3/App::Prove.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2674
file path=usr/perl5/5.16/man/man3/App::Prove::State.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2675
file path=usr/perl5/5.16/man/man3/App::Prove::State::Result.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2676
file path=usr/perl5/5.16/man/man3/App::Prove::State::Result::Test.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2677
file path=usr/perl5/5.16/man/man3/Archive::Extract.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2678
file path=usr/perl5/5.16/man/man3/Archive::Tar.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2679
file path=usr/perl5/5.16/man/man3/Archive::Tar::File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2680
file path=usr/perl5/5.16/man/man3/Attribute::Handlers.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2681
file path=usr/perl5/5.16/man/man3/AutoLoader.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2682
file path=usr/perl5/5.16/man/man3/AutoSplit.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2683
file path=usr/perl5/5.16/man/man3/B.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2684
file path=usr/perl5/5.16/man/man3/B::Concise.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2685
file path=usr/perl5/5.16/man/man3/B::Debug.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2686
file path=usr/perl5/5.16/man/man3/B::Deparse.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2687
file path=usr/perl5/5.16/man/man3/B::Lint.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2688
file path=usr/perl5/5.16/man/man3/B::Lint::Debug.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2689
file path=usr/perl5/5.16/man/man3/B::Showlex.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2690
file path=usr/perl5/5.16/man/man3/B::Terse.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2691
file path=usr/perl5/5.16/man/man3/B::Xref.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2692
file path=usr/perl5/5.16/man/man3/Benchmark.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2693
file path=usr/perl5/5.16/man/man3/CGI.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2694
file path=usr/perl5/5.16/man/man3/CGI::Apache.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2695
file path=usr/perl5/5.16/man/man3/CGI::Carp.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2696
file path=usr/perl5/5.16/man/man3/CGI::Cookie.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2697
file path=usr/perl5/5.16/man/man3/CGI::Fast.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2698
file path=usr/perl5/5.16/man/man3/CGI::Pretty.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2699
file path=usr/perl5/5.16/man/man3/CGI::Push.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2700
file path=usr/perl5/5.16/man/man3/CGI::Switch.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2701
file path=usr/perl5/5.16/man/man3/CGI::Util.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2702
file path=usr/perl5/5.16/man/man3/CORE.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2703
file path=usr/perl5/5.16/man/man3/CPAN.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2704
file path=usr/perl5/5.16/man/man3/CPAN::API::HOWTO.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2705
file path=usr/perl5/5.16/man/man3/CPAN::Debug.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2706
file path=usr/perl5/5.16/man/man3/CPAN::Distroprefs.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2707
file path=usr/perl5/5.16/man/man3/CPAN::FirstTime.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2708
file path=usr/perl5/5.16/man/man3/CPAN::HandleConfig.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2709
file path=usr/perl5/5.16/man/man3/CPAN::Kwalify.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2710
file path=usr/perl5/5.16/man/man3/CPAN::Meta.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2711
file path=usr/perl5/5.16/man/man3/CPAN::Meta::Converter.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2712
file path=usr/perl5/5.16/man/man3/CPAN::Meta::Feature.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2713
file path=usr/perl5/5.16/man/man3/CPAN::Meta::History.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2714
file path=usr/perl5/5.16/man/man3/CPAN::Meta::Prereqs.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2715
file path=usr/perl5/5.16/man/man3/CPAN::Meta::Requirements.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2716
file path=usr/perl5/5.16/man/man3/CPAN::Meta::Spec.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2717
file path=usr/perl5/5.16/man/man3/CPAN::Meta::Validator.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2718
file path=usr/perl5/5.16/man/man3/CPAN::Meta::YAML.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2719
file path=usr/perl5/5.16/man/man3/CPAN::Mirrors.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2720
file path=usr/perl5/5.16/man/man3/CPAN::Nox.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2721
file path=usr/perl5/5.16/man/man3/CPAN::Queue.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2722
file path=usr/perl5/5.16/man/man3/CPAN::Tarzip.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2723
file path=usr/perl5/5.16/man/man3/CPAN::Version.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2724
file path=usr/perl5/5.16/man/man3/CPANPLUS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2725
file path=usr/perl5/5.16/man/man3/CPANPLUS::Backend.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2726
file path=usr/perl5/5.16/man/man3/CPANPLUS::Backend::RV.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2727
file path=usr/perl5/5.16/man/man3/CPANPLUS::Config.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2728
file path=usr/perl5/5.16/man/man3/CPANPLUS::Configure.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2729
file path=usr/perl5/5.16/man/man3/CPANPLUS::Dist.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2730
file path=usr/perl5/5.16/man/man3/CPANPLUS::Dist::Autobundle.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2731
file path=usr/perl5/5.16/man/man3/CPANPLUS::Dist::Base.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2732
file path=usr/perl5/5.16/man/man3/CPANPLUS::Dist::Build.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2733
file path=usr/perl5/5.16/man/man3/CPANPLUS::Dist::Build::Constants.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2734
file path=usr/perl5/5.16/man/man3/CPANPLUS::Dist::MM.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2735
file path=usr/perl5/5.16/man/man3/CPANPLUS::Dist::Sample.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2736
file path=usr/perl5/5.16/man/man3/CPANPLUS::Error.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2737
file path=usr/perl5/5.16/man/man3/CPANPLUS::FAQ.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2738
file path=usr/perl5/5.16/man/man3/CPANPLUS::Hacking.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2739
file path=usr/perl5/5.16/man/man3/CPANPLUS::Internals.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2740
file path=usr/perl5/5.16/man/man3/CPANPLUS::Internals::Extract.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2741
file path=usr/perl5/5.16/man/man3/CPANPLUS::Internals::Fetch.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2742
file path=usr/perl5/5.16/man/man3/CPANPLUS::Internals::Report.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2743
file path=usr/perl5/5.16/man/man3/CPANPLUS::Internals::Search.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2744
file path=usr/perl5/5.16/man/man3/CPANPLUS::Internals::Source.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2745
file path=usr/perl5/5.16/man/man3/CPANPLUS::Internals::Source::Memory.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2746
file path=usr/perl5/5.16/man/man3/CPANPLUS::Internals::Source::SQLite.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2747
file path=usr/perl5/5.16/man/man3/CPANPLUS::Internals::Utils.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2748
file path=usr/perl5/5.16/man/man3/CPANPLUS::Module.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2749
file path=usr/perl5/5.16/man/man3/CPANPLUS::Module::Author.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2750
file path=usr/perl5/5.16/man/man3/CPANPLUS::Module::Author::Fake.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2751
file path=usr/perl5/5.16/man/man3/CPANPLUS::Module::Checksums.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2752
file path=usr/perl5/5.16/man/man3/CPANPLUS::Module::Fake.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2753
file path=usr/perl5/5.16/man/man3/CPANPLUS::Selfupdate.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2754
file path=usr/perl5/5.16/man/man3/CPANPLUS::Shell.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2755
file path=usr/perl5/5.16/man/man3/CPANPLUS::Shell::Classic.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2756
file path=usr/perl5/5.16/man/man3/CPANPLUS::Shell::Default.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2757
file path=usr/perl5/5.16/man/man3/CPANPLUS::Shell::Default::Plugins::CustomSource.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2758
file path=usr/perl5/5.16/man/man3/CPANPLUS::Shell::Default::Plugins::HOWTO.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2759
file path=usr/perl5/5.16/man/man3/CPANPLUS::Shell::Default::Plugins::Remote.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2760
file path=usr/perl5/5.16/man/man3/CPANPLUS::Shell::Default::Plugins::Source.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2761
file path=usr/perl5/5.16/man/man3/Carp.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2762
file path=usr/perl5/5.16/man/man3/Class::Struct.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2763
file path=usr/perl5/5.16/man/man3/Compress::Raw::Bzip2.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2764
file path=usr/perl5/5.16/man/man3/Compress::Raw::Zlib.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2765
file path=usr/perl5/5.16/man/man3/Compress::Zlib.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2766
file path=usr/perl5/5.16/man/man3/Config.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2767
file path=usr/perl5/5.16/man/man3/Config::Extensions.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2768
file path=usr/perl5/5.16/man/man3/Cwd.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2769
file path=usr/perl5/5.16/man/man3/DB.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2770
file path=usr/perl5/5.16/man/man3/DBM_Filter.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2771
file path=usr/perl5/5.16/man/man3/DBM_Filter::compress.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2772
file path=usr/perl5/5.16/man/man3/DBM_Filter::encode.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2773
file path=usr/perl5/5.16/man/man3/DBM_Filter::int32.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2774
file path=usr/perl5/5.16/man/man3/DBM_Filter::null.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2775
file path=usr/perl5/5.16/man/man3/DBM_Filter::utf8.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2776
file path=usr/perl5/5.16/man/man3/DB_File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2777
file path=usr/perl5/5.16/man/man3/Data::Dumper.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2778
file path=usr/perl5/5.16/man/man3/Devel::InnerPackage.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2779
file path=usr/perl5/5.16/man/man3/Devel::PPPort.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2780
file path=usr/perl5/5.16/man/man3/Devel::Peek.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2781
file path=usr/perl5/5.16/man/man3/Devel::SelfStubber.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2782
file path=usr/perl5/5.16/man/man3/Digest.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2783
file path=usr/perl5/5.16/man/man3/Digest::MD5.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2784
file path=usr/perl5/5.16/man/man3/Digest::SHA.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2785
file path=usr/perl5/5.16/man/man3/Digest::base.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2786
file path=usr/perl5/5.16/man/man3/Digest::file.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2787
file path=usr/perl5/5.16/man/man3/DirHandle.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2788
file path=usr/perl5/5.16/man/man3/Dumpvalue.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2789
file path=usr/perl5/5.16/man/man3/DynaLoader.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2790
file path=usr/perl5/5.16/man/man3/Encode.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2791
file path=usr/perl5/5.16/man/man3/Encode::Alias.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2792
file path=usr/perl5/5.16/man/man3/Encode::Byte.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2793
file path=usr/perl5/5.16/man/man3/Encode::CJKConstants.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2794
file path=usr/perl5/5.16/man/man3/Encode::CN.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2795
file path=usr/perl5/5.16/man/man3/Encode::CN::HZ.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2796
file path=usr/perl5/5.16/man/man3/Encode::Config.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2797
file path=usr/perl5/5.16/man/man3/Encode::EBCDIC.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2798
file path=usr/perl5/5.16/man/man3/Encode::Encoder.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2799
file path=usr/perl5/5.16/man/man3/Encode::Encoding.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2800
file path=usr/perl5/5.16/man/man3/Encode::GSM0338.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2801
file path=usr/perl5/5.16/man/man3/Encode::Guess.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2802
file path=usr/perl5/5.16/man/man3/Encode::JP.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2803
file path=usr/perl5/5.16/man/man3/Encode::JP::H2Z.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2804
file path=usr/perl5/5.16/man/man3/Encode::JP::JIS7.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2805
file path=usr/perl5/5.16/man/man3/Encode::KR.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2806
file path=usr/perl5/5.16/man/man3/Encode::KR::2022_KR.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2807
file path=usr/perl5/5.16/man/man3/Encode::MIME::Header.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2808
file path=usr/perl5/5.16/man/man3/Encode::MIME::Name.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2809
file path=usr/perl5/5.16/man/man3/Encode::PerlIO.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2810
file path=usr/perl5/5.16/man/man3/Encode::Supported.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2811
file path=usr/perl5/5.16/man/man3/Encode::Symbol.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2812
file path=usr/perl5/5.16/man/man3/Encode::TW.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2813
file path=usr/perl5/5.16/man/man3/Encode::Unicode.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2814
file path=usr/perl5/5.16/man/man3/Encode::Unicode::UTF7.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2815
file path=usr/perl5/5.16/man/man3/English.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2816
file path=usr/perl5/5.16/man/man3/Env.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2817
file path=usr/perl5/5.16/man/man3/Errno.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2818
file path=usr/perl5/5.16/man/man3/Exporter.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2819
file path=usr/perl5/5.16/man/man3/Exporter::Heavy.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2820
file path=usr/perl5/5.16/man/man3/ExtUtils::CBuilder.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2821
file path=usr/perl5/5.16/man/man3/ExtUtils::CBuilder::Platform::Windows.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2822
file path=usr/perl5/5.16/man/man3/ExtUtils::Command.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2823
file path=usr/perl5/5.16/man/man3/ExtUtils::Command::MM.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2824
file path=usr/perl5/5.16/man/man3/ExtUtils::Constant.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2825
file path=usr/perl5/5.16/man/man3/ExtUtils::Constant::Base.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2826
file path=usr/perl5/5.16/man/man3/ExtUtils::Constant::Utils.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2827
file path=usr/perl5/5.16/man/man3/ExtUtils::Constant::XS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2828
file path=usr/perl5/5.16/man/man3/ExtUtils::Embed.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2829
file path=usr/perl5/5.16/man/man3/ExtUtils::Install.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2830
file path=usr/perl5/5.16/man/man3/ExtUtils::Installed.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2831
file path=usr/perl5/5.16/man/man3/ExtUtils::Liblist.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2832
file path=usr/perl5/5.16/man/man3/ExtUtils::MM.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2833
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_AIX.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2834
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_Any.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2835
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_BeOS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2836
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_Cygwin.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2837
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_DOS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2838
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_Darwin.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2839
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_MacOS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2840
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_NW5.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2841
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_OS2.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2842
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_QNX.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2843
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_UWIN.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2844
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_Unix.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2845
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_VMS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2846
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_VOS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2847
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_Win32.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2848
file path=usr/perl5/5.16/man/man3/ExtUtils::MM_Win95.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2849
file path=usr/perl5/5.16/man/man3/ExtUtils::MY.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2850
file path=usr/perl5/5.16/man/man3/ExtUtils::MakeMaker.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2851
file path=usr/perl5/5.16/man/man3/ExtUtils::MakeMaker::Config.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2852
file path=usr/perl5/5.16/man/man3/ExtUtils::MakeMaker::FAQ.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2853
file path=usr/perl5/5.16/man/man3/ExtUtils::MakeMaker::Tutorial.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2854
file path=usr/perl5/5.16/man/man3/ExtUtils::Manifest.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2855
file path=usr/perl5/5.16/man/man3/ExtUtils::Miniperl.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2856
file path=usr/perl5/5.16/man/man3/ExtUtils::Mkbootstrap.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2857
file path=usr/perl5/5.16/man/man3/ExtUtils::Mksymlists.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2858
file path=usr/perl5/5.16/man/man3/ExtUtils::Packlist.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2859
file path=usr/perl5/5.16/man/man3/ExtUtils::ParseXS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2860
file path=usr/perl5/5.16/man/man3/ExtUtils::ParseXS::Constants.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2861
file path=usr/perl5/5.16/man/man3/ExtUtils::ParseXS::Utilities.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2862
file path=usr/perl5/5.16/man/man3/ExtUtils::Typemaps.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2863
file path=usr/perl5/5.16/man/man3/ExtUtils::Typemaps::Cmd.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2864
file path=usr/perl5/5.16/man/man3/ExtUtils::Typemaps::InputMap.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2865
file path=usr/perl5/5.16/man/man3/ExtUtils::Typemaps::OutputMap.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2866
file path=usr/perl5/5.16/man/man3/ExtUtils::Typemaps::Type.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2867
file path=usr/perl5/5.16/man/man3/ExtUtils::XSSymSet.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2868
file path=usr/perl5/5.16/man/man3/ExtUtils::testlib.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2869
file path=usr/perl5/5.16/man/man3/Fatal.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2870
file path=usr/perl5/5.16/man/man3/Fcntl.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2871
file path=usr/perl5/5.16/man/man3/File::Basename.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2872
file path=usr/perl5/5.16/man/man3/File::CheckTree.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2873
file path=usr/perl5/5.16/man/man3/File::Compare.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2874
file path=usr/perl5/5.16/man/man3/File::Copy.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2875
file path=usr/perl5/5.16/man/man3/File::DosGlob.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2876
file path=usr/perl5/5.16/man/man3/File::Fetch.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2877
file path=usr/perl5/5.16/man/man3/File::Find.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2878
file path=usr/perl5/5.16/man/man3/File::Glob.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2879
file path=usr/perl5/5.16/man/man3/File::GlobMapper.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2880
file path=usr/perl5/5.16/man/man3/File::Path.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2881
file path=usr/perl5/5.16/man/man3/File::Spec.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2882
file path=usr/perl5/5.16/man/man3/File::Spec::Cygwin.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2883
file path=usr/perl5/5.16/man/man3/File::Spec::Epoc.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2884
file path=usr/perl5/5.16/man/man3/File::Spec::Functions.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2885
file path=usr/perl5/5.16/man/man3/File::Spec::Mac.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2886
file path=usr/perl5/5.16/man/man3/File::Spec::OS2.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2887
file path=usr/perl5/5.16/man/man3/File::Spec::Unix.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2888
file path=usr/perl5/5.16/man/man3/File::Spec::VMS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2889
file path=usr/perl5/5.16/man/man3/File::Spec::Win32.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2890
file path=usr/perl5/5.16/man/man3/File::Temp.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2891
file path=usr/perl5/5.16/man/man3/File::stat.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2892
file path=usr/perl5/5.16/man/man3/FileCache.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2893
file path=usr/perl5/5.16/man/man3/FileHandle.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2894
file path=usr/perl5/5.16/man/man3/Filter::Simple.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2895
file path=usr/perl5/5.16/man/man3/Filter::Util::Call.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2896
file path=usr/perl5/5.16/man/man3/FindBin.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2897
file path=usr/perl5/5.16/man/man3/GDBM_File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2898
file path=usr/perl5/5.16/man/man3/Getopt::Long.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2899
file path=usr/perl5/5.16/man/man3/Getopt::Std.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2900
file path=usr/perl5/5.16/man/man3/HTTP::Tiny.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2901
file path=usr/perl5/5.16/man/man3/Hash::Util.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2902
file path=usr/perl5/5.16/man/man3/Hash::Util::FieldHash.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2903
file path=usr/perl5/5.16/man/man3/I18N::Collate.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2904
file path=usr/perl5/5.16/man/man3/I18N::LangTags.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2905
file path=usr/perl5/5.16/man/man3/I18N::LangTags::Detect.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2906
file path=usr/perl5/5.16/man/man3/I18N::LangTags::List.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2907
file path=usr/perl5/5.16/man/man3/I18N::Langinfo.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2908
file path=usr/perl5/5.16/man/man3/IO.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2909
file path=usr/perl5/5.16/man/man3/IO::Compress::Base.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2910
file path=usr/perl5/5.16/man/man3/IO::Compress::Bzip2.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2911
file path=usr/perl5/5.16/man/man3/IO::Compress::Deflate.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2912
file path=usr/perl5/5.16/man/man3/IO::Compress::FAQ.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2913
file path=usr/perl5/5.16/man/man3/IO::Compress::Gzip.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2914
file path=usr/perl5/5.16/man/man3/IO::Compress::RawDeflate.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2915
file path=usr/perl5/5.16/man/man3/IO::Compress::Zip.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2916
file path=usr/perl5/5.16/man/man3/IO::Dir.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2917
file path=usr/perl5/5.16/man/man3/IO::File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2918
file path=usr/perl5/5.16/man/man3/IO::Handle.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2919
file path=usr/perl5/5.16/man/man3/IO::Pipe.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2920
file path=usr/perl5/5.16/man/man3/IO::Poll.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2921
file path=usr/perl5/5.16/man/man3/IO::Seekable.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2922
file path=usr/perl5/5.16/man/man3/IO::Select.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2923
file path=usr/perl5/5.16/man/man3/IO::Socket.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2924
file path=usr/perl5/5.16/man/man3/IO::Socket::INET.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2925
file path=usr/perl5/5.16/man/man3/IO::Socket::UNIX.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2926
file path=usr/perl5/5.16/man/man3/IO::Uncompress::AnyInflate.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2927
file path=usr/perl5/5.16/man/man3/IO::Uncompress::AnyUncompress.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2928
file path=usr/perl5/5.16/man/man3/IO::Uncompress::Base.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2929
file path=usr/perl5/5.16/man/man3/IO::Uncompress::Bunzip2.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2930
file path=usr/perl5/5.16/man/man3/IO::Uncompress::Gunzip.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2931
file path=usr/perl5/5.16/man/man3/IO::Uncompress::Inflate.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2932
file path=usr/perl5/5.16/man/man3/IO::Uncompress::RawInflate.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2933
file path=usr/perl5/5.16/man/man3/IO::Uncompress::Unzip.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2934
file path=usr/perl5/5.16/man/man3/IO::Zlib.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2935
file path=usr/perl5/5.16/man/man3/IPC::Cmd.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2936
file path=usr/perl5/5.16/man/man3/IPC::Msg.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2937
file path=usr/perl5/5.16/man/man3/IPC::Open2.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2938
file path=usr/perl5/5.16/man/man3/IPC::Open3.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2939
file path=usr/perl5/5.16/man/man3/IPC::Semaphore.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2940
file path=usr/perl5/5.16/man/man3/IPC::SharedMem.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2941
file path=usr/perl5/5.16/man/man3/IPC::SysV.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2942
file path=usr/perl5/5.16/man/man3/JSON::PP.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2943
file path=usr/perl5/5.16/man/man3/JSON::PP::Boolean.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2944
file path=usr/perl5/5.16/man/man3/List::Util.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2945
file path=usr/perl5/5.16/man/man3/List::Util::XS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2946
file path=usr/perl5/5.16/man/man3/Locale::Codes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2947
file path=usr/perl5/5.16/man/man3/Locale::Codes::API.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2948
file path=usr/perl5/5.16/man/man3/Locale::Codes::Changes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2949
file path=usr/perl5/5.16/man/man3/Locale::Codes::Constants.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2950
file path=usr/perl5/5.16/man/man3/Locale::Codes::Country.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2951
file path=usr/perl5/5.16/man/man3/Locale::Codes::Country_Codes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2952
file path=usr/perl5/5.16/man/man3/Locale::Codes::Country_Retired.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2953
file path=usr/perl5/5.16/man/man3/Locale::Codes::Currency.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2954
file path=usr/perl5/5.16/man/man3/Locale::Codes::Currency_Codes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2955
file path=usr/perl5/5.16/man/man3/Locale::Codes::Currency_Retired.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2956
file path=usr/perl5/5.16/man/man3/Locale::Codes::LangExt.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2957
file path=usr/perl5/5.16/man/man3/Locale::Codes::LangExt_Codes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2958
file path=usr/perl5/5.16/man/man3/Locale::Codes::LangExt_Retired.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2959
file path=usr/perl5/5.16/man/man3/Locale::Codes::LangFam.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2960
file path=usr/perl5/5.16/man/man3/Locale::Codes::LangFam_Codes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2961
file path=usr/perl5/5.16/man/man3/Locale::Codes::LangFam_Retired.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2962
file path=usr/perl5/5.16/man/man3/Locale::Codes::LangVar.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2963
file path=usr/perl5/5.16/man/man3/Locale::Codes::LangVar_Codes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2964
file path=usr/perl5/5.16/man/man3/Locale::Codes::LangVar_Retired.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2965
file path=usr/perl5/5.16/man/man3/Locale::Codes::Language.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2966
file path=usr/perl5/5.16/man/man3/Locale::Codes::Language_Codes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2967
file path=usr/perl5/5.16/man/man3/Locale::Codes::Language_Retired.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2968
file path=usr/perl5/5.16/man/man3/Locale::Codes::Script.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2969
file path=usr/perl5/5.16/man/man3/Locale::Codes::Script_Codes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2970
file path=usr/perl5/5.16/man/man3/Locale::Codes::Script_Retired.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2971
file path=usr/perl5/5.16/man/man3/Locale::Country.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2972
file path=usr/perl5/5.16/man/man3/Locale::Currency.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2973
file path=usr/perl5/5.16/man/man3/Locale::Language.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2974
file path=usr/perl5/5.16/man/man3/Locale::Maketext.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2975
file path=usr/perl5/5.16/man/man3/Locale::Maketext::Cookbook.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2976
file path=usr/perl5/5.16/man/man3/Locale::Maketext::Guts.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2977
file path=usr/perl5/5.16/man/man3/Locale::Maketext::GutsLoader.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2978
file path=usr/perl5/5.16/man/man3/Locale::Maketext::Simple.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2979
file path=usr/perl5/5.16/man/man3/Locale::Maketext::TPJ13.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2980
file path=usr/perl5/5.16/man/man3/Locale::Script.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2981
file path=usr/perl5/5.16/man/man3/Log::Message.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2982
file path=usr/perl5/5.16/man/man3/Log::Message::Config.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2983
file path=usr/perl5/5.16/man/man3/Log::Message::Handlers.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2984
file path=usr/perl5/5.16/man/man3/Log::Message::Item.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2985
file path=usr/perl5/5.16/man/man3/Log::Message::Simple.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2986
file path=usr/perl5/5.16/man/man3/MIME::Base64.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2987
file path=usr/perl5/5.16/man/man3/MIME::QuotedPrint.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2988
file path=usr/perl5/5.16/man/man3/Math::BigFloat.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2989
file path=usr/perl5/5.16/man/man3/Math::BigInt.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2990
file path=usr/perl5/5.16/man/man3/Math::BigInt::Calc.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2991
file path=usr/perl5/5.16/man/man3/Math::BigInt::CalcEmu.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2992
file path=usr/perl5/5.16/man/man3/Math::BigInt::FastCalc.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2993
file path=usr/perl5/5.16/man/man3/Math::BigRat.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2994
file path=usr/perl5/5.16/man/man3/Math::Complex.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2995
file path=usr/perl5/5.16/man/man3/Math::Trig.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2996
file path=usr/perl5/5.16/man/man3/Memoize.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2997
file path=usr/perl5/5.16/man/man3/Memoize::AnyDBM_File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2998
file path=usr/perl5/5.16/man/man3/Memoize::Expire.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  2999
file path=usr/perl5/5.16/man/man3/Memoize::ExpireFile.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3000
file path=usr/perl5/5.16/man/man3/Memoize::ExpireTest.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3001
file path=usr/perl5/5.16/man/man3/Memoize::NDBM_File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3002
file path=usr/perl5/5.16/man/man3/Memoize::SDBM_File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3003
file path=usr/perl5/5.16/man/man3/Memoize::Storable.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3004
file path=usr/perl5/5.16/man/man3/Module::Build.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3005
file path=usr/perl5/5.16/man/man3/Module::Build::API.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3006
file path=usr/perl5/5.16/man/man3/Module::Build::Authoring.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3007
file path=usr/perl5/5.16/man/man3/Module::Build::Base.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3008
file path=usr/perl5/5.16/man/man3/Module::Build::Bundling.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3009
file path=usr/perl5/5.16/man/man3/Module::Build::Compat.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3010
file path=usr/perl5/5.16/man/man3/Module::Build::ConfigData.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3011
file path=usr/perl5/5.16/man/man3/Module::Build::Cookbook.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3012
file path=usr/perl5/5.16/man/man3/Module::Build::ModuleInfo.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3013
file path=usr/perl5/5.16/man/man3/Module::Build::Notes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3014
file path=usr/perl5/5.16/man/man3/Module::Build::PPMMaker.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3015
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::Amiga.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3016
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::Default.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3017
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::EBCDIC.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3018
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::MPEiX.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3019
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::MacOS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3020
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::RiscOS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3021
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::Unix.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3022
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::VMS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3023
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::VOS.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3024
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::Windows.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3025
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::aix.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3026
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::cygwin.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3027
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::darwin.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3028
file path=usr/perl5/5.16/man/man3/Module::Build::Platform::os2.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3029
file path=usr/perl5/5.16/man/man3/Module::Build::Version.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3030
file path=usr/perl5/5.16/man/man3/Module::Build::YAML.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3031
file path=usr/perl5/5.16/man/man3/Module::CoreList.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3032
file path=usr/perl5/5.16/man/man3/Module::Load.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3033
file path=usr/perl5/5.16/man/man3/Module::Load::Conditional.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3034
file path=usr/perl5/5.16/man/man3/Module::Loaded.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3035
file path=usr/perl5/5.16/man/man3/Module::Metadata.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3036
file path=usr/perl5/5.16/man/man3/Module::Pluggable.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3037
file path=usr/perl5/5.16/man/man3/Module::Pluggable::Object.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3038
file path=usr/perl5/5.16/man/man3/NDBM_File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3039
file path=usr/perl5/5.16/man/man3/NEXT.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3040
file path=usr/perl5/5.16/man/man3/Net::Cmd.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3041
file path=usr/perl5/5.16/man/man3/Net::Config.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3042
file path=usr/perl5/5.16/man/man3/Net::Domain.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3043
file path=usr/perl5/5.16/man/man3/Net::FTP.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3044
file path=usr/perl5/5.16/man/man3/Net::NNTP.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3045
file path=usr/perl5/5.16/man/man3/Net::Netrc.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3046
file path=usr/perl5/5.16/man/man3/Net::POP3.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3047
file path=usr/perl5/5.16/man/man3/Net::Ping.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3048
file path=usr/perl5/5.16/man/man3/Net::SMTP.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3049
file path=usr/perl5/5.16/man/man3/Net::Time.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3050
file path=usr/perl5/5.16/man/man3/Net::hostent.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3051
file path=usr/perl5/5.16/man/man3/Net::libnetFAQ.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3052
file path=usr/perl5/5.16/man/man3/Net::netent.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3053
file path=usr/perl5/5.16/man/man3/Net::protoent.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3054
file path=usr/perl5/5.16/man/man3/Net::servent.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3055
file path=usr/perl5/5.16/man/man3/O.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3056
file path=usr/perl5/5.16/man/man3/ODBM_File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3057
file path=usr/perl5/5.16/man/man3/Object::Accessor.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3058
file path=usr/perl5/5.16/man/man3/Opcode.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3059
file path=usr/perl5/5.16/man/man3/POSIX.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3060
file path=usr/perl5/5.16/man/man3/Package::Constants.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3061
file path=usr/perl5/5.16/man/man3/Params::Check.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3062
file path=usr/perl5/5.16/man/man3/Parse::CPAN::Meta.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3063
file path=usr/perl5/5.16/man/man3/Perl::OSType.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3064
file path=usr/perl5/5.16/man/man3/PerlIO.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3065
file path=usr/perl5/5.16/man/man3/PerlIO::encoding.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3066
file path=usr/perl5/5.16/man/man3/PerlIO::mmap.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3067
file path=usr/perl5/5.16/man/man3/PerlIO::scalar.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3068
file path=usr/perl5/5.16/man/man3/PerlIO::via.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3069
file path=usr/perl5/5.16/man/man3/PerlIO::via::QuotedPrint.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3070
file path=usr/perl5/5.16/man/man3/Pod::Checker.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3071
file path=usr/perl5/5.16/man/man3/Pod::Escapes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3072
file path=usr/perl5/5.16/man/man3/Pod::Find.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3073
file path=usr/perl5/5.16/man/man3/Pod::Html.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3074
file path=usr/perl5/5.16/man/man3/Pod::InputObjects.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3075
file path=usr/perl5/5.16/man/man3/Pod::LaTeX.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3076
file path=usr/perl5/5.16/man/man3/Pod::Man.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3077
file path=usr/perl5/5.16/man/man3/Pod::ParseLink.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3078
file path=usr/perl5/5.16/man/man3/Pod::ParseUtils.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3079
file path=usr/perl5/5.16/man/man3/Pod::Parser.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3080
file path=usr/perl5/5.16/man/man3/Pod::Perldoc.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3081
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::BaseTo.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3082
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::GetOptsOO.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3083
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::ToANSI.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3084
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::ToChecker.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3085
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::ToMan.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3086
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::ToNroff.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3087
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::ToPod.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3088
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::ToRtf.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3089
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::ToTerm.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3090
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::ToText.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3091
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::ToTk.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3092
file path=usr/perl5/5.16/man/man3/Pod::Perldoc::ToXml.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3093
file path=usr/perl5/5.16/man/man3/Pod::PlainText.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3094
file path=usr/perl5/5.16/man/man3/Pod::Select.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3095
file path=usr/perl5/5.16/man/man3/Pod::Simple.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3096
file path=usr/perl5/5.16/man/man3/Pod::Simple::Checker.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3097
file path=usr/perl5/5.16/man/man3/Pod::Simple::Debug.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3098
file path=usr/perl5/5.16/man/man3/Pod::Simple::DumpAsText.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3099
file path=usr/perl5/5.16/man/man3/Pod::Simple::DumpAsXML.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3100
file path=usr/perl5/5.16/man/man3/Pod::Simple::HTML.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3101
file path=usr/perl5/5.16/man/man3/Pod::Simple::HTMLBatch.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3102
file path=usr/perl5/5.16/man/man3/Pod::Simple::LinkSection.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3103
file path=usr/perl5/5.16/man/man3/Pod::Simple::Methody.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3104
file path=usr/perl5/5.16/man/man3/Pod::Simple::PullParser.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3105
file path=usr/perl5/5.16/man/man3/Pod::Simple::PullParserEndToken.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3106
file path=usr/perl5/5.16/man/man3/Pod::Simple::PullParserStartToken.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3107
file path=usr/perl5/5.16/man/man3/Pod::Simple::PullParserTextToken.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3108
file path=usr/perl5/5.16/man/man3/Pod::Simple::PullParserToken.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3109
file path=usr/perl5/5.16/man/man3/Pod::Simple::RTF.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3110
file path=usr/perl5/5.16/man/man3/Pod::Simple::Search.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3111
file path=usr/perl5/5.16/man/man3/Pod::Simple::SimpleTree.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3112
file path=usr/perl5/5.16/man/man3/Pod::Simple::Subclassing.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3113
file path=usr/perl5/5.16/man/man3/Pod::Simple::Text.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3114
file path=usr/perl5/5.16/man/man3/Pod::Simple::TextContent.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3115
file path=usr/perl5/5.16/man/man3/Pod::Simple::XHTML.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3116
file path=usr/perl5/5.16/man/man3/Pod::Simple::XMLOutStream.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3117
file path=usr/perl5/5.16/man/man3/Pod::Text.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3118
file path=usr/perl5/5.16/man/man3/Pod::Text::Color.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3119
file path=usr/perl5/5.16/man/man3/Pod::Text::Overstrike.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3120
file path=usr/perl5/5.16/man/man3/Pod::Text::Termcap.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3121
file path=usr/perl5/5.16/man/man3/Pod::Usage.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3122
file path=usr/perl5/5.16/man/man3/SDBM_File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3123
file path=usr/perl5/5.16/man/man3/Safe.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3124
file path=usr/perl5/5.16/man/man3/Scalar::Util.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3125
file path=usr/perl5/5.16/man/man3/Search::Dict.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3126
file path=usr/perl5/5.16/man/man3/SelectSaver.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3127
file path=usr/perl5/5.16/man/man3/SelfLoader.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3128
file path=usr/perl5/5.16/man/man3/Socket.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3129
file path=usr/perl5/5.16/man/man3/Storable.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3130
file path=usr/perl5/5.16/man/man3/Symbol.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3131
file path=usr/perl5/5.16/man/man3/Sys::Hostname.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3132
file path=usr/perl5/5.16/man/man3/Sys::Syslog.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3133
file path=usr/perl5/5.16/man/man3/TAP::Base.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3134
file path=usr/perl5/5.16/man/man3/TAP::Formatter::Base.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3135
file path=usr/perl5/5.16/man/man3/TAP::Formatter::Color.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3136
file path=usr/perl5/5.16/man/man3/TAP::Formatter::Console.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3137
file path=usr/perl5/5.16/man/man3/TAP::Formatter::Console::ParallelSession.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3138
file path=usr/perl5/5.16/man/man3/TAP::Formatter::Console::Session.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3139
file path=usr/perl5/5.16/man/man3/TAP::Formatter::File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3140
file path=usr/perl5/5.16/man/man3/TAP::Formatter::File::Session.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3141
file path=usr/perl5/5.16/man/man3/TAP::Formatter::Session.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3142
file path=usr/perl5/5.16/man/man3/TAP::Harness.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3143
file path=usr/perl5/5.16/man/man3/TAP::Harness::Beyond.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3144
file path=usr/perl5/5.16/man/man3/TAP::Object.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3145
file path=usr/perl5/5.16/man/man3/TAP::Parser.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3146
file path=usr/perl5/5.16/man/man3/TAP::Parser::Aggregator.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3147
file path=usr/perl5/5.16/man/man3/TAP::Parser::Grammar.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3148
file path=usr/perl5/5.16/man/man3/TAP::Parser::Iterator.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3149
file path=usr/perl5/5.16/man/man3/TAP::Parser::Iterator::Array.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3150
file path=usr/perl5/5.16/man/man3/TAP::Parser::Iterator::Process.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3151
file path=usr/perl5/5.16/man/man3/TAP::Parser::Iterator::Stream.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3152
file path=usr/perl5/5.16/man/man3/TAP::Parser::IteratorFactory.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3153
file path=usr/perl5/5.16/man/man3/TAP::Parser::Multiplexer.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3154
file path=usr/perl5/5.16/man/man3/TAP::Parser::Result.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3155
file path=usr/perl5/5.16/man/man3/TAP::Parser::Result::Bailout.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3156
file path=usr/perl5/5.16/man/man3/TAP::Parser::Result::Comment.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3157
file path=usr/perl5/5.16/man/man3/TAP::Parser::Result::Plan.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3158
file path=usr/perl5/5.16/man/man3/TAP::Parser::Result::Pragma.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3159
file path=usr/perl5/5.16/man/man3/TAP::Parser::Result::Test.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3160
file path=usr/perl5/5.16/man/man3/TAP::Parser::Result::Unknown.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3161
file path=usr/perl5/5.16/man/man3/TAP::Parser::Result::Version.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3162
file path=usr/perl5/5.16/man/man3/TAP::Parser::Result::YAML.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3163
file path=usr/perl5/5.16/man/man3/TAP::Parser::ResultFactory.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3164
file path=usr/perl5/5.16/man/man3/TAP::Parser::Scheduler.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3165
file path=usr/perl5/5.16/man/man3/TAP::Parser::Scheduler::Job.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3166
file path=usr/perl5/5.16/man/man3/TAP::Parser::Scheduler::Spinner.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3167
file path=usr/perl5/5.16/man/man3/TAP::Parser::Source.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3168
file path=usr/perl5/5.16/man/man3/TAP::Parser::SourceHandler.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3169
file path=usr/perl5/5.16/man/man3/TAP::Parser::SourceHandler::Executable.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3170
file path=usr/perl5/5.16/man/man3/TAP::Parser::SourceHandler::File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3171
file path=usr/perl5/5.16/man/man3/TAP::Parser::SourceHandler::Handle.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3172
file path=usr/perl5/5.16/man/man3/TAP::Parser::SourceHandler::Perl.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3173
file path=usr/perl5/5.16/man/man3/TAP::Parser::SourceHandler::RawTAP.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3174
file path=usr/perl5/5.16/man/man3/TAP::Parser::Utils.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3175
file path=usr/perl5/5.16/man/man3/TAP::Parser::YAMLish::Reader.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3176
file path=usr/perl5/5.16/man/man3/TAP::Parser::YAMLish::Writer.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3177
file path=usr/perl5/5.16/man/man3/Term::ANSIColor.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3178
file path=usr/perl5/5.16/man/man3/Term::Cap.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3179
file path=usr/perl5/5.16/man/man3/Term::Complete.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3180
file path=usr/perl5/5.16/man/man3/Term::ReadLine.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3181
file path=usr/perl5/5.16/man/man3/Term::UI.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3182
file path=usr/perl5/5.16/man/man3/Term::UI::History.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3183
file path=usr/perl5/5.16/man/man3/Test.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3184
file path=usr/perl5/5.16/man/man3/Test::Builder.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3185
file path=usr/perl5/5.16/man/man3/Test::Builder::Module.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3186
file path=usr/perl5/5.16/man/man3/Test::Builder::Tester.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3187
file path=usr/perl5/5.16/man/man3/Test::Builder::Tester::Color.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3188
file path=usr/perl5/5.16/man/man3/Test::Harness.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3189
file path=usr/perl5/5.16/man/man3/Test::More.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3190
file path=usr/perl5/5.16/man/man3/Test::Simple.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3191
file path=usr/perl5/5.16/man/man3/Test::Tutorial.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3192
file path=usr/perl5/5.16/man/man3/Text::Abbrev.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3193
file path=usr/perl5/5.16/man/man3/Text::Balanced.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3194
file path=usr/perl5/5.16/man/man3/Text::ParseWords.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3195
file path=usr/perl5/5.16/man/man3/Text::Soundex.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3196
file path=usr/perl5/5.16/man/man3/Text::Tabs.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3197
file path=usr/perl5/5.16/man/man3/Text::Wrap.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3198
file path=usr/perl5/5.16/man/man3/Thread.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3199
file path=usr/perl5/5.16/man/man3/Thread::Queue.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3200
file path=usr/perl5/5.16/man/man3/Thread::Semaphore.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3201
file path=usr/perl5/5.16/man/man3/Tie::Array.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3202
file path=usr/perl5/5.16/man/man3/Tie::File.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3203
file path=usr/perl5/5.16/man/man3/Tie::Handle.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3204
file path=usr/perl5/5.16/man/man3/Tie::Hash.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3205
file path=usr/perl5/5.16/man/man3/Tie::Hash::NamedCapture.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3206
file path=usr/perl5/5.16/man/man3/Tie::Memoize.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3207
file path=usr/perl5/5.16/man/man3/Tie::RefHash.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3208
file path=usr/perl5/5.16/man/man3/Tie::Scalar.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3209
file path=usr/perl5/5.16/man/man3/Tie::StdHandle.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3210
file path=usr/perl5/5.16/man/man3/Tie::SubstrHash.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3211
file path=usr/perl5/5.16/man/man3/Time::HiRes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3212
file path=usr/perl5/5.16/man/man3/Time::Local.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3213
file path=usr/perl5/5.16/man/man3/Time::Piece.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3214
file path=usr/perl5/5.16/man/man3/Time::Seconds.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3215
file path=usr/perl5/5.16/man/man3/Time::gmtime.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3216
file path=usr/perl5/5.16/man/man3/Time::localtime.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3217
file path=usr/perl5/5.16/man/man3/Time::tm.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3218
file path=usr/perl5/5.16/man/man3/UNIVERSAL.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3219
file path=usr/perl5/5.16/man/man3/Unicode::Collate.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3220
file path=usr/perl5/5.16/man/man3/Unicode::Collate::CJK::Big5.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3221
file path=usr/perl5/5.16/man/man3/Unicode::Collate::CJK::GB2312.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3222
file path=usr/perl5/5.16/man/man3/Unicode::Collate::CJK::JISX0208.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3223
file path=usr/perl5/5.16/man/man3/Unicode::Collate::CJK::Korean.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3224
file path=usr/perl5/5.16/man/man3/Unicode::Collate::CJK::Pinyin.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3225
file path=usr/perl5/5.16/man/man3/Unicode::Collate::CJK::Stroke.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3226
file path=usr/perl5/5.16/man/man3/Unicode::Collate::Locale.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3227
file path=usr/perl5/5.16/man/man3/Unicode::Normalize.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3228
file path=usr/perl5/5.16/man/man3/Unicode::UCD.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3229
file path=usr/perl5/5.16/man/man3/User::grent.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3230
file path=usr/perl5/5.16/man/man3/User::pwent.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3231
file path=usr/perl5/5.16/man/man3/Version::Requirements.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3232
file path=usr/perl5/5.16/man/man3/XSLoader.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3233
file path=usr/perl5/5.16/man/man3/arybase.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3234
file path=usr/perl5/5.16/man/man3/attributes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3235
file path=usr/perl5/5.16/man/man3/autodie.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3236
file path=usr/perl5/5.16/man/man3/autodie::exception.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3237
file path=usr/perl5/5.16/man/man3/autodie::exception::system.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3238
file path=usr/perl5/5.16/man/man3/autodie::hints.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3239
file path=usr/perl5/5.16/man/man3/autouse.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3240
file path=usr/perl5/5.16/man/man3/base.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3241
file path=usr/perl5/5.16/man/man3/bigint.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3242
file path=usr/perl5/5.16/man/man3/bignum.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3243
file path=usr/perl5/5.16/man/man3/bigrat.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3244
file path=usr/perl5/5.16/man/man3/blib.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3245
file path=usr/perl5/5.16/man/man3/bytes.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3246
file path=usr/perl5/5.16/man/man3/charnames.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3247
file path=usr/perl5/5.16/man/man3/constant.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3248
file path=usr/perl5/5.16/man/man3/deprecate.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3249
file path=usr/perl5/5.16/man/man3/diagnostics.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3250
file path=usr/perl5/5.16/man/man3/encoding.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3251
file path=usr/perl5/5.16/man/man3/encoding::warnings.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3252
file path=usr/perl5/5.16/man/man3/feature.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3253
file path=usr/perl5/5.16/man/man3/fields.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3254
file path=usr/perl5/5.16/man/man3/filetest.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3255
file path=usr/perl5/5.16/man/man3/if.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3256
file path=usr/perl5/5.16/man/man3/inc::latest.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3257
file path=usr/perl5/5.16/man/man3/integer.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3258
file path=usr/perl5/5.16/man/man3/less.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3259
file path=usr/perl5/5.16/man/man3/lib.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3260
file path=usr/perl5/5.16/man/man3/locale.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3261
file path=usr/perl5/5.16/man/man3/mro.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3262
file path=usr/perl5/5.16/man/man3/open.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3263
file path=usr/perl5/5.16/man/man3/ops.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3264
file path=usr/perl5/5.16/man/man3/overload.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3265
file path=usr/perl5/5.16/man/man3/overloading.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3266
file path=usr/perl5/5.16/man/man3/parent.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3267
file path=usr/perl5/5.16/man/man3/re.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3268
file path=usr/perl5/5.16/man/man3/sigtrap.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3269
file path=usr/perl5/5.16/man/man3/sort.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3270
file path=usr/perl5/5.16/man/man3/strict.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3271
file path=usr/perl5/5.16/man/man3/subs.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3272
file path=usr/perl5/5.16/man/man3/threads.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3273
file path=usr/perl5/5.16/man/man3/threads::shared.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3274
file path=usr/perl5/5.16/man/man3/utf8.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3275
file path=usr/perl5/5.16/man/man3/vars.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3276
file path=usr/perl5/5.16/man/man3/version.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3277
file path=usr/perl5/5.16/man/man3/version::Internals.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3278
file path=usr/perl5/5.16/man/man3/vmsish.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3279
file path=usr/perl5/5.16/man/man3/warnings.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3280
file path=usr/perl5/5.16/man/man3/warnings::register.3
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3281
dir  path=usr/perl5/site_perl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3282
dir  path=usr/perl5/site_perl/5.16
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3283
dir  path=usr/perl5/site_perl/5.16/$(P_ARCH)-solaris-64
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3284
dir  path=usr/perl5/vendor_perl
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3285
dir  path=usr/perl5/vendor_perl/5.16
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3286
dir  path=usr/perl5/vendor_perl/5.16/$(P_ARCH)-solaris-64
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3287
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3288
# This link is always mediated.
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3289
# Customers may customize this link by creating their own IPS
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3290
# packages with mediated links.
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3291
# DELETE the dupaction once the mediated link is published
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3292
# in the main repo.
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3293
link path=usr/bin/perl target=../perl5/5.16/bin/perl \
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3294
    mediator=perl mediator-version=5.16 \
94088715b2bf PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
  3295
    pkg.linted.pkglint.dupaction010.2=true