components/perl/perl516/perl-516.p5m
author Craig Mohrman <craig.mohrman@oracle.com>
Fri, 22 Mar 2013 12:37:36 -0700
branchs11-update
changeset 2528 788328aeec2a
parent 720 components/perl512/perl-512.p5m@ceb85a06a8f7
child 1205 6c6c27bcf9ac
permissions -rw-r--r--
PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default 15818668 SUNBT7201230 update perl to 5.16 16096782 Userland Perl should use mediated links 15941379 perl512 "gmake test" failures 15820486 problem in UTILITY/PERL 15880426 problem in UTILITY/PERL 16417744 problem in UTILITY/PERL 16383261 problem in UTILITY/PERL 16427786 problem in UTILITY/PERL 16486887 perl 5.16 needs to build x86 64-bit properly
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
#
2528
788328aeec2a PSARC/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>
2528
788328aeec2a PSARC/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 \
2528
788328aeec2a PSARC/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
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
0727b36f1770 6949695 Would like to have perl 5.12
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    32
    value=org.opensolaris.category.2008:Development/Perl
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 366
diff changeset
    33
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
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
2528
788328aeec2a PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    35
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
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
2528
788328aeec2a PSARC/2012/379 Add Perl 5.16 64-bit and make it the system default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 720
diff changeset
    37
788328aeec2a PSARC/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
license perl.license license='Artistic'
788328aeec2a PSARC/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
788328aeec2a PSARC/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
dir  path=usr
788328aeec2a PSARC/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/perl5
788328aeec2a PSARC/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/5.16
788328aeec2a PSARC/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/bin
788328aeec2a PSARC/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
file path=usr/perl5/5.16/bin/a2p
788328aeec2a PSARC/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/c2ph
788328aeec2a PSARC/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/config_data
788328aeec2a PSARC/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/corelist
788328aeec2a PSARC/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/cpan
788328aeec2a PSARC/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/cpan2dist
788328aeec2a PSARC/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/cpanp
788328aeec2a PSARC/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-run-perl
788328aeec2a PSARC/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/enc2xs
788328aeec2a PSARC/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/find2perl
788328aeec2a PSARC/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/h2ph
788328aeec2a PSARC/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/h2xs
788328aeec2a PSARC/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/instmodsh
788328aeec2a PSARC/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/json_pp
788328aeec2a PSARC/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/libnetcfg
788328aeec2a PSARC/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/perl
788328aeec2a PSARC/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
hardlink path=usr/perl5/5.16/bin/perl$(COMPONENT_VERSION) target=perl
788328aeec2a PSARC/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
file path=usr/perl5/5.16/bin/perlbug
788328aeec2a PSARC/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/perldoc
788328aeec2a PSARC/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/perlivp
788328aeec2a PSARC/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
hardlink path=usr/perl5/5.16/bin/perlthanks target=perlbug
788328aeec2a PSARC/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
file path=usr/perl5/5.16/bin/piconv
788328aeec2a PSARC/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/pl2pm
788328aeec2a PSARC/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/pod2html
788328aeec2a PSARC/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/pod2latex
788328aeec2a PSARC/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/pod2man
788328aeec2a PSARC/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/pod2text
788328aeec2a PSARC/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/pod2usage
788328aeec2a PSARC/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/podchecker
788328aeec2a PSARC/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/podselect
788328aeec2a PSARC/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/prove
788328aeec2a PSARC/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/psed
788328aeec2a PSARC/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
hardlink path=usr/perl5/5.16/bin/pstruct target=c2ph
788328aeec2a PSARC/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
file path=usr/perl5/5.16/bin/ptar
788328aeec2a PSARC/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/ptardiff
788328aeec2a PSARC/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/ptargrep
788328aeec2a PSARC/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
hardlink path=usr/perl5/5.16/bin/s2p target=psed
788328aeec2a PSARC/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
file path=usr/perl5/5.16/bin/shasum
788328aeec2a PSARC/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/splain
788328aeec2a PSARC/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/xsubpp
788328aeec2a PSARC/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/zipdetails
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/AnyDBM_File.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/App
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/App/Cpan.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/App/Prove
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/App/Prove.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/App/Prove/State
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/App/Prove/State.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/App/Prove/State/Result
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/App/Prove/State/Result.pm
788328aeec2a PSARC/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/Test.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Archive
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Archive/Extract.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Archive/Tar
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Archive/Tar.pm
788328aeec2a PSARC/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/Constant.pm
788328aeec2a PSARC/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/File.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Attribute
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Attribute/Handlers.pm
788328aeec2a PSARC/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/AutoLoader.pm
788328aeec2a PSARC/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/AutoSplit.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/B
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/B/Debug.pm
788328aeec2a PSARC/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/Deparse.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/B/Lint
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/B/Lint.pm
788328aeec2a PSARC/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/Debug.pm
788328aeec2a PSARC/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/Benchmark.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CGI
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CGI.pm
788328aeec2a PSARC/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/Apache.pm
788328aeec2a PSARC/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/Carp.pm
788328aeec2a PSARC/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/Cookie.pm
788328aeec2a PSARC/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/Fast.pm
788328aeec2a PSARC/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/Pretty.pm
788328aeec2a PSARC/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/Push.pm
788328aeec2a PSARC/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/Switch.pm
788328aeec2a PSARC/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/Util.pm
788328aeec2a PSARC/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/CORE.pod
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPAN
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPAN.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPAN/API
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPAN/API/HOWTO.pod
788328aeec2a PSARC/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/Author.pm
788328aeec2a PSARC/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/Bundle.pm
788328aeec2a PSARC/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/CacheMgr.pm
788328aeec2a PSARC/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/Complete.pm
788328aeec2a PSARC/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/Debug.pm
788328aeec2a PSARC/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/DeferredCode.pm
788328aeec2a PSARC/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/Distribution.pm
788328aeec2a PSARC/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/Distroprefs.pm
788328aeec2a PSARC/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/Distrostatus.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPAN/Exception
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPAN/Exception/RecursiveDependency.pm
788328aeec2a PSARC/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/blocked_urllist.pm
788328aeec2a PSARC/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/yaml_not_installed.pm
788328aeec2a PSARC/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_process_error.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPAN/FTP
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPAN/FTP.pm
788328aeec2a PSARC/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/netrc.pm
788328aeec2a PSARC/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/FirstTime.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPAN/HTTP
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPAN/HTTP/Client.pm
788328aeec2a PSARC/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/Credentials.pm
788328aeec2a PSARC/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/HandleConfig.pm
788328aeec2a PSARC/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/Index.pm
788328aeec2a PSARC/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/InfoObj.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPAN/Kwalify
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPAN/Kwalify.pm
788328aeec2a PSARC/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/distroprefs.dd
788328aeec2a PSARC/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.yml
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPAN/LWP
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPAN/LWP/UserAgent.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPAN/Meta
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPAN/Meta.pm
788328aeec2a PSARC/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/Converter.pm
788328aeec2a PSARC/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/Feature.pm
788328aeec2a PSARC/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/History.pm
788328aeec2a PSARC/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/Prereqs.pm
788328aeec2a PSARC/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/Requirements.pm
788328aeec2a PSARC/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/Spec.pm
788328aeec2a PSARC/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/Validator.pm
788328aeec2a PSARC/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/YAML.pm
788328aeec2a PSARC/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/Mirrors.pm
788328aeec2a PSARC/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/Module.pm
788328aeec2a PSARC/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/Nox.pm
788328aeec2a PSARC/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/Prompt.pm
788328aeec2a PSARC/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/Queue.pm
788328aeec2a PSARC/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/Shell.pm
788328aeec2a PSARC/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/Tarzip.pm
788328aeec2a PSARC/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/URL.pm
788328aeec2a PSARC/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/Version.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Backend
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Backend.pm
788328aeec2a PSARC/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/RV.pm
788328aeec2a PSARC/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/Config.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Configure
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Configure.pm
788328aeec2a PSARC/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/Setup.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Dist
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Dist.pm
788328aeec2a PSARC/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/Autobundle.pm
788328aeec2a PSARC/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/Base.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Dist/Build
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Dist/Build.pm
788328aeec2a PSARC/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/Constants.pm
788328aeec2a PSARC/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/MM.pm
788328aeec2a PSARC/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/Sample.pm
788328aeec2a PSARC/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/Error.pm
788328aeec2a PSARC/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/FAQ.pod
788328aeec2a PSARC/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/Hacking.pod
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Internals
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Internals.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Internals/Constants
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Constants.pm
788328aeec2a PSARC/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/Report.pm
788328aeec2a PSARC/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/Extract.pm
788328aeec2a PSARC/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/Fetch.pm
788328aeec2a PSARC/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/Report.pm
788328aeec2a PSARC/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/Search.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Internals/Source
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Source.pm
788328aeec2a PSARC/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/Memory.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Internals/Source/SQLite
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Source/SQLite.pm
788328aeec2a PSARC/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/Tie.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Internals/Utils
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Internals/Utils.pm
788328aeec2a PSARC/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/Autoflush.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Module
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Module.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Module/Author
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Module/Author.pm
788328aeec2a PSARC/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/Fake.pm
788328aeec2a PSARC/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/Checksums.pm
788328aeec2a PSARC/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/Fake.pm
788328aeec2a PSARC/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/Signature.pm
788328aeec2a PSARC/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/Selfupdate.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Shell
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Shell.pm
788328aeec2a PSARC/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/Classic.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Shell/Default
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Shell/Default.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/CPANPLUS/Shell/Default/Plugins
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm
788328aeec2a PSARC/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/HOWTO.pod
788328aeec2a PSARC/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/Remote.pm
788328aeec2a PSARC/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/Source.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Carp
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Carp.pm
788328aeec2a PSARC/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/Heavy.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Class
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Class/Struct.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Compress
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Compress/Zlib.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Config
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Config/Extensions.pm
788328aeec2a PSARC/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/DB.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/DBM_Filter
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/DBM_Filter.pm
788328aeec2a PSARC/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/compress.pm
788328aeec2a PSARC/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/encode.pm
788328aeec2a PSARC/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/int32.pm
788328aeec2a PSARC/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/null.pm
788328aeec2a PSARC/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/utf8.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Devel
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Devel/InnerPackage.pm
788328aeec2a PSARC/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/SelfStubber.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Digest
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Digest.pm
788328aeec2a PSARC/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/base.pm
788328aeec2a PSARC/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/file.pm
788328aeec2a PSARC/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/DirHandle.pm
788328aeec2a PSARC/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/Dumpvalue.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Encode
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Encode/Changes.e2x
788328aeec2a PSARC/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/ConfigLocal_PM.e2x
788328aeec2a PSARC/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/Makefile_PL.e2x
788328aeec2a PSARC/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/PerlIO.pod
788328aeec2a PSARC/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/README.e2x
788328aeec2a PSARC/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/Supported.pod
788328aeec2a PSARC/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/_PM.e2x
788328aeec2a PSARC/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/_T.e2x
788328aeec2a PSARC/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/encode.h
788328aeec2a PSARC/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/English.pm
788328aeec2a PSARC/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/Env.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Exporter
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Exporter.pm
788328aeec2a PSARC/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/Heavy.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/ExtUtils
788328aeec2a PSARC/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/CBuilder
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder.pm
788328aeec2a PSARC/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/Base.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/Unix.pm
788328aeec2a PSARC/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/VMS.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/Windows
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/ExtUtils/CBuilder/Platform/Windows.pm
788328aeec2a PSARC/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/BCC.pm
788328aeec2a PSARC/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/GCC.pm
788328aeec2a PSARC/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/MSVC.pm
788328aeec2a PSARC/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/aix.pm
788328aeec2a PSARC/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/cygwin.pm
788328aeec2a PSARC/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/darwin.pm
788328aeec2a PSARC/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/dec_osf.pm
788328aeec2a PSARC/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/os2.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/ExtUtils/Command
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/ExtUtils/Command.pm
788328aeec2a PSARC/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/MM.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/ExtUtils/Constant
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/ExtUtils/Constant.pm
788328aeec2a PSARC/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/Base.pm
788328aeec2a PSARC/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/ProxySubs.pm
788328aeec2a PSARC/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/Utils.pm
788328aeec2a PSARC/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/XS.pm
788328aeec2a PSARC/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/Embed.pm
788328aeec2a PSARC/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/Install.pm
788328aeec2a PSARC/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/Installed.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/ExtUtils/Liblist
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/ExtUtils/Liblist.pm
788328aeec2a PSARC/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/Kid.pm
788328aeec2a PSARC/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/MANIFEST.SKIP
788328aeec2a PSARC/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/MM.pm
788328aeec2a PSARC/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_AIX.pm
788328aeec2a PSARC/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_Any.pm
788328aeec2a PSARC/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_BeOS.pm
788328aeec2a PSARC/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_Cygwin.pm
788328aeec2a PSARC/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_DOS.pm
788328aeec2a PSARC/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_Darwin.pm
788328aeec2a PSARC/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_MacOS.pm
788328aeec2a PSARC/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_NW5.pm
788328aeec2a PSARC/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_OS2.pm
788328aeec2a PSARC/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_QNX.pm
788328aeec2a PSARC/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_UWIN.pm
788328aeec2a PSARC/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_Unix.pm
788328aeec2a PSARC/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_VMS.pm
788328aeec2a PSARC/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_VOS.pm
788328aeec2a PSARC/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_Win32.pm
788328aeec2a PSARC/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_Win95.pm
788328aeec2a PSARC/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/MY.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/ExtUtils/MakeMaker
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/ExtUtils/MakeMaker.pm
788328aeec2a PSARC/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/Config.pm
788328aeec2a PSARC/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/FAQ.pod
788328aeec2a PSARC/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/Tutorial.pod
788328aeec2a PSARC/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/Manifest.pm
788328aeec2a PSARC/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/Miniperl.pm
788328aeec2a PSARC/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/Mkbootstrap.pm
788328aeec2a PSARC/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/Mksymlists.pm
788328aeec2a PSARC/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/Packlist.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/ExtUtils/ParseXS
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/ExtUtils/ParseXS.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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/Constants.pm
788328aeec2a PSARC/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/CountLines.pm
788328aeec2a PSARC/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/Utilities.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/ExtUtils/Typemaps
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/ExtUtils/Typemaps.pm
788328aeec2a PSARC/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/Cmd.pm
788328aeec2a PSARC/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/InputMap.pm
788328aeec2a PSARC/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/OutputMap.pm
788328aeec2a PSARC/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/Type.pm
788328aeec2a PSARC/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/testlib.pm
788328aeec2a PSARC/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/typemap
788328aeec2a PSARC/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/xsubpp
788328aeec2a PSARC/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/Fatal.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/File
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/File/Basename.pm
788328aeec2a PSARC/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/CheckTree.pm
788328aeec2a PSARC/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/Compare.pm
788328aeec2a PSARC/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/Copy.pm
788328aeec2a PSARC/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/DosGlob.pm
788328aeec2a PSARC/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/Fetch.pm
788328aeec2a PSARC/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/Find.pm
788328aeec2a PSARC/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/GlobMapper.pm
788328aeec2a PSARC/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/Path.pm
788328aeec2a PSARC/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/Temp.pm
788328aeec2a PSARC/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/stat.pm
788328aeec2a PSARC/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/FileCache.pm
788328aeec2a PSARC/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/FileHandle.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Filter
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Filter/Simple.pm
788328aeec2a PSARC/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/FindBin.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Getopt
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Getopt/Long.pm
788328aeec2a PSARC/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/Std.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/HTTP
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/HTTP/Tiny.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/I18N
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/I18N/Collate.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/I18N/LangTags
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/I18N/LangTags.pm
788328aeec2a PSARC/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/Detect.pm
788328aeec2a PSARC/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/List.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/IO
788328aeec2a PSARC/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/Compress
788328aeec2a PSARC/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/Adapter
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/IO/Compress/Adapter/Bzip2.pm
788328aeec2a PSARC/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/Deflate.pm
788328aeec2a PSARC/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/Identity.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/IO/Compress/Base
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/IO/Compress/Base.pm
788328aeec2a PSARC/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/Common.pm
788328aeec2a PSARC/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/Bzip2.pm
788328aeec2a PSARC/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/Deflate.pm
788328aeec2a PSARC/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/FAQ.pod
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/IO/Compress/Gzip
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/IO/Compress/Gzip.pm
788328aeec2a PSARC/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/Constants.pm
788328aeec2a PSARC/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/RawDeflate.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/IO/Compress/Zip
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/IO/Compress/Zip.pm
788328aeec2a PSARC/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/Constants.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/IO/Compress/Zlib
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/IO/Compress/Zlib/Constants.pm
788328aeec2a PSARC/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/Extra.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/IO/Uncompress
788328aeec2a PSARC/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/Adapter
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/IO/Uncompress/Adapter/Bunzip2.pm
788328aeec2a PSARC/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/Identity.pm
788328aeec2a PSARC/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/Inflate.pm
788328aeec2a PSARC/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/AnyInflate.pm
788328aeec2a PSARC/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/AnyUncompress.pm
788328aeec2a PSARC/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/Base.pm
788328aeec2a PSARC/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/Bunzip2.pm
788328aeec2a PSARC/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/Gunzip.pm
788328aeec2a PSARC/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/Inflate.pm
788328aeec2a PSARC/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/RawInflate.pm
788328aeec2a PSARC/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/Unzip.pm
788328aeec2a PSARC/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/Zlib.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/IPC
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/IPC/Cmd.pm
788328aeec2a PSARC/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/Open2.pm
788328aeec2a PSARC/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/Open3.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/JSON
788328aeec2a PSARC/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/PP
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/JSON/PP.pm
788328aeec2a PSARC/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/Boolean.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Locale
788328aeec2a PSARC/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/Codes
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Locale/Codes.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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/API.pod
788328aeec2a PSARC/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/Changes.pod
788328aeec2a PSARC/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/Constants.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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/Country.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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_Codes.pm
788328aeec2a PSARC/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_Retired.pm
788328aeec2a PSARC/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/Currency.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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_Codes.pm
788328aeec2a PSARC/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_Retired.pm
788328aeec2a PSARC/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/LangExt.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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_Codes.pm
788328aeec2a PSARC/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_Retired.pm
788328aeec2a PSARC/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/LangFam.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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_Codes.pm
788328aeec2a PSARC/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_Retired.pm
788328aeec2a PSARC/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/LangVar.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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_Codes.pm
788328aeec2a PSARC/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_Retired.pm
788328aeec2a PSARC/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/Language.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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_Codes.pm
788328aeec2a PSARC/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_Retired.pm
788328aeec2a PSARC/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/Script.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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_Codes.pm
788328aeec2a PSARC/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_Retired.pm
788328aeec2a PSARC/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/Country.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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/Currency.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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/Language.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Locale/Maketext
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Locale/Maketext.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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/Cookbook.pod
788328aeec2a PSARC/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/Guts.pm
788328aeec2a PSARC/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/GutsLoader.pm
788328aeec2a PSARC/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/Simple.pm
788328aeec2a PSARC/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/TPJ13.pod
788328aeec2a PSARC/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/Script.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Log
788328aeec2a PSARC/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/Message
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Log/Message.pm
788328aeec2a PSARC/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/Config.pm
788328aeec2a PSARC/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/Handlers.pm
788328aeec2a PSARC/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/Item.pm
788328aeec2a PSARC/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/Simple.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Math
788328aeec2a PSARC/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/BigFloat
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Math/BigFloat.pm
788328aeec2a PSARC/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/Trace.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Math/BigInt
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Math/BigInt.pm
788328aeec2a PSARC/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/Calc.pm
788328aeec2a PSARC/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/CalcEmu.pm
788328aeec2a PSARC/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/Trace.pm
788328aeec2a PSARC/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/BigRat.pm
788328aeec2a PSARC/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/Complex.pm
788328aeec2a PSARC/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/Trig.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Memoize
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Memoize.pm
788328aeec2a PSARC/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/AnyDBM_File.pm
788328aeec2a PSARC/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/Expire.pm
788328aeec2a PSARC/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/ExpireFile.pm
788328aeec2a PSARC/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/ExpireTest.pm
788328aeec2a PSARC/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/NDBM_File.pm
788328aeec2a PSARC/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/SDBM_File.pm
788328aeec2a PSARC/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/Storable.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Module
788328aeec2a PSARC/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/Build
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Module/Build.pm
788328aeec2a PSARC/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/API.pod
788328aeec2a PSARC/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/Authoring.pod
788328aeec2a PSARC/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/Base.pm
788328aeec2a PSARC/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/Bundling.pod
788328aeec2a PSARC/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/Compat.pm
788328aeec2a PSARC/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/Config.pm
788328aeec2a PSARC/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/ConfigData.pm
788328aeec2a PSARC/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/Cookbook.pm
788328aeec2a PSARC/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/Dumper.pm
788328aeec2a PSARC/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/ModuleInfo.pm
788328aeec2a PSARC/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/Notes.pm
788328aeec2a PSARC/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/PPMMaker.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Module/Build/Platform
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Module/Build/Platform/Amiga.pm
788328aeec2a PSARC/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/Default.pm
788328aeec2a PSARC/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/EBCDIC.pm
788328aeec2a PSARC/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/MPEiX.pm
788328aeec2a PSARC/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/MacOS.pm
788328aeec2a PSARC/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/RiscOS.pm
788328aeec2a PSARC/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/Unix.pm
788328aeec2a PSARC/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/VMS.pm
788328aeec2a PSARC/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/VOS.pm
788328aeec2a PSARC/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/Windows.pm
788328aeec2a PSARC/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/aix.pm
788328aeec2a PSARC/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/cygwin.pm
788328aeec2a PSARC/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/darwin.pm
788328aeec2a PSARC/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/os2.pm
788328aeec2a PSARC/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/PodParser.pm
788328aeec2a PSARC/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/Version.pm
788328aeec2a PSARC/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/YAML.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Module/CoreList
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Module/CoreList.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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/TieHashDelta.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Module/Load
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Module/Load.pm
788328aeec2a PSARC/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/Conditional.pm
788328aeec2a PSARC/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/Loaded.pm
788328aeec2a PSARC/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/Metadata.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Module/Pluggable
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Module/Pluggable.pm
788328aeec2a PSARC/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/Object.pm
788328aeec2a PSARC/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/NEXT.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Net
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Net/Cmd.pm
788328aeec2a PSARC/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/Config.pm
788328aeec2a PSARC/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/Domain.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Net/FTP
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Net/FTP.pm
788328aeec2a PSARC/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/A.pm
788328aeec2a PSARC/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/E.pm
788328aeec2a PSARC/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/I.pm
788328aeec2a PSARC/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/L.pm
788328aeec2a PSARC/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/dataconn.pm
788328aeec2a PSARC/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/NNTP.pm
788328aeec2a PSARC/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/Netrc.pm
788328aeec2a PSARC/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/POP3.pm
788328aeec2a PSARC/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/Ping.pm
788328aeec2a PSARC/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/SMTP.pm
788328aeec2a PSARC/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/Time.pm
788328aeec2a PSARC/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/hostent.pm
788328aeec2a PSARC/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/libnetFAQ.pod
788328aeec2a PSARC/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/netent.pm
788328aeec2a PSARC/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/protoent.pm
788328aeec2a PSARC/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/servent.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Object
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Object/Accessor.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Package
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Package/Constants.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Params
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Params/Check.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Parse
788328aeec2a PSARC/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/CPAN
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Parse/CPAN/Meta.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Perl
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Perl/OSType.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/PerlIO
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/PerlIO.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/PerlIO/via
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/PerlIO/via/QuotedPrint.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Pod
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Pod/Checker.pm
788328aeec2a PSARC/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/Escapes.pm
788328aeec2a PSARC/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/Find.pm
788328aeec2a PSARC/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/Functions.pm
788328aeec2a PSARC/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/Html.pm
788328aeec2a PSARC/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/InputObjects.pm
788328aeec2a PSARC/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/LaTeX.pm
788328aeec2a PSARC/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/Man.pm
788328aeec2a PSARC/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/ParseLink.pm
788328aeec2a PSARC/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/ParseUtils.pm
788328aeec2a PSARC/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/Parser.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Pod/Perldoc
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Pod/Perldoc.pm
788328aeec2a PSARC/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/BaseTo.pm
788328aeec2a PSARC/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/GetOptsOO.pm
788328aeec2a PSARC/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/ToANSI.pm
788328aeec2a PSARC/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/ToChecker.pm
788328aeec2a PSARC/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/ToMan.pm
788328aeec2a PSARC/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/ToNroff.pm
788328aeec2a PSARC/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/ToPod.pm
788328aeec2a PSARC/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/ToRtf.pm
788328aeec2a PSARC/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/ToTerm.pm
788328aeec2a PSARC/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/ToText.pm
788328aeec2a PSARC/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/ToTk.pm
788328aeec2a PSARC/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/ToXml.pm
788328aeec2a PSARC/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/PlainText.pm
788328aeec2a PSARC/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/Select.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Pod/Simple
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Pod/Simple.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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/BlackBox.pm
788328aeec2a PSARC/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/Checker.pm
788328aeec2a PSARC/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/Debug.pm
788328aeec2a PSARC/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/DumpAsText.pm
788328aeec2a PSARC/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/DumpAsXML.pm
788328aeec2a PSARC/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/HTML.pm
788328aeec2a PSARC/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/HTMLBatch.pm
788328aeec2a PSARC/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/HTMLLegacy.pm
788328aeec2a PSARC/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/LinkSection.pm
788328aeec2a PSARC/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/Methody.pm
788328aeec2a PSARC/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/Progress.pm
788328aeec2a PSARC/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/PullParser.pm
788328aeec2a PSARC/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/PullParserEndToken.pm
788328aeec2a PSARC/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/PullParserStartToken.pm
788328aeec2a PSARC/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/PullParserTextToken.pm
788328aeec2a PSARC/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/PullParserToken.pm
788328aeec2a PSARC/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/RTF.pm
788328aeec2a PSARC/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/Search.pm
788328aeec2a PSARC/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/SimpleTree.pm
788328aeec2a PSARC/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/Subclassing.pod
788328aeec2a PSARC/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/Text.pm
788328aeec2a PSARC/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/TextContent.pm
788328aeec2a PSARC/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/TiedOutFH.pm
788328aeec2a PSARC/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/Transcode.pm
788328aeec2a PSARC/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/TranscodeDumb.pm
788328aeec2a PSARC/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/TranscodeSmart.pm
788328aeec2a PSARC/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/XHTML.pm
788328aeec2a PSARC/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/XMLOutStream.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Pod/Text
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Pod/Text.pm
788328aeec2a PSARC/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/Color.pm
788328aeec2a PSARC/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/Overstrike.pm
788328aeec2a PSARC/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/Termcap.pm
788328aeec2a PSARC/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/Usage.pm
788328aeec2a PSARC/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/Safe.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Search
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Search/Dict.pm
788328aeec2a PSARC/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/SelectSaver.pm
788328aeec2a PSARC/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/SelfLoader.pm
788328aeec2a PSARC/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/Symbol.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/TAP
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/TAP/Base.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/TAP/Formatter
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/TAP/Formatter/Base.pm
788328aeec2a PSARC/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/Color.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/TAP/Formatter/Console
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/TAP/Formatter/Console.pm
788328aeec2a PSARC/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/ParallelSession.pm
788328aeec2a PSARC/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/Session.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/TAP/Formatter/File
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/TAP/Formatter/File.pm
788328aeec2a PSARC/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/Session.pm
788328aeec2a PSARC/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/Session.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/TAP/Harness
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/TAP/Harness.pm
788328aeec2a PSARC/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/Beyond.pod
788328aeec2a PSARC/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/Object.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/TAP/Parser
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/TAP/Parser.pm
788328aeec2a PSARC/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/Aggregator.pm
788328aeec2a PSARC/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/Grammar.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/TAP/Parser/Iterator
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/TAP/Parser/Iterator.pm
788328aeec2a PSARC/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/Array.pm
788328aeec2a PSARC/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/Process.pm
788328aeec2a PSARC/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/Stream.pm
788328aeec2a PSARC/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/IteratorFactory.pm
788328aeec2a PSARC/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/Multiplexer.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/TAP/Parser/Result
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/TAP/Parser/Result.pm
788328aeec2a PSARC/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/Bailout.pm
788328aeec2a PSARC/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/Comment.pm
788328aeec2a PSARC/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/Plan.pm
788328aeec2a PSARC/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/Pragma.pm
788328aeec2a PSARC/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/Test.pm
788328aeec2a PSARC/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/Unknown.pm
788328aeec2a PSARC/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/Version.pm
788328aeec2a PSARC/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/YAML.pm
788328aeec2a PSARC/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/ResultFactory.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/TAP/Parser/Scheduler
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/TAP/Parser/Scheduler.pm
788328aeec2a PSARC/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/Job.pm
788328aeec2a PSARC/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/Spinner.pm
788328aeec2a PSARC/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/Source.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/TAP/Parser/SourceHandler
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/TAP/Parser/SourceHandler.pm
788328aeec2a PSARC/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/Executable.pm
788328aeec2a PSARC/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/File.pm
788328aeec2a PSARC/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/Handle.pm
788328aeec2a PSARC/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/Perl.pm
788328aeec2a PSARC/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/RawTAP.pm
788328aeec2a PSARC/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/Utils.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/TAP/Parser/YAMLish
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/TAP/Parser/YAMLish/Reader.pm
788328aeec2a PSARC/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/Writer.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Term
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Term/ANSIColor.pm
788328aeec2a PSARC/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/Cap.pm
788328aeec2a PSARC/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/Complete.pm
788328aeec2a PSARC/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/ReadLine.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Term/UI
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Term/UI.pm
788328aeec2a PSARC/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/History.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Test
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Test.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Test/Builder
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Test/Builder.pm
788328aeec2a PSARC/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/Module.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Test/Builder/Tester
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Test/Builder/Tester.pm
788328aeec2a PSARC/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/Color.pm
788328aeec2a PSARC/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/Harness.pm
788328aeec2a PSARC/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/More.pm
788328aeec2a PSARC/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/Simple.pm
788328aeec2a PSARC/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/Tutorial.pod
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Text
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Text/Abbrev.pm
788328aeec2a PSARC/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/Balanced.pm
788328aeec2a PSARC/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/ParseWords.pm
788328aeec2a PSARC/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/Tabs.pm
788328aeec2a PSARC/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/Wrap.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Thread
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Thread.pm
788328aeec2a PSARC/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/Queue.pm
788328aeec2a PSARC/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/Semaphore.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Tie
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Tie/Array.pm
788328aeec2a PSARC/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/File.pm
788328aeec2a PSARC/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/Handle.pm
788328aeec2a PSARC/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/Hash.pm
788328aeec2a PSARC/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/Memoize.pm
788328aeec2a PSARC/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/RefHash.pm
788328aeec2a PSARC/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/Scalar.pm
788328aeec2a PSARC/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/StdHandle.pm
788328aeec2a PSARC/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/SubstrHash.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Time
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Time/Local.pm
788328aeec2a PSARC/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/gmtime.pm
788328aeec2a PSARC/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/localtime.pm
788328aeec2a PSARC/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/tm.pm
788328aeec2a PSARC/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/UNIVERSAL.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Unicode
788328aeec2a PSARC/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/Collate
788328aeec2a PSARC/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/CJK
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Unicode/Collate/CJK/Big5.pm
788328aeec2a PSARC/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/GB2312.pm
788328aeec2a PSARC/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/JISX0208.pm
788328aeec2a PSARC/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/Korean.pm
788328aeec2a PSARC/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/Pinyin.pm
788328aeec2a PSARC/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/Stroke.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Unicode/Collate/Locale
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Unicode/Collate/Locale/af.pl
788328aeec2a PSARC/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/ar.pl
788328aeec2a PSARC/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/as.pl
788328aeec2a PSARC/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/az.pl
788328aeec2a PSARC/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/be.pl
788328aeec2a PSARC/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/bg.pl
788328aeec2a PSARC/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/bn.pl
788328aeec2a PSARC/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/ca.pl
788328aeec2a PSARC/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/cs.pl
788328aeec2a PSARC/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/cy.pl
788328aeec2a PSARC/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/da.pl
788328aeec2a PSARC/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/de_phone.pl
788328aeec2a PSARC/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/eo.pl
788328aeec2a PSARC/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/es.pl
788328aeec2a PSARC/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_trad.pl
788328aeec2a PSARC/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/et.pl
788328aeec2a PSARC/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/fa.pl
788328aeec2a PSARC/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/fi.pl
788328aeec2a PSARC/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_phone.pl
788328aeec2a PSARC/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/fil.pl
788328aeec2a PSARC/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/fo.pl
788328aeec2a PSARC/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/fr.pl
788328aeec2a PSARC/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/gu.pl
788328aeec2a PSARC/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/ha.pl
788328aeec2a PSARC/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/haw.pl
788328aeec2a PSARC/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/hi.pl
788328aeec2a PSARC/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/hr.pl
788328aeec2a PSARC/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/hu.pl
788328aeec2a PSARC/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/hy.pl
788328aeec2a PSARC/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/ig.pl
788328aeec2a PSARC/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/is.pl
788328aeec2a PSARC/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/ja.pl
788328aeec2a PSARC/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/kk.pl
788328aeec2a PSARC/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/kl.pl
788328aeec2a PSARC/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/kn.pl
788328aeec2a PSARC/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/ko.pl
788328aeec2a PSARC/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/kok.pl
788328aeec2a PSARC/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/ln.pl
788328aeec2a PSARC/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/lt.pl
788328aeec2a PSARC/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/lv.pl
788328aeec2a PSARC/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/mk.pl
788328aeec2a PSARC/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/ml.pl
788328aeec2a PSARC/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/mr.pl
788328aeec2a PSARC/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/mt.pl
788328aeec2a PSARC/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/nb.pl
788328aeec2a PSARC/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/nn.pl
788328aeec2a PSARC/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/nso.pl
788328aeec2a PSARC/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/om.pl
788328aeec2a PSARC/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/or.pl
788328aeec2a PSARC/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/pa.pl
788328aeec2a PSARC/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/pl.pl
788328aeec2a PSARC/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/ro.pl
788328aeec2a PSARC/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/ru.pl
788328aeec2a PSARC/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/sa.pl
788328aeec2a PSARC/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/se.pl
788328aeec2a PSARC/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/si.pl
788328aeec2a PSARC/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_dict.pl
788328aeec2a PSARC/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/sk.pl
788328aeec2a PSARC/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/sl.pl
788328aeec2a PSARC/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/sq.pl
788328aeec2a PSARC/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/sr.pl
788328aeec2a PSARC/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/sv.pl
788328aeec2a PSARC/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_refo.pl
788328aeec2a PSARC/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/ta.pl
788328aeec2a PSARC/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/te.pl
788328aeec2a PSARC/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/th.pl
788328aeec2a PSARC/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/tn.pl
788328aeec2a PSARC/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/to.pl
788328aeec2a PSARC/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/tr.pl
788328aeec2a PSARC/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/uk.pl
788328aeec2a PSARC/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/ur.pl
788328aeec2a PSARC/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/vi.pl
788328aeec2a PSARC/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/wae.pl
788328aeec2a PSARC/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/wo.pl
788328aeec2a PSARC/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/yo.pl
788328aeec2a PSARC/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/zh.pl
788328aeec2a PSARC/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_big5.pl
788328aeec2a PSARC/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_gb.pl
788328aeec2a PSARC/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_pin.pl
788328aeec2a PSARC/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_strk.pl
788328aeec2a PSARC/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/allkeys.txt
788328aeec2a PSARC/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/keys.txt
788328aeec2a PSARC/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/UCD.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/User
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/User/grent.pm
788328aeec2a PSARC/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/pwent.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/Version
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/Version/Requirements.pm
788328aeec2a PSARC/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/XSLoader.pm
788328aeec2a PSARC/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/_charnames.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/autodie
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/autodie.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/autodie/exception
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/autodie/exception.pm
788328aeec2a PSARC/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/system.pm
788328aeec2a PSARC/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/hints.pm
788328aeec2a PSARC/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/autouse.pm
788328aeec2a PSARC/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/base.pm
788328aeec2a PSARC/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/bigint.pm
788328aeec2a PSARC/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/bignum.pm
788328aeec2a PSARC/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/bigrat.pm
788328aeec2a PSARC/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/blib.pm
788328aeec2a PSARC/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/bytes.pm
788328aeec2a PSARC/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_heavy.pl
788328aeec2a PSARC/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/charnames.pm
788328aeec2a PSARC/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/constant.pm
788328aeec2a PSARC/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/deprecate.pm
788328aeec2a PSARC/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/diagnostics.pm
788328aeec2a PSARC/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/dumpvar.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/encoding
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/encoding/warnings.pm
788328aeec2a PSARC/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/feature.pm
788328aeec2a PSARC/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/fields.pm
788328aeec2a PSARC/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/filetest.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/.packlist
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/B
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/B.pm
788328aeec2a PSARC/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/Concise.pm
788328aeec2a PSARC/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/Showlex.pm
788328aeec2a PSARC/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/Terse.pm
788328aeec2a PSARC/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/Xref.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/CORE/EXTERN.h
788328aeec2a PSARC/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/INTERN.h
788328aeec2a PSARC/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/XSUB.h
788328aeec2a PSARC/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/av.h
788328aeec2a PSARC/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/bitcount.h
788328aeec2a PSARC/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/charclass_invlists.h
788328aeec2a PSARC/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/config.h
788328aeec2a PSARC/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/cop.h
788328aeec2a PSARC/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/cv.h
788328aeec2a PSARC/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/dosish.h
788328aeec2a PSARC/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/embed.h
788328aeec2a PSARC/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/embedvar.h
788328aeec2a PSARC/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/fakesdio.h
788328aeec2a PSARC/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/fakethr.h
788328aeec2a PSARC/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/feature.h
788328aeec2a PSARC/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/form.h
788328aeec2a PSARC/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/git_version.h
788328aeec2a PSARC/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/gv.h
788328aeec2a PSARC/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/handy.h
788328aeec2a PSARC/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/hv.h
788328aeec2a PSARC/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/intrpvar.h
788328aeec2a PSARC/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/iperlsys.h
788328aeec2a PSARC/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/keywords.h
788328aeec2a PSARC/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/l1_char_class_tab.h
788328aeec2a PSARC/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/libperl.so
788328aeec2a PSARC/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/malloc_ctl.h
788328aeec2a PSARC/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/metaconfig.h
788328aeec2a PSARC/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/mg.h
788328aeec2a PSARC/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_data.h
788328aeec2a PSARC/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_raw.h
788328aeec2a PSARC/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_vtable.h
788328aeec2a PSARC/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/mydtrace.h
788328aeec2a PSARC/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/nostdio.h
788328aeec2a PSARC/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/op.h
788328aeec2a PSARC/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_reg_common.h
788328aeec2a PSARC/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/opcode.h
788328aeec2a PSARC/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/opnames.h
788328aeec2a PSARC/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/overload.h
788328aeec2a PSARC/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/pad.h
788328aeec2a PSARC/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/parser.h
788328aeec2a PSARC/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/patchlevel.h
788328aeec2a PSARC/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/perl.h
788328aeec2a PSARC/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/perlapi.h
788328aeec2a PSARC/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/perldtrace.h
788328aeec2a PSARC/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/perlio.h
788328aeec2a PSARC/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/perliol.h
788328aeec2a PSARC/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/perlsdio.h
788328aeec2a PSARC/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/perlsfio.h
788328aeec2a PSARC/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/perlvars.h
788328aeec2a PSARC/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/perly.h
788328aeec2a PSARC/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/pp.h
788328aeec2a PSARC/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_proto.h
788328aeec2a PSARC/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/proto.h
788328aeec2a PSARC/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/reentr.h
788328aeec2a PSARC/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/regcharclass.h
788328aeec2a PSARC/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/regcomp.h
788328aeec2a PSARC/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/regexp.h
788328aeec2a PSARC/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/regnodes.h
788328aeec2a PSARC/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/scope.h
788328aeec2a PSARC/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/sv.h
788328aeec2a PSARC/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/thread.h
788328aeec2a PSARC/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/time64.h
788328aeec2a PSARC/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_config.h
788328aeec2a PSARC/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/uconfig.h
788328aeec2a PSARC/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/unixish.h
788328aeec2a PSARC/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/utf8.h
788328aeec2a PSARC/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/utfebcdic.h
788328aeec2a PSARC/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/util.h
788328aeec2a PSARC/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/uudmap.h
788328aeec2a PSARC/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/warnings.h
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Compress
788328aeec2a PSARC/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/Raw
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Compress/Raw/Bzip2.pm
788328aeec2a PSARC/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/Zlib.pm
788328aeec2a PSARC/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/Config.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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_git.pl
788328aeec2a PSARC/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_heavy.pl
788328aeec2a PSARC/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/Cwd.pm
788328aeec2a PSARC/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/DB_File.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Data
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Data/Dumper.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Devel
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Devel/PPPort.pm
788328aeec2a PSARC/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/Peek.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Digest
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Digest/MD5.pm
788328aeec2a PSARC/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/SHA.pm
788328aeec2a PSARC/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/DynaLoader.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode.pm
788328aeec2a PSARC/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/Alias.pm
788328aeec2a PSARC/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/Byte.pm
788328aeec2a PSARC/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/CJKConstants.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/CN
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/CN.pm
788328aeec2a PSARC/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/HZ.pm
788328aeec2a PSARC/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/Config.pm
788328aeec2a PSARC/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/EBCDIC.pm
788328aeec2a PSARC/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/Encoder.pm
788328aeec2a PSARC/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/Encoding.pm
788328aeec2a PSARC/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/GSM0338.pm
788328aeec2a PSARC/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/Guess.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/JP
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/JP.pm
788328aeec2a PSARC/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/H2Z.pm
788328aeec2a PSARC/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/JIS7.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/KR
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/KR.pm
788328aeec2a PSARC/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/2022_KR.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/MIME
788328aeec2a PSARC/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/Header
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/MIME/Header.pm
788328aeec2a PSARC/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/ISO_2022_JP.pm
788328aeec2a PSARC/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/Name.pm
788328aeec2a PSARC/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/Symbol.pm
788328aeec2a PSARC/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/TW.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Unicode
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Encode/Unicode.pm
788328aeec2a PSARC/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/UTF7.pm
788328aeec2a PSARC/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/Errno.pm
788328aeec2a PSARC/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/Fcntl.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Glob.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/File/Spec.pm
788328aeec2a PSARC/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/Cygwin.pm
788328aeec2a PSARC/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/Epoc.pm
788328aeec2a PSARC/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/Functions.pm
788328aeec2a PSARC/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/Mac.pm
788328aeec2a PSARC/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/OS2.pm
788328aeec2a PSARC/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/Unix.pm
788328aeec2a PSARC/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/VMS.pm
788328aeec2a PSARC/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/Win32.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Filter
788328aeec2a PSARC/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/Util
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Filter/Util/Call.pm
788328aeec2a PSARC/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/GDBM_File.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Hash
788328aeec2a PSARC/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/Util
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Hash/Util.pm
788328aeec2a PSARC/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/FieldHash.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/I18N
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/I18N/Langinfo.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO.pm
788328aeec2a PSARC/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/Dir.pm
788328aeec2a PSARC/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/File.pm
788328aeec2a PSARC/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/Handle.pm
788328aeec2a PSARC/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/Pipe.pm
788328aeec2a PSARC/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/Poll.pm
788328aeec2a PSARC/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/Seekable.pm
788328aeec2a PSARC/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/Select.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Socket
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IO/Socket.pm
788328aeec2a PSARC/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/INET.pm
788328aeec2a PSARC/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/UNIX.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IPC
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/IPC/Msg.pm
788328aeec2a PSARC/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/Semaphore.pm
788328aeec2a PSARC/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/SharedMem.pm
788328aeec2a PSARC/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/SysV.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/List
788328aeec2a PSARC/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/Util
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/List/Util.pm
788328aeec2a PSARC/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/XS.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/MIME
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/MIME/Base64.pm
788328aeec2a PSARC/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/QuotedPrint.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Math
788328aeec2a PSARC/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/BigInt
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Math/BigInt/FastCalc.pm
788328aeec2a PSARC/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/NDBM_File.pm
788328aeec2a PSARC/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/O.pm
788328aeec2a PSARC/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/ODBM_File.pm
788328aeec2a PSARC/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/Opcode.pm
788328aeec2a PSARC/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/POSIX.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/PerlIO
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/PerlIO/encoding.pm
788328aeec2a PSARC/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/mmap.pm
788328aeec2a PSARC/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/scalar.pm
788328aeec2a PSARC/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/via.pm
788328aeec2a PSARC/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/SDBM_File.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Scalar
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Scalar/Util.pm
788328aeec2a PSARC/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/Socket.pm
788328aeec2a PSARC/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/Storable.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Sys
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Sys/Hostname.pm
788328aeec2a PSARC/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/Syslog.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Text
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Text/Soundex.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Tie
788328aeec2a PSARC/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/Hash
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Tie/Hash/NamedCapture.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Time
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Time/HiRes.pm
788328aeec2a PSARC/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/Piece.pm
788328aeec2a PSARC/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/Seconds.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Unicode
788328aeec2a PSARC/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/Collate
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/Unicode/Collate.pm
788328aeec2a PSARC/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/Locale.pm
788328aeec2a PSARC/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/Normalize.pm
788328aeec2a PSARC/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/arybase.pm
788328aeec2a PSARC/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/attributes.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto
788328aeec2a PSARC/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/B
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/B/B.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress
788328aeec2a PSARC/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/Raw
788328aeec2a PSARC/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/Bzip2
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw/Bzip2/Bzip2.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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/autosplit.ix
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw/Zlib
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Compress/Raw/Zlib/Zlib.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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/autosplit.ix
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Cwd
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Cwd/Cwd.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/DB_File
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/DB_File/DB_File.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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/autosplit.ix
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Data
788328aeec2a PSARC/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/Dumper
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Data/Dumper/Dumper.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Devel
788328aeec2a PSARC/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/PPPort
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Devel/PPPort/PPPort.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Devel/Peek
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Devel/Peek/Peek.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Digest
788328aeec2a PSARC/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/MD5
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Digest/MD5/MD5.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Digest/SHA
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Digest/SHA/SHA.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode
788328aeec2a PSARC/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/Byte
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Byte/Byte.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/CN
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/CN/CN.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/EBCDIC
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/EBCDIC/EBCDIC.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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/Encode.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/JP
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/JP/JP.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/KR
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/KR/KR.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Symbol
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Symbol/Symbol.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/TW
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/TW/TW.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Unicode
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Encode/Unicode/Unicode.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Fcntl
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Fcntl/Fcntl.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/File
788328aeec2a PSARC/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/Glob
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/File/Glob/Glob.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Filter
788328aeec2a PSARC/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/Util
788328aeec2a PSARC/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/Call
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Filter/Util/Call/Call.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/GDBM_File
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/GDBM_File/GDBM_File.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Hash
788328aeec2a PSARC/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/Util
788328aeec2a PSARC/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/FieldHash
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Hash/Util/FieldHash/FieldHash.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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/Util.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/I18N
788328aeec2a PSARC/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/Langinfo
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/I18N/Langinfo/Langinfo.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/IO
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/IO/IO.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/IPC
788328aeec2a PSARC/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/SysV
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/IPC/SysV/SysV.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/List
788328aeec2a PSARC/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/Util
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/List/Util/Util.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/MIME
788328aeec2a PSARC/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/Base64
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/MIME/Base64/Base64.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Math
788328aeec2a PSARC/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/BigInt
788328aeec2a PSARC/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/FastCalc
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Math/BigInt/FastCalc/FastCalc.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/NDBM_File
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/NDBM_File/NDBM_File.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/ODBM_File
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/ODBM_File/ODBM_File.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Opcode
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Opcode/Opcode.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/POSIX
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/POSIX/POSIX.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO
788328aeec2a PSARC/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/encoding
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/encoding/encoding.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/mmap
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/mmap/mmap.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/scalar
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/scalar/scalar.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/via
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/PerlIO/via/via.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/SDBM_File
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/SDBM_File/SDBM_File.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Socket
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Socket/Socket.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Storable
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Storable/Storable.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Sys
788328aeec2a PSARC/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/Hostname
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Sys/Hostname/Hostname.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Sys/Syslog
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Sys/Syslog/Syslog.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Text
788328aeec2a PSARC/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/Soundex
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Text/Soundex/Soundex.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Tie
788328aeec2a PSARC/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/Hash
788328aeec2a PSARC/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/NamedCapture
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Tie/Hash/NamedCapture/NamedCapture.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Time
788328aeec2a PSARC/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/HiRes
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Time/HiRes/HiRes.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Time/Piece
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Time/Piece/Piece.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Unicode
788328aeec2a PSARC/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/Collate
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Unicode/Collate/Collate.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Unicode/Normalize
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/Unicode/Normalize/Normalize.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/arybase
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/arybase/arybase.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/attributes
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/attributes/attributes.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/mro
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/mro/mro.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/re
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/re/re.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/sdbm
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/sdbm/extralibs.ld
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/threads
788328aeec2a PSARC/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/shared
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/auto/threads/shared/shared.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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/threads.bs
788328aeec2a PSARC/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.so
788328aeec2a PSARC/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/encoding.pm
788328aeec2a PSARC/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/lib.pm
788328aeec2a PSARC/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/mro.pm
788328aeec2a PSARC/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/ops.pm
788328aeec2a PSARC/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/re.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/threads
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/$(P_ARCH)-solaris-64/threads.pm
788328aeec2a PSARC/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/shared.pm
788328aeec2a PSARC/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/if.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/inc
788328aeec2a PSARC/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/latest
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/inc/latest.pm
788328aeec2a PSARC/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/private.pm
788328aeec2a PSARC/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/integer.pm
788328aeec2a PSARC/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/less.pm
788328aeec2a PSARC/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/locale.pm
788328aeec2a PSARC/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/open.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/overload
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/overload.pm
788328aeec2a PSARC/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/numbers.pm
788328aeec2a PSARC/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/overloading.pm
788328aeec2a PSARC/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/parent.pm
788328aeec2a PSARC/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/perl5db.pl
788328aeec2a PSARC/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/perlfaq.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/pod
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/pod/a2p.pod
788328aeec2a PSARC/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/perl.pod
788328aeec2a PSARC/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/perl5004delta.pod
788328aeec2a PSARC/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/perl5005delta.pod
788328aeec2a PSARC/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/perl5100delta.pod
788328aeec2a PSARC/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/perl5101delta.pod
788328aeec2a PSARC/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/perl5120delta.pod
788328aeec2a PSARC/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/perl5121delta.pod
788328aeec2a PSARC/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/perl5122delta.pod
788328aeec2a PSARC/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/perl5123delta.pod
788328aeec2a PSARC/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/perl5124delta.pod
788328aeec2a PSARC/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/perl5140delta.pod
788328aeec2a PSARC/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/perl5141delta.pod
788328aeec2a PSARC/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/perl5142delta.pod
788328aeec2a PSARC/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/perl5143delta.pod
788328aeec2a PSARC/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/perl5160delta.pod
788328aeec2a PSARC/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/perl5161delta.pod
788328aeec2a PSARC/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/perl5162delta.pod
788328aeec2a PSARC/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/perl561delta.pod
788328aeec2a PSARC/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/perl56delta.pod
788328aeec2a PSARC/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/perl581delta.pod
788328aeec2a PSARC/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/perl582delta.pod
788328aeec2a PSARC/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/perl583delta.pod
788328aeec2a PSARC/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/perl584delta.pod
788328aeec2a PSARC/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/perl585delta.pod
788328aeec2a PSARC/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/perl586delta.pod
788328aeec2a PSARC/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/perl587delta.pod
788328aeec2a PSARC/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/perl588delta.pod
788328aeec2a PSARC/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/perl589delta.pod
788328aeec2a PSARC/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/perl58delta.pod
788328aeec2a PSARC/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/perlaix.pod
788328aeec2a PSARC/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/perlamiga.pod
788328aeec2a PSARC/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/perlapi.pod
788328aeec2a PSARC/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/perlapio.pod
788328aeec2a PSARC/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/perlartistic.pod
788328aeec2a PSARC/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/perlbeos.pod
788328aeec2a PSARC/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/perlbook.pod
788328aeec2a PSARC/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/perlboot.pod
788328aeec2a PSARC/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/perlbot.pod
788328aeec2a PSARC/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/perlbs2000.pod
788328aeec2a PSARC/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/perlcall.pod
788328aeec2a PSARC/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/perlce.pod
788328aeec2a PSARC/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/perlcheat.pod
788328aeec2a PSARC/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/perlclib.pod
788328aeec2a PSARC/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/perlcn.pod
788328aeec2a PSARC/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/perlcommunity.pod
788328aeec2a PSARC/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/perlcygwin.pod
788328aeec2a PSARC/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/perldata.pod
788328aeec2a PSARC/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/perldbmfilter.pod
788328aeec2a PSARC/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/perldebguts.pod
788328aeec2a PSARC/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/perldebtut.pod
788328aeec2a PSARC/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/perldebug.pod
788328aeec2a PSARC/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/perldelta.pod
788328aeec2a PSARC/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/perldgux.pod
788328aeec2a PSARC/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/perldiag.pod
788328aeec2a PSARC/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/perldoc.pod
788328aeec2a PSARC/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/perldos.pod
788328aeec2a PSARC/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/perldsc.pod
788328aeec2a PSARC/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/perldtrace.pod
788328aeec2a PSARC/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/perlebcdic.pod
788328aeec2a PSARC/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/perlembed.pod
788328aeec2a PSARC/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/perlepoc.pod
788328aeec2a PSARC/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/perlexperiment.pod
788328aeec2a PSARC/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/perlfaq.pod
788328aeec2a PSARC/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/perlfaq1.pod
788328aeec2a PSARC/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/perlfaq2.pod
788328aeec2a PSARC/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/perlfaq3.pod
788328aeec2a PSARC/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/perlfaq4.pod
788328aeec2a PSARC/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/perlfaq5.pod
788328aeec2a PSARC/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/perlfaq6.pod
788328aeec2a PSARC/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/perlfaq7.pod
788328aeec2a PSARC/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/perlfaq8.pod
788328aeec2a PSARC/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/perlfaq9.pod
788328aeec2a PSARC/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/perlfilter.pod
788328aeec2a PSARC/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/perlfork.pod
788328aeec2a PSARC/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/perlform.pod
788328aeec2a PSARC/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/perlfreebsd.pod
788328aeec2a PSARC/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/perlfunc.pod
788328aeec2a PSARC/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/perlgit.pod
788328aeec2a PSARC/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/perlglossary.pod
788328aeec2a PSARC/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/perlgpl.pod
788328aeec2a PSARC/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/perlguts.pod
788328aeec2a PSARC/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/perlhack.pod
788328aeec2a PSARC/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/perlhacktips.pod
788328aeec2a PSARC/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/perlhacktut.pod
788328aeec2a PSARC/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/perlhaiku.pod
788328aeec2a PSARC/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/perlhist.pod
788328aeec2a PSARC/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/perlhpux.pod
788328aeec2a PSARC/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/perlhurd.pod
788328aeec2a PSARC/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/perlintern.pod
788328aeec2a PSARC/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/perlinterp.pod
788328aeec2a PSARC/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/perlintro.pod
788328aeec2a PSARC/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/perliol.pod
788328aeec2a PSARC/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/perlipc.pod
788328aeec2a PSARC/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/perlirix.pod
788328aeec2a PSARC/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/perljp.pod
788328aeec2a PSARC/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/perlko.pod
788328aeec2a PSARC/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/perllexwarn.pod
788328aeec2a PSARC/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/perllinux.pod
788328aeec2a PSARC/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/perllocale.pod
788328aeec2a PSARC/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/perllol.pod
788328aeec2a PSARC/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/perlmacos.pod
788328aeec2a PSARC/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/perlmacosx.pod
788328aeec2a PSARC/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/perlmod.pod
788328aeec2a PSARC/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/perlmodinstall.pod
788328aeec2a PSARC/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/perlmodlib.pod
788328aeec2a PSARC/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/perlmodstyle.pod
788328aeec2a PSARC/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/perlmpeix.pod
788328aeec2a PSARC/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/perlmroapi.pod
788328aeec2a PSARC/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/perlnetware.pod
788328aeec2a PSARC/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/perlnewmod.pod
788328aeec2a PSARC/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/perlnumber.pod
788328aeec2a PSARC/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/perlobj.pod
788328aeec2a PSARC/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/perlootut.pod
788328aeec2a PSARC/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/perlop.pod
788328aeec2a PSARC/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/perlopenbsd.pod
788328aeec2a PSARC/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/perlopentut.pod
788328aeec2a PSARC/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/perlos2.pod
788328aeec2a PSARC/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/perlos390.pod
788328aeec2a PSARC/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/perlos400.pod
788328aeec2a PSARC/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/perlpacktut.pod
788328aeec2a PSARC/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/perlperf.pod
788328aeec2a PSARC/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/perlplan9.pod
788328aeec2a PSARC/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/perlpod.pod
788328aeec2a PSARC/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/perlpodspec.pod
788328aeec2a PSARC/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/perlpodstyle.pod
788328aeec2a PSARC/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/perlpolicy.pod
788328aeec2a PSARC/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/perlport.pod
788328aeec2a PSARC/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/perlpragma.pod
788328aeec2a PSARC/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/perlqnx.pod
788328aeec2a PSARC/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/perlre.pod
788328aeec2a PSARC/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/perlreapi.pod
788328aeec2a PSARC/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/perlrebackslash.pod
788328aeec2a PSARC/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/perlrecharclass.pod
788328aeec2a PSARC/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/perlref.pod
788328aeec2a PSARC/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/perlreftut.pod
788328aeec2a PSARC/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/perlreguts.pod
788328aeec2a PSARC/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/perlrequick.pod
788328aeec2a PSARC/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/perlreref.pod
788328aeec2a PSARC/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/perlretut.pod
788328aeec2a PSARC/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/perlriscos.pod
788328aeec2a PSARC/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/perlrun.pod
788328aeec2a PSARC/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/perlsec.pod
788328aeec2a PSARC/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/perlsolaris.pod
788328aeec2a PSARC/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/perlsource.pod
788328aeec2a PSARC/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/perlstyle.pod
788328aeec2a PSARC/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/perlsub.pod
788328aeec2a PSARC/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/perlsymbian.pod
788328aeec2a PSARC/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/perlsyn.pod
788328aeec2a PSARC/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/perlthrtut.pod
788328aeec2a PSARC/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/perltie.pod
788328aeec2a PSARC/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/perltoc.pod
788328aeec2a PSARC/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/perltodo.pod
788328aeec2a PSARC/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/perltooc.pod
788328aeec2a PSARC/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/perltoot.pod
788328aeec2a PSARC/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/perltrap.pod
788328aeec2a PSARC/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/perltru64.pod
788328aeec2a PSARC/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/perltw.pod
788328aeec2a PSARC/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/perlunicode.pod
788328aeec2a PSARC/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/perlunifaq.pod
788328aeec2a PSARC/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/perluniintro.pod
788328aeec2a PSARC/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/perluniprops.pod
788328aeec2a PSARC/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/perlunitut.pod
788328aeec2a PSARC/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/perlutil.pod
788328aeec2a PSARC/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/perluts.pod
788328aeec2a PSARC/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/perlvar.pod
788328aeec2a PSARC/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/perlvmesa.pod
788328aeec2a PSARC/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/perlvms.pod
788328aeec2a PSARC/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/perlvos.pod
788328aeec2a PSARC/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/perlwin32.pod
788328aeec2a PSARC/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/perlxs.pod
788328aeec2a PSARC/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/perlxstut.pod
788328aeec2a PSARC/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/perlxstypemap.pod
788328aeec2a PSARC/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/sigtrap.pm
788328aeec2a PSARC/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/sort.pm
788328aeec2a PSARC/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/strict.pm
788328aeec2a PSARC/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/subs.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/Blocks.txt
788328aeec2a PSARC/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/CaseFolding.txt
788328aeec2a PSARC/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/CombiningClass.pl
788328aeec2a PSARC/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/Decomposition.pl
788328aeec2a PSARC/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/Heavy.pl
788328aeec2a PSARC/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/Name.pl
788328aeec2a PSARC/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.pm
788328aeec2a PSARC/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/NamedSequences.txt
788328aeec2a PSARC/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/SpecialCasing.txt
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/To
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/To/Age.pl
788328aeec2a PSARC/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/Bc.pl
788328aeec2a PSARC/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/Bmg.pl
788328aeec2a PSARC/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/Cf.pl
788328aeec2a PSARC/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/Digit.pl
788328aeec2a PSARC/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/Ea.pl
788328aeec2a PSARC/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/Fold.pl
788328aeec2a PSARC/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/GCB.pl
788328aeec2a PSARC/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/Gc.pl
788328aeec2a PSARC/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/Hst.pl
788328aeec2a PSARC/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/Isc.pl
788328aeec2a PSARC/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/Jg.pl
788328aeec2a PSARC/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/Jt.pl
788328aeec2a PSARC/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/Lb.pl
788328aeec2a PSARC/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/Lc.pl
788328aeec2a PSARC/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/Lower.pl
788328aeec2a PSARC/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/NFCQC.pl
788328aeec2a PSARC/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/NFDQC.pl
788328aeec2a PSARC/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/NFKCCF.pl
788328aeec2a PSARC/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/NFKCQC.pl
788328aeec2a PSARC/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/NFKDQC.pl
788328aeec2a PSARC/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/Na1.pl
788328aeec2a PSARC/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/NameAlia.pl
788328aeec2a PSARC/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/Nt.pl
788328aeec2a PSARC/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/Nv.pl
788328aeec2a PSARC/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/PerlDeci.pl
788328aeec2a PSARC/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/SB.pl
788328aeec2a PSARC/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/Sc.pl
788328aeec2a PSARC/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/Scx.pl
788328aeec2a PSARC/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/Tc.pl
788328aeec2a PSARC/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/Title.pl
788328aeec2a PSARC/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/Uc.pl
788328aeec2a PSARC/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/Upper.pl
788328aeec2a PSARC/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/WB.pl
788328aeec2a PSARC/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/UCD.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib
788328aeec2a PSARC/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/AHex
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/AHex/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Age
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Age/NA.pl
788328aeec2a PSARC/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/V11.pl
788328aeec2a PSARC/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/V20.pl
788328aeec2a PSARC/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/V21.pl
788328aeec2a PSARC/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/V30.pl
788328aeec2a PSARC/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/V31.pl
788328aeec2a PSARC/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/V32.pl
788328aeec2a PSARC/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/V40.pl
788328aeec2a PSARC/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/V41.pl
788328aeec2a PSARC/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/V50.pl
788328aeec2a PSARC/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/V51.pl
788328aeec2a PSARC/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/V52.pl
788328aeec2a PSARC/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/V60.pl
788328aeec2a PSARC/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/V61.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Alpha
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Alpha/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Bc
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Bc/AL.pl
788328aeec2a PSARC/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/AN.pl
788328aeec2a PSARC/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/B.pl
788328aeec2a PSARC/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/BN.pl
788328aeec2a PSARC/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/CS.pl
788328aeec2a PSARC/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/EN.pl
788328aeec2a PSARC/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/ES.pl
788328aeec2a PSARC/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/ET.pl
788328aeec2a PSARC/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/L.pl
788328aeec2a PSARC/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/LRE.pl
788328aeec2a PSARC/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/LRO.pl
788328aeec2a PSARC/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/NSM.pl
788328aeec2a PSARC/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/ON.pl
788328aeec2a PSARC/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/PDF.pl
788328aeec2a PSARC/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/R.pl
788328aeec2a PSARC/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/RLE.pl
788328aeec2a PSARC/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/RLO.pl
788328aeec2a PSARC/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/S.pl
788328aeec2a PSARC/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/WS.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/BidiC
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/BidiC/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/BidiM
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/BidiM/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Blk
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Blk/ASCII.pl
788328aeec2a PSARC/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/AegeanNu.pl
788328aeec2a PSARC/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/Alchemic.pl
788328aeec2a PSARC/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/Alphabet.pl
788328aeec2a PSARC/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/Ancient2.pl
788328aeec2a PSARC/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/AncientG.pl
788328aeec2a PSARC/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/AncientS.pl
788328aeec2a PSARC/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/Arabic.pl
788328aeec2a PSARC/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/ArabicEx.pl
788328aeec2a PSARC/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/ArabicMa.pl
788328aeec2a PSARC/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/ArabicP2.pl
788328aeec2a PSARC/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/ArabicPF.pl
788328aeec2a PSARC/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/ArabicSu.pl
788328aeec2a PSARC/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/Armenian.pl
788328aeec2a PSARC/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/Arrows.pl
788328aeec2a PSARC/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/Avestan.pl
788328aeec2a PSARC/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/Balinese.pl
788328aeec2a PSARC/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/Bamum.pl
788328aeec2a PSARC/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/BamumSup.pl
788328aeec2a PSARC/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/Batak.pl
788328aeec2a PSARC/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/Bengali.pl
788328aeec2a PSARC/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/BlockEle.pl
788328aeec2a PSARC/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/Bopomof2.pl
788328aeec2a PSARC/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/Bopomofo.pl
788328aeec2a PSARC/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/BoxDrawi.pl
788328aeec2a PSARC/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/Brahmi.pl
788328aeec2a PSARC/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/Buginese.pl
788328aeec2a PSARC/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/Buhid.pl
788328aeec2a PSARC/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/Byzantin.pl
788328aeec2a PSARC/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/CJK.pl
788328aeec2a PSARC/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/CJKComp2.pl
788328aeec2a PSARC/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/CJKComp3.pl
788328aeec2a PSARC/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/CJKComp4.pl
788328aeec2a PSARC/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/CJKCompa.pl
788328aeec2a PSARC/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/CJKExtA.pl
788328aeec2a PSARC/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/CJKExtB.pl
788328aeec2a PSARC/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/CJKExtC.pl
788328aeec2a PSARC/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/CJKExtD.pl
788328aeec2a PSARC/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/CJKRadic.pl
788328aeec2a PSARC/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/CJKStrok.pl
788328aeec2a PSARC/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/CJKSymbo.pl
788328aeec2a PSARC/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/Carian.pl
788328aeec2a PSARC/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/Chakma.pl
788328aeec2a PSARC/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/Cham.pl
788328aeec2a PSARC/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/Cherokee.pl
788328aeec2a PSARC/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/CompatJa.pl
788328aeec2a PSARC/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/ControlP.pl
788328aeec2a PSARC/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/Coptic.pl
788328aeec2a PSARC/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/Counting.pl
788328aeec2a PSARC/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/Cuneifo2.pl
788328aeec2a PSARC/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/Cuneifor.pl
788328aeec2a PSARC/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/Currency.pl
788328aeec2a PSARC/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/CypriotS.pl
788328aeec2a PSARC/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/Cyrilli2.pl
788328aeec2a PSARC/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/Cyrilli3.pl
788328aeec2a PSARC/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/Cyrilli4.pl
788328aeec2a PSARC/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/Cyrillic.pl
788328aeec2a PSARC/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/Devanag2.pl
788328aeec2a PSARC/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/Devanaga.pl
788328aeec2a PSARC/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/Diacrit2.pl
788328aeec2a PSARC/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/Diacrit3.pl
788328aeec2a PSARC/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/Diacriti.pl
788328aeec2a PSARC/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/Dingbats.pl
788328aeec2a PSARC/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/Domino.pl
788328aeec2a PSARC/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/Egyptian.pl
788328aeec2a PSARC/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/Emoticon.pl
788328aeec2a PSARC/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/Enclose2.pl
788328aeec2a PSARC/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/Enclose3.pl
788328aeec2a PSARC/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/Enclose4.pl
788328aeec2a PSARC/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/Enclosed.pl
788328aeec2a PSARC/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/Ethiopi2.pl
788328aeec2a PSARC/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/Ethiopi3.pl
788328aeec2a PSARC/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/Ethiopi4.pl
788328aeec2a PSARC/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/Ethiopic.pl
788328aeec2a PSARC/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/Geometri.pl
788328aeec2a PSARC/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/Georgia2.pl
788328aeec2a PSARC/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/Georgian.pl
788328aeec2a PSARC/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/Glagolit.pl
788328aeec2a PSARC/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/Gothic.pl
788328aeec2a PSARC/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/Greek.pl
788328aeec2a PSARC/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/GreekExt.pl
788328aeec2a PSARC/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/Gujarati.pl
788328aeec2a PSARC/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/Gurmukhi.pl
788328aeec2a PSARC/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/HalfAndF.pl
788328aeec2a PSARC/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/HalfMark.pl
788328aeec2a PSARC/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/Hangul.pl
788328aeec2a PSARC/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/Hanunoo.pl
788328aeec2a PSARC/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/Hebrew.pl
788328aeec2a PSARC/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/HighPUSu.pl
788328aeec2a PSARC/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/HighSurr.pl
788328aeec2a PSARC/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/Hiragana.pl
788328aeec2a PSARC/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/IDC.pl
788328aeec2a PSARC/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/IPAExt.pl
788328aeec2a PSARC/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/Imperial.pl
788328aeec2a PSARC/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/IndicNum.pl
788328aeec2a PSARC/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/Inscrip2.pl
788328aeec2a PSARC/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/Inscript.pl
788328aeec2a PSARC/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/Jamo.pl
788328aeec2a PSARC/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/JamoExtA.pl
788328aeec2a PSARC/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/JamoExtB.pl
788328aeec2a PSARC/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/Javanese.pl
788328aeec2a PSARC/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/Kaithi.pl
788328aeec2a PSARC/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/KanaSup.pl
788328aeec2a PSARC/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/Kanbun.pl
788328aeec2a PSARC/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/Kangxi.pl
788328aeec2a PSARC/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/Kannada.pl
788328aeec2a PSARC/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/Katakan2.pl
788328aeec2a PSARC/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/Katakana.pl
788328aeec2a PSARC/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/Kharosht.pl
788328aeec2a PSARC/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/Khmer.pl
788328aeec2a PSARC/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/KhmerSym.pl
788328aeec2a PSARC/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/Lao.pl
788328aeec2a PSARC/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/Latin1.pl
788328aeec2a PSARC/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/LatinEx2.pl
788328aeec2a PSARC/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/LatinEx3.pl
788328aeec2a PSARC/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/LatinEx4.pl
788328aeec2a PSARC/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/LatinEx5.pl
788328aeec2a PSARC/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/LatinExt.pl
788328aeec2a PSARC/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/Lepcha.pl
788328aeec2a PSARC/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/Letterli.pl
788328aeec2a PSARC/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/Limbu.pl
788328aeec2a PSARC/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/LinearBI.pl
788328aeec2a PSARC/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/LinearBS.pl
788328aeec2a PSARC/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/LowSurro.pl
788328aeec2a PSARC/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/Lycian.pl
788328aeec2a PSARC/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/Lydian.pl
788328aeec2a PSARC/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/Mahjong.pl
788328aeec2a PSARC/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/Malayala.pl
788328aeec2a PSARC/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/Mandaic.pl
788328aeec2a PSARC/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/MathAlph.pl
788328aeec2a PSARC/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/MathOper.pl
788328aeec2a PSARC/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/MeeteiM2.pl
788328aeec2a PSARC/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/MeeteiMa.pl
788328aeec2a PSARC/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/Meroitic.pl
788328aeec2a PSARC/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/Miao.pl
788328aeec2a PSARC/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/MiscArro.pl
788328aeec2a PSARC/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/MiscMat2.pl
788328aeec2a PSARC/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/MiscMath.pl
788328aeec2a PSARC/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/MiscPict.pl
788328aeec2a PSARC/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/MiscSymb.pl
788328aeec2a PSARC/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/MiscTech.pl
788328aeec2a PSARC/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/Modifie2.pl
788328aeec2a PSARC/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/Modifier.pl
788328aeec2a PSARC/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/Mongolia.pl
788328aeec2a PSARC/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/Music.pl
788328aeec2a PSARC/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/Myanmar.pl
788328aeec2a PSARC/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/MyanmarE.pl
788328aeec2a PSARC/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/NB.pl
788328aeec2a PSARC/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/NKo.pl
788328aeec2a PSARC/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/NewTaiLu.pl
788328aeec2a PSARC/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/NumberFo.pl
788328aeec2a PSARC/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/OCR.pl
788328aeec2a PSARC/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/Ogham.pl
788328aeec2a PSARC/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/OldItali.pl
788328aeec2a PSARC/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/OldPersi.pl
788328aeec2a PSARC/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/OldTurki.pl
788328aeec2a PSARC/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/Oriya.pl
788328aeec2a PSARC/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/Osmanya.pl
788328aeec2a PSARC/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/PUA.pl
788328aeec2a PSARC/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/PhagsPa.pl
788328aeec2a PSARC/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/Phaistos.pl
788328aeec2a PSARC/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/Phoenici.pl
788328aeec2a PSARC/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/Phoneti2.pl
788328aeec2a PSARC/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/Phonetic.pl
788328aeec2a PSARC/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/PlayingC.pl
788328aeec2a PSARC/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/Punctuat.pl
788328aeec2a PSARC/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/Rejang.pl
788328aeec2a PSARC/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/Rumi.pl
788328aeec2a PSARC/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/Runic.pl
788328aeec2a PSARC/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/Samarita.pl
788328aeec2a PSARC/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/Saurasht.pl
788328aeec2a PSARC/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/Sharada.pl
788328aeec2a PSARC/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/Sinhala.pl
788328aeec2a PSARC/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/SmallFor.pl
788328aeec2a PSARC/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/SoraSomp.pl
788328aeec2a PSARC/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/Specials.pl
788328aeec2a PSARC/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/Sundane2.pl
788328aeec2a PSARC/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/Sundanes.pl
788328aeec2a PSARC/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/SupArro2.pl
788328aeec2a PSARC/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/SupArrow.pl
788328aeec2a PSARC/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/SupMathO.pl
788328aeec2a PSARC/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/SupPUAA.pl
788328aeec2a PSARC/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/SupPUAB.pl
788328aeec2a PSARC/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/SupPunct.pl
788328aeec2a PSARC/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/SuperAnd.pl
788328aeec2a PSARC/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/SylotiNa.pl
788328aeec2a PSARC/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/Syriac.pl
788328aeec2a PSARC/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/Tagalog.pl
788328aeec2a PSARC/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/Tagbanwa.pl
788328aeec2a PSARC/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/Tags.pl
788328aeec2a PSARC/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/TaiLe.pl
788328aeec2a PSARC/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/TaiTham.pl
788328aeec2a PSARC/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/TaiViet.pl
788328aeec2a PSARC/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/TaiXuanJ.pl
788328aeec2a PSARC/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/Takri.pl
788328aeec2a PSARC/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/Tamil.pl
788328aeec2a PSARC/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/Telugu.pl
788328aeec2a PSARC/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/Thaana.pl
788328aeec2a PSARC/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/Thai.pl
788328aeec2a PSARC/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/Tibetan.pl
788328aeec2a PSARC/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/Tifinagh.pl
788328aeec2a PSARC/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/Transpor.pl
788328aeec2a PSARC/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/UCAS.pl
788328aeec2a PSARC/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/UCASExt.pl
788328aeec2a PSARC/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/Ugaritic.pl
788328aeec2a PSARC/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/VS.pl
788328aeec2a PSARC/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/VSSup.pl
788328aeec2a PSARC/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/Vai.pl
788328aeec2a PSARC/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/VedicExt.pl
788328aeec2a PSARC/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/Vertical.pl
788328aeec2a PSARC/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/YiRadica.pl
788328aeec2a PSARC/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/YiSyllab.pl
788328aeec2a PSARC/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/Yijing.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/CE
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/CE/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/CI
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/CI/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/CWCF
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/CWCF/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/CWCM
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/CWCM/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/CWKCF
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/CWKCF/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/CWL
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/CWL/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/CWT
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/CWT/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/CWU
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/CWU/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Cased
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Cased/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Ccc
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Ccc/A.pl
788328aeec2a PSARC/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/AL.pl
788328aeec2a PSARC/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/AR.pl
788328aeec2a PSARC/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/ATA.pl
788328aeec2a PSARC/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/ATAR.pl
788328aeec2a PSARC/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/ATB.pl
788328aeec2a PSARC/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/B.pl
788328aeec2a PSARC/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/BL.pl
788328aeec2a PSARC/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/BR.pl
788328aeec2a PSARC/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/CCC10.pl
788328aeec2a PSARC/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/CCC103.pl
788328aeec2a PSARC/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/CCC107.pl
788328aeec2a PSARC/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/CCC11.pl
788328aeec2a PSARC/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/CCC118.pl
788328aeec2a PSARC/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/CCC12.pl
788328aeec2a PSARC/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/CCC122.pl
788328aeec2a PSARC/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/CCC129.pl
788328aeec2a PSARC/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/CCC13.pl
788328aeec2a PSARC/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/CCC130.pl
788328aeec2a PSARC/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/CCC132.pl
788328aeec2a PSARC/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/CCC14.pl
788328aeec2a PSARC/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/CCC15.pl
788328aeec2a PSARC/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/CCC16.pl
788328aeec2a PSARC/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/CCC17.pl
788328aeec2a PSARC/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/CCC18.pl
788328aeec2a PSARC/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/CCC19.pl
788328aeec2a PSARC/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/CCC20.pl
788328aeec2a PSARC/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/CCC21.pl
788328aeec2a PSARC/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/CCC22.pl
788328aeec2a PSARC/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/CCC23.pl
788328aeec2a PSARC/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/CCC24.pl
788328aeec2a PSARC/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/CCC25.pl
788328aeec2a PSARC/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/CCC26.pl
788328aeec2a PSARC/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/CCC27.pl
788328aeec2a PSARC/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/CCC28.pl
788328aeec2a PSARC/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/CCC29.pl
788328aeec2a PSARC/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/CCC30.pl
788328aeec2a PSARC/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/CCC31.pl
788328aeec2a PSARC/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/CCC32.pl
788328aeec2a PSARC/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/CCC33.pl
788328aeec2a PSARC/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/CCC34.pl
788328aeec2a PSARC/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/CCC35.pl
788328aeec2a PSARC/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/CCC36.pl
788328aeec2a PSARC/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/CCC84.pl
788328aeec2a PSARC/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/CCC91.pl
788328aeec2a PSARC/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/DA.pl
788328aeec2a PSARC/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/DB.pl
788328aeec2a PSARC/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/IS.pl
788328aeec2a PSARC/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/KV.pl
788328aeec2a PSARC/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/L.pl
788328aeec2a PSARC/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/NK.pl
788328aeec2a PSARC/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/NR.pl
788328aeec2a PSARC/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/OV.pl
788328aeec2a PSARC/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/R.pl
788328aeec2a PSARC/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/VR.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/CompEx
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/CompEx/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/DI
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/DI/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Dash
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Dash/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Dep
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Dep/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Dia
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Dia/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Dt
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Dt/Com.pl
788328aeec2a PSARC/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/Enc.pl
788328aeec2a PSARC/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/Fin.pl
788328aeec2a PSARC/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/Font.pl
788328aeec2a PSARC/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/Fra.pl
788328aeec2a PSARC/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/Init.pl
788328aeec2a PSARC/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/Iso.pl
788328aeec2a PSARC/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/Med.pl
788328aeec2a PSARC/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/Nar.pl
788328aeec2a PSARC/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/Nb.pl
788328aeec2a PSARC/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/NonCanon.pl
788328aeec2a PSARC/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/None.pl
788328aeec2a PSARC/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/Sml.pl
788328aeec2a PSARC/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/Sqr.pl
788328aeec2a PSARC/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/Sub.pl
788328aeec2a PSARC/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/Sup.pl
788328aeec2a PSARC/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/Vert.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Ea
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Ea/A.pl
788328aeec2a PSARC/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/F.pl
788328aeec2a PSARC/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/H.pl
788328aeec2a PSARC/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/N.pl
788328aeec2a PSARC/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/Na.pl
788328aeec2a PSARC/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/W.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Ext
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Ext/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/GCB
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/GCB/CN.pl
788328aeec2a PSARC/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/EX.pl
788328aeec2a PSARC/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/SM.pl
788328aeec2a PSARC/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/XX.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Gc
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Gc/C.pl
788328aeec2a PSARC/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/Cc.pl
788328aeec2a PSARC/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/Cf.pl
788328aeec2a PSARC/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/Cn.pl
788328aeec2a PSARC/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/Co.pl
788328aeec2a PSARC/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/Cs.pl
788328aeec2a PSARC/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/L.pl
788328aeec2a PSARC/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/LC.pl
788328aeec2a PSARC/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/Ll.pl
788328aeec2a PSARC/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/Lm.pl
788328aeec2a PSARC/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/Lo.pl
788328aeec2a PSARC/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/Lu.pl
788328aeec2a PSARC/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/M.pl
788328aeec2a PSARC/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/Mc.pl
788328aeec2a PSARC/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/Me.pl
788328aeec2a PSARC/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/Mn.pl
788328aeec2a PSARC/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/N.pl
788328aeec2a PSARC/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/Nd.pl
788328aeec2a PSARC/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/Nl.pl
788328aeec2a PSARC/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/No.pl
788328aeec2a PSARC/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/P.pl
788328aeec2a PSARC/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/Pc.pl
788328aeec2a PSARC/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/Pd.pl
788328aeec2a PSARC/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/Pe.pl
788328aeec2a PSARC/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/Pf.pl
788328aeec2a PSARC/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/Pi.pl
788328aeec2a PSARC/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/Po.pl
788328aeec2a PSARC/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/Ps.pl
788328aeec2a PSARC/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/S.pl
788328aeec2a PSARC/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/Sc.pl
788328aeec2a PSARC/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/Sk.pl
788328aeec2a PSARC/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/Sm.pl
788328aeec2a PSARC/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/So.pl
788328aeec2a PSARC/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/Z.pl
788328aeec2a PSARC/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/Zl.pl
788328aeec2a PSARC/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/Zp.pl
788328aeec2a PSARC/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/Zs.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/GrBase
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/GrBase/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Hex
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Hex/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Hst
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Hst/NA.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Hyphen
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Hyphen/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/IDC
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/IDC/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/IDS
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/IDS/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/IDSB
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/IDSB/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/IDST
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/IDST/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Ideo
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Ideo/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/In
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/In/2_0.pl
788328aeec2a PSARC/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_1.pl
788328aeec2a PSARC/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/3_0.pl
788328aeec2a PSARC/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_1.pl
788328aeec2a PSARC/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_2.pl
788328aeec2a PSARC/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/4_0.pl
788328aeec2a PSARC/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_1.pl
788328aeec2a PSARC/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/5_0.pl
788328aeec2a PSARC/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_1.pl
788328aeec2a PSARC/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_2.pl
788328aeec2a PSARC/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/6_0.pl
788328aeec2a PSARC/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_1.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Jg
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Jg/Ain.pl
788328aeec2a PSARC/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/Alaph.pl
788328aeec2a PSARC/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/Alef.pl
788328aeec2a PSARC/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/Beh.pl
788328aeec2a PSARC/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/Beth.pl
788328aeec2a PSARC/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/Burushas.pl
788328aeec2a PSARC/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/Dal.pl
788328aeec2a PSARC/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/DalathRi.pl
788328aeec2a PSARC/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/E.pl
788328aeec2a PSARC/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/FarsiYeh.pl
788328aeec2a PSARC/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/Fe.pl
788328aeec2a PSARC/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/Feh.pl
788328aeec2a PSARC/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/FinalSem.pl
788328aeec2a PSARC/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/Gaf.pl
788328aeec2a PSARC/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/Gamal.pl
788328aeec2a PSARC/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/Hah.pl
788328aeec2a PSARC/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/HamzaOnH.pl
788328aeec2a PSARC/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/He.pl
788328aeec2a PSARC/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/Heh.pl
788328aeec2a PSARC/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/HehGoal.pl
788328aeec2a PSARC/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/Heth.pl
788328aeec2a PSARC/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/Kaf.pl
788328aeec2a PSARC/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/Kaph.pl
788328aeec2a PSARC/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/Khaph.pl
788328aeec2a PSARC/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/KnottedH.pl
788328aeec2a PSARC/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/Lam.pl
788328aeec2a PSARC/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/Lamadh.pl
788328aeec2a PSARC/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/Meem.pl
788328aeec2a PSARC/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/Mim.pl
788328aeec2a PSARC/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/NoJoinin.pl
788328aeec2a PSARC/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/Noon.pl
788328aeec2a PSARC/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/Nun.pl
788328aeec2a PSARC/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/Nya.pl
788328aeec2a PSARC/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/Pe.pl
788328aeec2a PSARC/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/Qaf.pl
788328aeec2a PSARC/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/Qaph.pl
788328aeec2a PSARC/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/Reh.pl
788328aeec2a PSARC/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/Reversed.pl
788328aeec2a PSARC/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/Rohingya.pl
788328aeec2a PSARC/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/Sad.pl
788328aeec2a PSARC/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/Sadhe.pl
788328aeec2a PSARC/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/Seen.pl
788328aeec2a PSARC/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/Semkath.pl
788328aeec2a PSARC/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/Shin.pl
788328aeec2a PSARC/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/SwashKaf.pl
788328aeec2a PSARC/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/SyriacWa.pl
788328aeec2a PSARC/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/Tah.pl
788328aeec2a PSARC/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/Taw.pl
788328aeec2a PSARC/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/TehMarbu.pl
788328aeec2a PSARC/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/Teth.pl
788328aeec2a PSARC/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/Waw.pl
788328aeec2a PSARC/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/Yeh.pl
788328aeec2a PSARC/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/YehBarre.pl
788328aeec2a PSARC/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/YehWithT.pl
788328aeec2a PSARC/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/Yudh.pl
788328aeec2a PSARC/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/YudhHe.pl
788328aeec2a PSARC/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/Zain.pl
788328aeec2a PSARC/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/Zhain.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/JoinC
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/JoinC/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Jt
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Jt/C.pl
788328aeec2a PSARC/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/D.pl
788328aeec2a PSARC/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/R.pl
788328aeec2a PSARC/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/T.pl
788328aeec2a PSARC/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/U.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/LOE
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/LOE/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Lb
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Lb/AI.pl
788328aeec2a PSARC/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/AL.pl
788328aeec2a PSARC/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/B2.pl
788328aeec2a PSARC/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/BA.pl
788328aeec2a PSARC/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/BB.pl
788328aeec2a PSARC/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/BK.pl
788328aeec2a PSARC/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/CB.pl
788328aeec2a PSARC/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/CJ.pl
788328aeec2a PSARC/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/CL.pl
788328aeec2a PSARC/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/CM.pl
788328aeec2a PSARC/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/CP.pl
788328aeec2a PSARC/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/CR.pl
788328aeec2a PSARC/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/EX.pl
788328aeec2a PSARC/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/GL.pl
788328aeec2a PSARC/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/H2.pl
788328aeec2a PSARC/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/H3.pl
788328aeec2a PSARC/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/HL.pl
788328aeec2a PSARC/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/HY.pl
788328aeec2a PSARC/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/ID.pl
788328aeec2a PSARC/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/IN.pl
788328aeec2a PSARC/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/IS.pl
788328aeec2a PSARC/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/JL.pl
788328aeec2a PSARC/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/JT.pl
788328aeec2a PSARC/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/JV.pl
788328aeec2a PSARC/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/LF.pl
788328aeec2a PSARC/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/NL.pl
788328aeec2a PSARC/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/NS.pl
788328aeec2a PSARC/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/NU.pl
788328aeec2a PSARC/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/OP.pl
788328aeec2a PSARC/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/PO.pl
788328aeec2a PSARC/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/PR.pl
788328aeec2a PSARC/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/QU.pl
788328aeec2a PSARC/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/SA.pl
788328aeec2a PSARC/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/SG.pl
788328aeec2a PSARC/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/SP.pl
788328aeec2a PSARC/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/SY.pl
788328aeec2a PSARC/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/WJ.pl
788328aeec2a PSARC/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/XX.pl
788328aeec2a PSARC/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/ZW.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Lower
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Lower/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Math
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Math/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/NChar
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/NChar/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/NFCQC
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/NFCQC/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/NFDQC
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/NFDQC/N.pl
788328aeec2a PSARC/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/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/NFKCQC
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/NFKCQC/M.pl
788328aeec2a PSARC/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/N.pl
788328aeec2a PSARC/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/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/NFKDQC
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/NFKDQC/N.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Nt
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Nt/Di.pl
788328aeec2a PSARC/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/Nu.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Nv
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Nv/0.pl
788328aeec2a PSARC/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/1.pl
788328aeec2a PSARC/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/10.pl
788328aeec2a PSARC/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/100.pl
788328aeec2a PSARC/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/1000.pl
788328aeec2a PSARC/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/10000.pl
788328aeec2a PSARC/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/100000.pl
788328aeec2a PSARC/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/10000000.pl
788328aeec2a PSARC/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/10000002.pl
788328aeec2a PSARC/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/11.pl
788328aeec2a PSARC/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_2.pl
788328aeec2a PSARC/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/12.pl
788328aeec2a PSARC/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/13.pl
788328aeec2a PSARC/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_2.pl
788328aeec2a PSARC/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/14.pl
788328aeec2a PSARC/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/15.pl
788328aeec2a PSARC/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_2.pl
788328aeec2a PSARC/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/16.pl
788328aeec2a PSARC/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/17.pl
788328aeec2a PSARC/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_2.pl
788328aeec2a PSARC/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/18.pl
788328aeec2a PSARC/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/19.pl
788328aeec2a PSARC/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/1_10.pl
788328aeec2a PSARC/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_16.pl
788328aeec2a PSARC/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_2.pl
788328aeec2a PSARC/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_3.pl
788328aeec2a PSARC/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_4.pl
788328aeec2a PSARC/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_5.pl
788328aeec2a PSARC/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_6.pl
788328aeec2a PSARC/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_7.pl
788328aeec2a PSARC/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_8.pl
788328aeec2a PSARC/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_9.pl
788328aeec2a PSARC/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/2.pl
788328aeec2a PSARC/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/20.pl
788328aeec2a PSARC/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/200.pl
788328aeec2a PSARC/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/2000.pl
788328aeec2a PSARC/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/20000.pl
788328aeec2a PSARC/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/21.pl
788328aeec2a PSARC/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/22.pl
788328aeec2a PSARC/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/23.pl
788328aeec2a PSARC/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/24.pl
788328aeec2a PSARC/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/25.pl
788328aeec2a PSARC/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/26.pl
788328aeec2a PSARC/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/27.pl
788328aeec2a PSARC/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/28.pl
788328aeec2a PSARC/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/29.pl
788328aeec2a PSARC/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/2_3.pl
788328aeec2a PSARC/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_5.pl
788328aeec2a PSARC/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/3.pl
788328aeec2a PSARC/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/30.pl
788328aeec2a PSARC/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/300.pl
788328aeec2a PSARC/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/3000.pl
788328aeec2a PSARC/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/30000.pl
788328aeec2a PSARC/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/31.pl
788328aeec2a PSARC/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/32.pl
788328aeec2a PSARC/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/33.pl
788328aeec2a PSARC/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/34.pl
788328aeec2a PSARC/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/35.pl
788328aeec2a PSARC/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/36.pl
788328aeec2a PSARC/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/37.pl
788328aeec2a PSARC/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/38.pl
788328aeec2a PSARC/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/39.pl
788328aeec2a PSARC/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/3_16.pl
788328aeec2a PSARC/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_2.pl
788328aeec2a PSARC/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_4.pl
788328aeec2a PSARC/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_5.pl
788328aeec2a PSARC/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_8.pl
788328aeec2a PSARC/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/4.pl
788328aeec2a PSARC/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/40.pl
788328aeec2a PSARC/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/400.pl
788328aeec2a PSARC/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/4000.pl
788328aeec2a PSARC/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/40000.pl
788328aeec2a PSARC/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/41.pl
788328aeec2a PSARC/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/42.pl
788328aeec2a PSARC/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/43.pl
788328aeec2a PSARC/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/44.pl
788328aeec2a PSARC/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/45.pl
788328aeec2a PSARC/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/46.pl
788328aeec2a PSARC/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/47.pl
788328aeec2a PSARC/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/48.pl
788328aeec2a PSARC/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/49.pl
788328aeec2a PSARC/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/4_5.pl
788328aeec2a PSARC/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/5.pl
788328aeec2a PSARC/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/50.pl
788328aeec2a PSARC/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/500.pl
788328aeec2a PSARC/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/5000.pl
788328aeec2a PSARC/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/50000.pl
788328aeec2a PSARC/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/5_2.pl
788328aeec2a PSARC/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_6.pl
788328aeec2a PSARC/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_8.pl
788328aeec2a PSARC/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/6.pl
788328aeec2a PSARC/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/60.pl
788328aeec2a PSARC/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/600.pl
788328aeec2a PSARC/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/6000.pl
788328aeec2a PSARC/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/60000.pl
788328aeec2a PSARC/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/7.pl
788328aeec2a PSARC/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/70.pl
788328aeec2a PSARC/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/700.pl
788328aeec2a PSARC/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/7000.pl
788328aeec2a PSARC/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/70000.pl
788328aeec2a PSARC/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/7_2.pl
788328aeec2a PSARC/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_8.pl
788328aeec2a PSARC/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/8.pl
788328aeec2a PSARC/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/80.pl
788328aeec2a PSARC/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/800.pl
788328aeec2a PSARC/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/8000.pl
788328aeec2a PSARC/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/80000.pl
788328aeec2a PSARC/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/9.pl
788328aeec2a PSARC/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/90.pl
788328aeec2a PSARC/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/900.pl
788328aeec2a PSARC/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/9000.pl
788328aeec2a PSARC/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/90000.pl
788328aeec2a PSARC/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/9_2.pl
788328aeec2a PSARC/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/NaN.pl
788328aeec2a PSARC/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/_1_2.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/PatSyn
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/PatSyn/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/PatWS
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/PatWS/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Perl
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Perl/Alnum.pl
788328aeec2a PSARC/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/Any.pl
788328aeec2a PSARC/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/Assigned.pl
788328aeec2a PSARC/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/Blank.pl
788328aeec2a PSARC/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/Graph.pl
788328aeec2a PSARC/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/PerlSpac.pl
788328aeec2a PSARC/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/PerlWord.pl
788328aeec2a PSARC/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/PosixAln.pl
788328aeec2a PSARC/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/PosixAlp.pl
788328aeec2a PSARC/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/PosixBla.pl
788328aeec2a PSARC/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/PosixCnt.pl
788328aeec2a PSARC/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/PosixDig.pl
788328aeec2a PSARC/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/PosixGra.pl
788328aeec2a PSARC/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/PosixLow.pl
788328aeec2a PSARC/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/PosixPri.pl
788328aeec2a PSARC/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/PosixPun.pl
788328aeec2a PSARC/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/PosixSpa.pl
788328aeec2a PSARC/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/PosixUpp.pl
788328aeec2a PSARC/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/Print.pl
788328aeec2a PSARC/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/SpacePer.pl
788328aeec2a PSARC/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/Title.pl
788328aeec2a PSARC/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/VertSpac.pl
788328aeec2a PSARC/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/Word.pl
788328aeec2a PSARC/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/XPosixPu.pl
788328aeec2a PSARC/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/_PerlIDS.pl
788328aeec2a PSARC/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/_PerlNon.pl
788328aeec2a PSARC/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/_PerlQuo.pl
788328aeec2a PSARC/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/_XBegin.pl
788328aeec2a PSARC/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/_XExtend.pl
788328aeec2a PSARC/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/_XLVLVTV.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/QMark
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/QMark/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Radical
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Radical/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/SB
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/SB/AT.pl
788328aeec2a PSARC/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/CL.pl
788328aeec2a PSARC/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/EX.pl
788328aeec2a PSARC/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/FO.pl
788328aeec2a PSARC/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/LE.pl
788328aeec2a PSARC/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/LO.pl
788328aeec2a PSARC/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/SC.pl
788328aeec2a PSARC/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/SE.pl
788328aeec2a PSARC/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/ST.pl
788328aeec2a PSARC/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/Sp.pl
788328aeec2a PSARC/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/UP.pl
788328aeec2a PSARC/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/XX.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/SD
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/SD/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/STerm
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/STerm/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Sc
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Sc/Arab.pl
788328aeec2a PSARC/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/Armn.pl
788328aeec2a PSARC/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/Beng.pl
788328aeec2a PSARC/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/Bopo.pl
788328aeec2a PSARC/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/Buhd.pl
788328aeec2a PSARC/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/Cprt.pl
788328aeec2a PSARC/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/Deva.pl
788328aeec2a PSARC/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/Geor.pl
788328aeec2a PSARC/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/Gujr.pl
788328aeec2a PSARC/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/Guru.pl
788328aeec2a PSARC/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/Han.pl
788328aeec2a PSARC/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/Hang.pl
788328aeec2a PSARC/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/Hano.pl
788328aeec2a PSARC/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/Hira.pl
788328aeec2a PSARC/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/Kana.pl
788328aeec2a PSARC/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/Kthi.pl
788328aeec2a PSARC/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/Linb.pl
788328aeec2a PSARC/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/Mand.pl
788328aeec2a PSARC/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/Mong.pl
788328aeec2a PSARC/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/Orya.pl
788328aeec2a PSARC/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/Phag.pl
788328aeec2a PSARC/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/Syrc.pl
788328aeec2a PSARC/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/Tagb.pl
788328aeec2a PSARC/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/Takr.pl
788328aeec2a PSARC/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/Tglg.pl
788328aeec2a PSARC/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/Thaa.pl
788328aeec2a PSARC/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/Yi.pl
788328aeec2a PSARC/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/Zinh.pl
788328aeec2a PSARC/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/Zyyy.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Scx
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Scx/Arab.pl
788328aeec2a PSARC/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/Armi.pl
788328aeec2a PSARC/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/Armn.pl
788328aeec2a PSARC/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/Avst.pl
788328aeec2a PSARC/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/Bali.pl
788328aeec2a PSARC/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/Bamu.pl
788328aeec2a PSARC/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/Batk.pl
788328aeec2a PSARC/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/Beng.pl
788328aeec2a PSARC/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/Bopo.pl
788328aeec2a PSARC/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/Brah.pl
788328aeec2a PSARC/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/Brai.pl
788328aeec2a PSARC/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/Bugi.pl
788328aeec2a PSARC/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/Buhd.pl
788328aeec2a PSARC/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/Cakm.pl
788328aeec2a PSARC/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/Cans.pl
788328aeec2a PSARC/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/Cari.pl
788328aeec2a PSARC/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/Cham.pl
788328aeec2a PSARC/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/Cher.pl
788328aeec2a PSARC/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/Copt.pl
788328aeec2a PSARC/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/Cprt.pl
788328aeec2a PSARC/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/Cyrl.pl
788328aeec2a PSARC/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/Deva.pl
788328aeec2a PSARC/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/Dsrt.pl
788328aeec2a PSARC/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/Egyp.pl
788328aeec2a PSARC/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/Ethi.pl
788328aeec2a PSARC/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/Geor.pl
788328aeec2a PSARC/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/Glag.pl
788328aeec2a PSARC/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/Goth.pl
788328aeec2a PSARC/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/Grek.pl
788328aeec2a PSARC/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/Gujr.pl
788328aeec2a PSARC/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/Guru.pl
788328aeec2a PSARC/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/Han.pl
788328aeec2a PSARC/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/Hang.pl
788328aeec2a PSARC/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/Hano.pl
788328aeec2a PSARC/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/Hebr.pl
788328aeec2a PSARC/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/Hira.pl
788328aeec2a PSARC/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/Ital.pl
788328aeec2a PSARC/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/Java.pl
788328aeec2a PSARC/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/Kali.pl
788328aeec2a PSARC/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/Kana.pl
788328aeec2a PSARC/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/Khar.pl
788328aeec2a PSARC/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/Khmr.pl
788328aeec2a PSARC/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/Knda.pl
788328aeec2a PSARC/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/Kthi.pl
788328aeec2a PSARC/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/Lana.pl
788328aeec2a PSARC/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/Lao.pl
788328aeec2a PSARC/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/Latn.pl
788328aeec2a PSARC/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/Lepc.pl
788328aeec2a PSARC/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/Limb.pl
788328aeec2a PSARC/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/Linb.pl
788328aeec2a PSARC/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/Lisu.pl
788328aeec2a PSARC/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/Lyci.pl
788328aeec2a PSARC/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/Lydi.pl
788328aeec2a PSARC/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/Mand.pl
788328aeec2a PSARC/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/Merc.pl
788328aeec2a PSARC/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/Mero.pl
788328aeec2a PSARC/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/Miao.pl
788328aeec2a PSARC/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/Mlym.pl
788328aeec2a PSARC/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/Mong.pl
788328aeec2a PSARC/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/Mtei.pl
788328aeec2a PSARC/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/Mymr.pl
788328aeec2a PSARC/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/Nko.pl
788328aeec2a PSARC/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/Ogam.pl
788328aeec2a PSARC/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/Olck.pl
788328aeec2a PSARC/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/Orkh.pl
788328aeec2a PSARC/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/Orya.pl
788328aeec2a PSARC/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/Osma.pl
788328aeec2a PSARC/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/Phag.pl
788328aeec2a PSARC/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/Phli.pl
788328aeec2a PSARC/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/Phnx.pl
788328aeec2a PSARC/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/Prti.pl
788328aeec2a PSARC/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/Rjng.pl
788328aeec2a PSARC/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/Runr.pl
788328aeec2a PSARC/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/Samr.pl
788328aeec2a PSARC/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/Sarb.pl
788328aeec2a PSARC/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/Saur.pl
788328aeec2a PSARC/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/Shaw.pl
788328aeec2a PSARC/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/Shrd.pl
788328aeec2a PSARC/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/Sinh.pl
788328aeec2a PSARC/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/Sora.pl
788328aeec2a PSARC/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/Sund.pl
788328aeec2a PSARC/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/Sylo.pl
788328aeec2a PSARC/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/Syrc.pl
788328aeec2a PSARC/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/Tagb.pl
788328aeec2a PSARC/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/Takr.pl
788328aeec2a PSARC/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/Tale.pl
788328aeec2a PSARC/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/Talu.pl
788328aeec2a PSARC/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/Taml.pl
788328aeec2a PSARC/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/Tavt.pl
788328aeec2a PSARC/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/Telu.pl
788328aeec2a PSARC/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/Tfng.pl
788328aeec2a PSARC/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/Tglg.pl
788328aeec2a PSARC/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/Thaa.pl
788328aeec2a PSARC/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/Thai.pl
788328aeec2a PSARC/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/Tibt.pl
788328aeec2a PSARC/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/Ugar.pl
788328aeec2a PSARC/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/Vai.pl
788328aeec2a PSARC/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/Xpeo.pl
788328aeec2a PSARC/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/Xsux.pl
788328aeec2a PSARC/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/Yi.pl
788328aeec2a PSARC/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/Zinh.pl
788328aeec2a PSARC/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/Zyyy.pl
788328aeec2a PSARC/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/Zzzz.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Space
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Space/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Term
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Term/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/UIdeo
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/UIdeo/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/Upper
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/Upper/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/VS
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/VS/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/WB
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/WB/FO.pl
788328aeec2a PSARC/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/KA.pl
788328aeec2a PSARC/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/LE.pl
788328aeec2a PSARC/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/MB.pl
788328aeec2a PSARC/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/ML.pl
788328aeec2a PSARC/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/MN.pl
788328aeec2a PSARC/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/NL.pl
788328aeec2a PSARC/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/NU.pl
788328aeec2a PSARC/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/XX.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/XIDC
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/XIDC/Y.pl
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/unicore/lib/XIDS
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/unicore/lib/XIDS/Y.pl
788328aeec2a PSARC/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/version
788328aeec2a PSARC/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/utf8.pm
788328aeec2a PSARC/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_heavy.pl
788328aeec2a PSARC/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/vars.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/version
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/version.pm
788328aeec2a PSARC/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.pod
788328aeec2a PSARC/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/Internals.pod
788328aeec2a PSARC/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/vmsish.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/lib/warnings
788328aeec2a PSARC/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
file path=usr/perl5/5.16/lib/warnings.pm
788328aeec2a PSARC/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/register.pm
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/man
788328aeec2a PSARC/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/man1
788328aeec2a PSARC/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
file path=usr/perl5/5.16/man/man1/a2p.1
788328aeec2a PSARC/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
hardlink path=usr/perl5/5.16/man/man1/c2ph.1 target=pstruct.1
788328aeec2a PSARC/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
file path=usr/perl5/5.16/man/man1/config_data.1
788328aeec2a PSARC/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/corelist.1
788328aeec2a PSARC/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/cpan.1
788328aeec2a PSARC/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/cpan2dist.1
788328aeec2a PSARC/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/cpanp.1
788328aeec2a PSARC/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/enc2xs.1
788328aeec2a PSARC/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/find2perl.1
788328aeec2a PSARC/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/h2ph.1
788328aeec2a PSARC/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/h2xs.1
788328aeec2a PSARC/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/instmodsh.1
788328aeec2a PSARC/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/json_pp.1
788328aeec2a PSARC/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/libnetcfg.1
788328aeec2a PSARC/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/perl.1
788328aeec2a PSARC/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/perl5004delta.1
788328aeec2a PSARC/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/perl5005delta.1
788328aeec2a PSARC/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/perl5100delta.1
788328aeec2a PSARC/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/perl5101delta.1
788328aeec2a PSARC/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/perl5120delta.1
788328aeec2a PSARC/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/perl5121delta.1
788328aeec2a PSARC/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/perl5122delta.1
788328aeec2a PSARC/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/perl5123delta.1
788328aeec2a PSARC/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/perl5124delta.1
788328aeec2a PSARC/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/perl5140delta.1
788328aeec2a PSARC/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/perl5141delta.1
788328aeec2a PSARC/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/perl5142delta.1
788328aeec2a PSARC/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/perl5143delta.1
788328aeec2a PSARC/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/perl5160delta.1
788328aeec2a PSARC/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/perl5161delta.1
788328aeec2a PSARC/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/perl5162delta.1
788328aeec2a PSARC/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/perl561delta.1
788328aeec2a PSARC/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/perl56delta.1
788328aeec2a PSARC/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/perl581delta.1
788328aeec2a PSARC/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/perl582delta.1
788328aeec2a PSARC/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/perl583delta.1
788328aeec2a PSARC/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/perl584delta.1
788328aeec2a PSARC/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/perl585delta.1
788328aeec2a PSARC/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/perl586delta.1
788328aeec2a PSARC/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/perl587delta.1
788328aeec2a PSARC/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/perl588delta.1
788328aeec2a PSARC/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/perl589delta.1
788328aeec2a PSARC/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/perl58delta.1
788328aeec2a PSARC/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/perlaix.1
788328aeec2a PSARC/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/perlamiga.1
788328aeec2a PSARC/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/perlapi.1
788328aeec2a PSARC/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/perlapio.1
788328aeec2a PSARC/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/perlartistic.1
788328aeec2a PSARC/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/perlbeos.1
788328aeec2a PSARC/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/perlbook.1
788328aeec2a PSARC/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/perlboot.1
788328aeec2a PSARC/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/perlbot.1
788328aeec2a PSARC/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/perlbs2000.1
788328aeec2a PSARC/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
hardlink path=usr/perl5/5.16/man/man1/perlbug.1 target=perlthanks.1
788328aeec2a PSARC/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
file path=usr/perl5/5.16/man/man1/perlcall.1
788328aeec2a PSARC/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/perlce.1
788328aeec2a PSARC/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/perlcheat.1
788328aeec2a PSARC/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/perlclib.1
788328aeec2a PSARC/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/perlcn.1
788328aeec2a PSARC/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/perlcommunity.1
788328aeec2a PSARC/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/perlcygwin.1
788328aeec2a PSARC/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/perldata.1
788328aeec2a PSARC/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/perldbmfilter.1
788328aeec2a PSARC/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/perldebguts.1
788328aeec2a PSARC/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/perldebtut.1
788328aeec2a PSARC/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/perldebug.1
788328aeec2a PSARC/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/perldelta.1
788328aeec2a PSARC/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/perldgux.1
788328aeec2a PSARC/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/perldiag.1
788328aeec2a PSARC/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/perldoc.1
788328aeec2a PSARC/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/perldos.1
788328aeec2a PSARC/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/perldsc.1
788328aeec2a PSARC/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/perldtrace.1
788328aeec2a PSARC/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/perlebcdic.1
788328aeec2a PSARC/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/perlembed.1
788328aeec2a PSARC/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/perlepoc.1
788328aeec2a PSARC/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/perlexperiment.1
788328aeec2a PSARC/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/perlfaq.1
788328aeec2a PSARC/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/perlfaq1.1
788328aeec2a PSARC/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/perlfaq2.1
788328aeec2a PSARC/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/perlfaq3.1
788328aeec2a PSARC/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/perlfaq4.1
788328aeec2a PSARC/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/perlfaq5.1
788328aeec2a PSARC/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/perlfaq6.1
788328aeec2a PSARC/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/perlfaq7.1
788328aeec2a PSARC/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/perlfaq8.1
788328aeec2a PSARC/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/perlfaq9.1
788328aeec2a PSARC/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/perlfilter.1
788328aeec2a PSARC/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/perlfork.1
788328aeec2a PSARC/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/perlform.1
788328aeec2a PSARC/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/perlfreebsd.1
788328aeec2a PSARC/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/perlfunc.1
788328aeec2a PSARC/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/perlgit.1
788328aeec2a PSARC/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/perlglossary.1
788328aeec2a PSARC/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/perlgpl.1
788328aeec2a PSARC/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/perlguts.1
788328aeec2a PSARC/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/perlhack.1
788328aeec2a PSARC/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/perlhacktips.1
788328aeec2a PSARC/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/perlhacktut.1
788328aeec2a PSARC/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/perlhaiku.1
788328aeec2a PSARC/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/perlhist.1
788328aeec2a PSARC/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/perlhpux.1
788328aeec2a PSARC/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/perlhurd.1
788328aeec2a PSARC/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/perlintern.1
788328aeec2a PSARC/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/perlinterp.1
788328aeec2a PSARC/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/perlintro.1
788328aeec2a PSARC/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/perliol.1
788328aeec2a PSARC/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/perlipc.1
788328aeec2a PSARC/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/perlirix.1
788328aeec2a PSARC/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/perlivp.1
788328aeec2a PSARC/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/perljp.1
788328aeec2a PSARC/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/perlko.1
788328aeec2a PSARC/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/perllexwarn.1
788328aeec2a PSARC/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/perllinux.1
788328aeec2a PSARC/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/perllocale.1
788328aeec2a PSARC/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/perllol.1
788328aeec2a PSARC/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/perlmacos.1
788328aeec2a PSARC/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/perlmacosx.1
788328aeec2a PSARC/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/perlmod.1
788328aeec2a PSARC/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/perlmodinstall.1
788328aeec2a PSARC/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/perlmodlib.1
788328aeec2a PSARC/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/perlmodstyle.1
788328aeec2a PSARC/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/perlmpeix.1
788328aeec2a PSARC/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/perlmroapi.1
788328aeec2a PSARC/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/perlnetware.1
788328aeec2a PSARC/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/perlnewmod.1
788328aeec2a PSARC/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/perlnumber.1
788328aeec2a PSARC/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/perlobj.1
788328aeec2a PSARC/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/perlootut.1
788328aeec2a PSARC/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/perlop.1
788328aeec2a PSARC/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/perlopenbsd.1
788328aeec2a PSARC/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/perlopentut.1
788328aeec2a PSARC/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/perlos2.1
788328aeec2a PSARC/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/perlos390.1
788328aeec2a PSARC/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/perlos400.1
788328aeec2a PSARC/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/perlpacktut.1
788328aeec2a PSARC/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/perlperf.1
788328aeec2a PSARC/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/perlplan9.1
788328aeec2a PSARC/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/perlpod.1
788328aeec2a PSARC/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/perlpodspec.1
788328aeec2a PSARC/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/perlpodstyle.1
788328aeec2a PSARC/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/perlpolicy.1
788328aeec2a PSARC/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/perlport.1
788328aeec2a PSARC/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/perlpragma.1
788328aeec2a PSARC/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/perlqnx.1
788328aeec2a PSARC/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/perlre.1
788328aeec2a PSARC/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/perlreapi.1
788328aeec2a PSARC/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/perlrebackslash.1
788328aeec2a PSARC/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/perlrecharclass.1
788328aeec2a PSARC/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/perlref.1
788328aeec2a PSARC/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/perlreftut.1
788328aeec2a PSARC/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/perlreguts.1
788328aeec2a PSARC/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/perlrequick.1
788328aeec2a PSARC/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/perlreref.1
788328aeec2a PSARC/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/perlretut.1
788328aeec2a PSARC/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/perlriscos.1
788328aeec2a PSARC/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/perlrun.1
788328aeec2a PSARC/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/perlsec.1
788328aeec2a PSARC/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/perlsolaris.1
788328aeec2a PSARC/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/perlsource.1
788328aeec2a PSARC/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/perlstyle.1
788328aeec2a PSARC/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/perlsub.1
788328aeec2a PSARC/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/perlsymbian.1
788328aeec2a PSARC/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/perlsyn.1
788328aeec2a PSARC/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/perlthanks.1
788328aeec2a PSARC/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/perlthrtut.1
788328aeec2a PSARC/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/perltie.1
788328aeec2a PSARC/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/perltoc.1
788328aeec2a PSARC/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/perltodo.1
788328aeec2a PSARC/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/perltooc.1
788328aeec2a PSARC/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/perltoot.1
788328aeec2a PSARC/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/perltrap.1
788328aeec2a PSARC/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/perltru64.1
788328aeec2a PSARC/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/perltw.1
788328aeec2a PSARC/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/perlunicode.1
788328aeec2a PSARC/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/perlunifaq.1
788328aeec2a PSARC/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/perluniintro.1
788328aeec2a PSARC/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/perluniprops.1
788328aeec2a PSARC/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/perlunitut.1
788328aeec2a PSARC/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/perlutil.1
788328aeec2a PSARC/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/perluts.1
788328aeec2a PSARC/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/perlvar.1
788328aeec2a PSARC/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/perlvmesa.1
788328aeec2a PSARC/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/perlvms.1
788328aeec2a PSARC/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/perlvos.1
788328aeec2a PSARC/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/perlwin32.1
788328aeec2a PSARC/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/perlxs.1
788328aeec2a PSARC/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/perlxstut.1
788328aeec2a PSARC/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/perlxstypemap.1
788328aeec2a PSARC/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/piconv.1
788328aeec2a PSARC/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/pl2pm.1
788328aeec2a PSARC/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/pod2html.1
788328aeec2a PSARC/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/pod2latex.1
788328aeec2a PSARC/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/pod2man.1
788328aeec2a PSARC/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/pod2text.1
788328aeec2a PSARC/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/pod2usage.1
788328aeec2a PSARC/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/podchecker.1
788328aeec2a PSARC/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/podselect.1
788328aeec2a PSARC/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/prove.1
788328aeec2a PSARC/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
hardlink path=usr/perl5/5.16/man/man1/psed.1 target=s2p.1
788328aeec2a PSARC/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
file path=usr/perl5/5.16/man/man1/pstruct.1
788328aeec2a PSARC/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/ptar.1
788328aeec2a PSARC/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/ptardiff.1
788328aeec2a PSARC/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/ptargrep.1
788328aeec2a PSARC/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/s2p.1
788328aeec2a PSARC/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/shasum.1
788328aeec2a PSARC/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/splain.1
788328aeec2a PSARC/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/xsubpp.1
788328aeec2a PSARC/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/zipdetails.1
788328aeec2a PSARC/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
dir  path=usr/perl5/5.16/man/man3
788328aeec2a PSARC/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
file path=usr/perl5/5.16/man/man3/AnyDBM_File.3
788328aeec2a PSARC/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/App::Cpan.3
788328aeec2a PSARC/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::Prove.3
788328aeec2a PSARC/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::State.3
788328aeec2a PSARC/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::Result.3
788328aeec2a PSARC/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::Test.3
788328aeec2a PSARC/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/Archive::Extract.3
788328aeec2a PSARC/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::Tar.3
788328aeec2a PSARC/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::File.3
788328aeec2a PSARC/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/Attribute::Handlers.3
788328aeec2a PSARC/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/AutoLoader.3
788328aeec2a PSARC/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/AutoSplit.3
788328aeec2a PSARC/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/B.3
788328aeec2a PSARC/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::Concise.3
788328aeec2a PSARC/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::Debug.3
788328aeec2a PSARC/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::Deparse.3
788328aeec2a PSARC/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::Lint.3
788328aeec2a PSARC/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::Debug.3
788328aeec2a PSARC/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::Showlex.3
788328aeec2a PSARC/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::Terse.3
788328aeec2a PSARC/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::Xref.3
788328aeec2a PSARC/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/Benchmark.3
788328aeec2a PSARC/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/CGI.3
788328aeec2a PSARC/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::Apache.3
788328aeec2a PSARC/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::Carp.3
788328aeec2a PSARC/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::Cookie.3
788328aeec2a PSARC/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::Fast.3
788328aeec2a PSARC/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::Pretty.3
788328aeec2a PSARC/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::Push.3
788328aeec2a PSARC/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::Switch.3
788328aeec2a PSARC/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::Util.3
788328aeec2a PSARC/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/CORE.3
788328aeec2a PSARC/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/CPAN.3
788328aeec2a PSARC/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::API::HOWTO.3
788328aeec2a PSARC/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::Debug.3
788328aeec2a PSARC/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::Distroprefs.3
788328aeec2a PSARC/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::FirstTime.3
788328aeec2a PSARC/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::HandleConfig.3
788328aeec2a PSARC/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::Kwalify.3
788328aeec2a PSARC/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::Meta.3
788328aeec2a PSARC/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::Converter.3
788328aeec2a PSARC/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::Feature.3
788328aeec2a PSARC/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::History.3
788328aeec2a PSARC/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::Prereqs.3
788328aeec2a PSARC/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::Requirements.3
788328aeec2a PSARC/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::Spec.3
788328aeec2a PSARC/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::Validator.3
788328aeec2a PSARC/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::YAML.3
788328aeec2a PSARC/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::Mirrors.3
788328aeec2a PSARC/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::Nox.3
788328aeec2a PSARC/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::Queue.3
788328aeec2a PSARC/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::Tarzip.3
788328aeec2a PSARC/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::Version.3
788328aeec2a PSARC/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/CPANPLUS.3
788328aeec2a PSARC/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::Backend.3
788328aeec2a PSARC/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::RV.3
788328aeec2a PSARC/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::Config.3
788328aeec2a PSARC/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::Configure.3
788328aeec2a PSARC/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::Dist.3
788328aeec2a PSARC/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::Autobundle.3
788328aeec2a PSARC/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::Base.3
788328aeec2a PSARC/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::Build.3
788328aeec2a PSARC/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::Constants.3
788328aeec2a PSARC/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::MM.3
788328aeec2a PSARC/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::Sample.3
788328aeec2a PSARC/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::Error.3
788328aeec2a PSARC/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::FAQ.3
788328aeec2a PSARC/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::Hacking.3
788328aeec2a PSARC/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::Internals.3
788328aeec2a PSARC/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::Extract.3
788328aeec2a PSARC/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::Fetch.3
788328aeec2a PSARC/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::Report.3
788328aeec2a PSARC/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::Search.3
788328aeec2a PSARC/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::Source.3
788328aeec2a PSARC/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::Memory.3
788328aeec2a PSARC/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::SQLite.3
788328aeec2a PSARC/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::Utils.3
788328aeec2a PSARC/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::Module.3
788328aeec2a PSARC/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::Author.3
788328aeec2a PSARC/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::Fake.3
788328aeec2a PSARC/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::Checksums.3
788328aeec2a PSARC/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::Fake.3
788328aeec2a PSARC/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::Selfupdate.3
788328aeec2a PSARC/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::Shell.3
788328aeec2a PSARC/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::Classic.3
788328aeec2a PSARC/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::Default.3
788328aeec2a PSARC/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::Plugins::CustomSource.3
788328aeec2a PSARC/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::HOWTO.3
788328aeec2a PSARC/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::Remote.3
788328aeec2a PSARC/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::Source.3
788328aeec2a PSARC/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/Carp.3
788328aeec2a PSARC/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/Class::Struct.3
788328aeec2a PSARC/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/Compress::Raw::Bzip2.3
788328aeec2a PSARC/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::Zlib.3
788328aeec2a PSARC/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::Zlib.3
788328aeec2a PSARC/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/Config.3
788328aeec2a PSARC/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::Extensions.3
788328aeec2a PSARC/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/Cwd.3
788328aeec2a PSARC/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/DB.3
788328aeec2a PSARC/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/DBM_Filter.3
788328aeec2a PSARC/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::compress.3
788328aeec2a PSARC/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::encode.3
788328aeec2a PSARC/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::int32.3
788328aeec2a PSARC/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::null.3
788328aeec2a PSARC/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::utf8.3
788328aeec2a PSARC/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/DB_File.3
788328aeec2a PSARC/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/Data::Dumper.3
788328aeec2a PSARC/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/Devel::InnerPackage.3
788328aeec2a PSARC/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::PPPort.3
788328aeec2a PSARC/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::Peek.3
788328aeec2a PSARC/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::SelfStubber.3
788328aeec2a PSARC/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/Digest.3
788328aeec2a PSARC/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::MD5.3
788328aeec2a PSARC/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::SHA.3
788328aeec2a PSARC/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::base.3
788328aeec2a PSARC/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::file.3
788328aeec2a PSARC/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/DirHandle.3
788328aeec2a PSARC/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/Dumpvalue.3
788328aeec2a PSARC/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/DynaLoader.3
788328aeec2a PSARC/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/Encode.3
788328aeec2a PSARC/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::Alias.3
788328aeec2a PSARC/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::Byte.3
788328aeec2a PSARC/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::CJKConstants.3
788328aeec2a PSARC/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::CN.3
788328aeec2a PSARC/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::HZ.3
788328aeec2a PSARC/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::Config.3
788328aeec2a PSARC/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::EBCDIC.3
788328aeec2a PSARC/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::Encoder.3
788328aeec2a PSARC/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::Encoding.3
788328aeec2a PSARC/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::GSM0338.3
788328aeec2a PSARC/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::Guess.3
788328aeec2a PSARC/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::JP.3
788328aeec2a PSARC/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::H2Z.3
788328aeec2a PSARC/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::JIS7.3
788328aeec2a PSARC/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::KR.3
788328aeec2a PSARC/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::2022_KR.3
788328aeec2a PSARC/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::MIME::Header.3
788328aeec2a PSARC/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::Name.3
788328aeec2a PSARC/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::PerlIO.3
788328aeec2a PSARC/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::Supported.3
788328aeec2a PSARC/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::Symbol.3
788328aeec2a PSARC/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::TW.3
788328aeec2a PSARC/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::Unicode.3
788328aeec2a PSARC/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::UTF7.3
788328aeec2a PSARC/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/English.3
788328aeec2a PSARC/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/Env.3
788328aeec2a PSARC/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/Errno.3
788328aeec2a PSARC/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/Exporter.3
788328aeec2a PSARC/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::Heavy.3
788328aeec2a PSARC/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/ExtUtils::CBuilder.3
788328aeec2a PSARC/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::Platform::Windows.3
788328aeec2a PSARC/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::Command.3
788328aeec2a PSARC/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::MM.3
788328aeec2a PSARC/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::Constant.3
788328aeec2a PSARC/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::Base.3
788328aeec2a PSARC/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::Utils.3
788328aeec2a PSARC/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::XS.3
788328aeec2a PSARC/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::Embed.3
788328aeec2a PSARC/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::Install.3
788328aeec2a PSARC/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::Installed.3
788328aeec2a PSARC/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::Liblist.3
788328aeec2a PSARC/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::MM.3
788328aeec2a PSARC/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_AIX.3
788328aeec2a PSARC/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_Any.3
788328aeec2a PSARC/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_BeOS.3
788328aeec2a PSARC/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_Cygwin.3
788328aeec2a PSARC/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_DOS.3
788328aeec2a PSARC/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_Darwin.3
788328aeec2a PSARC/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_MacOS.3
788328aeec2a PSARC/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_NW5.3
788328aeec2a PSARC/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_OS2.3
788328aeec2a PSARC/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_QNX.3
788328aeec2a PSARC/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_UWIN.3
788328aeec2a PSARC/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_Unix.3
788328aeec2a PSARC/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_VMS.3
788328aeec2a PSARC/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_VOS.3
788328aeec2a PSARC/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_Win32.3
788328aeec2a PSARC/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_Win95.3
788328aeec2a PSARC/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::MY.3
788328aeec2a PSARC/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::MakeMaker.3
788328aeec2a PSARC/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::Config.3
788328aeec2a PSARC/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::FAQ.3
788328aeec2a PSARC/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::Tutorial.3
788328aeec2a PSARC/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::Manifest.3
788328aeec2a PSARC/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::Miniperl.3
788328aeec2a PSARC/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::Mkbootstrap.3
788328aeec2a PSARC/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::Mksymlists.3
788328aeec2a PSARC/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::Packlist.3
788328aeec2a PSARC/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::ParseXS.3
788328aeec2a PSARC/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::Constants.3
788328aeec2a PSARC/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::Utilities.3
788328aeec2a PSARC/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::Typemaps.3
788328aeec2a PSARC/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::Cmd.3
788328aeec2a PSARC/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::InputMap.3
788328aeec2a PSARC/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::OutputMap.3
788328aeec2a PSARC/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::Type.3
788328aeec2a PSARC/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::XSSymSet.3
788328aeec2a PSARC/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::testlib.3
788328aeec2a PSARC/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/Fatal.3
788328aeec2a PSARC/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/Fcntl.3
788328aeec2a PSARC/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/File::Basename.3
788328aeec2a PSARC/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::CheckTree.3
788328aeec2a PSARC/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::Compare.3
788328aeec2a PSARC/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::Copy.3
788328aeec2a PSARC/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::DosGlob.3
788328aeec2a PSARC/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::Fetch.3
788328aeec2a PSARC/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::Find.3
788328aeec2a PSARC/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::Glob.3
788328aeec2a PSARC/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::GlobMapper.3
788328aeec2a PSARC/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::Path.3
788328aeec2a PSARC/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::Spec.3
788328aeec2a PSARC/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::Cygwin.3
788328aeec2a PSARC/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::Epoc.3
788328aeec2a PSARC/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::Functions.3
788328aeec2a PSARC/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::Mac.3
788328aeec2a PSARC/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::OS2.3
788328aeec2a PSARC/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::Unix.3
788328aeec2a PSARC/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::VMS.3
788328aeec2a PSARC/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::Win32.3
788328aeec2a PSARC/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::Temp.3
788328aeec2a PSARC/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::stat.3
788328aeec2a PSARC/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/FileCache.3
788328aeec2a PSARC/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/FileHandle.3
788328aeec2a PSARC/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/Filter::Simple.3
788328aeec2a PSARC/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::Util::Call.3
788328aeec2a PSARC/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/FindBin.3
788328aeec2a PSARC/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/GDBM_File.3
788328aeec2a PSARC/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/Getopt::Long.3
788328aeec2a PSARC/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::Std.3
788328aeec2a PSARC/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/HTTP::Tiny.3
788328aeec2a PSARC/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/Hash::Util.3
788328aeec2a PSARC/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::FieldHash.3
788328aeec2a PSARC/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/I18N::Collate.3
788328aeec2a PSARC/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::LangTags.3
788328aeec2a PSARC/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::Detect.3
788328aeec2a PSARC/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::List.3
788328aeec2a PSARC/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::Langinfo.3
788328aeec2a PSARC/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/IO.3
788328aeec2a PSARC/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::Compress::Base.3
788328aeec2a PSARC/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::Bzip2.3
788328aeec2a PSARC/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::Deflate.3
788328aeec2a PSARC/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::FAQ.3
788328aeec2a PSARC/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::Gzip.3
788328aeec2a PSARC/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::RawDeflate.3
788328aeec2a PSARC/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::Zip.3
788328aeec2a PSARC/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::Dir.3
788328aeec2a PSARC/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::File.3
788328aeec2a PSARC/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::Handle.3
788328aeec2a PSARC/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::Pipe.3
788328aeec2a PSARC/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::Poll.3
788328aeec2a PSARC/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::Seekable.3
788328aeec2a PSARC/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::Select.3
788328aeec2a PSARC/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::Socket.3
788328aeec2a PSARC/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::INET.3
788328aeec2a PSARC/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::UNIX.3
788328aeec2a PSARC/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::Uncompress::AnyInflate.3
788328aeec2a PSARC/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::AnyUncompress.3
788328aeec2a PSARC/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::Base.3
788328aeec2a PSARC/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::Bunzip2.3
788328aeec2a PSARC/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::Gunzip.3
788328aeec2a PSARC/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::Inflate.3
788328aeec2a PSARC/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::RawInflate.3
788328aeec2a PSARC/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::Unzip.3
788328aeec2a PSARC/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::Zlib.3
788328aeec2a PSARC/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/IPC::Cmd.3
788328aeec2a PSARC/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::Msg.3
788328aeec2a PSARC/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::Open2.3
788328aeec2a PSARC/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::Open3.3
788328aeec2a PSARC/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::Semaphore.3
788328aeec2a PSARC/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::SharedMem.3
788328aeec2a PSARC/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::SysV.3
788328aeec2a PSARC/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/JSON::PP.3
788328aeec2a PSARC/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::Boolean.3
788328aeec2a PSARC/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/List::Util.3
788328aeec2a PSARC/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::XS.3
788328aeec2a PSARC/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/Locale::Codes.3
788328aeec2a PSARC/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::API.3
788328aeec2a PSARC/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::Changes.3
788328aeec2a PSARC/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::Constants.3
788328aeec2a PSARC/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::Country.3
788328aeec2a PSARC/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_Codes.3
788328aeec2a PSARC/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_Retired.3
788328aeec2a PSARC/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::Currency.3
788328aeec2a PSARC/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_Codes.3
788328aeec2a PSARC/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_Retired.3
788328aeec2a PSARC/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::LangExt.3
788328aeec2a PSARC/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_Codes.3
788328aeec2a PSARC/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_Retired.3
788328aeec2a PSARC/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::LangFam.3
788328aeec2a PSARC/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_Codes.3
788328aeec2a PSARC/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_Retired.3
788328aeec2a PSARC/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::LangVar.3
788328aeec2a PSARC/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_Codes.3
788328aeec2a PSARC/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_Retired.3
788328aeec2a PSARC/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::Language.3
788328aeec2a PSARC/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_Codes.3
788328aeec2a PSARC/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_Retired.3
788328aeec2a PSARC/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::Script.3
788328aeec2a PSARC/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_Codes.3
788328aeec2a PSARC/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_Retired.3
788328aeec2a PSARC/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::Country.3
788328aeec2a PSARC/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::Currency.3
788328aeec2a PSARC/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::Language.3
788328aeec2a PSARC/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::Maketext.3
788328aeec2a PSARC/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::Cookbook.3
788328aeec2a PSARC/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::Guts.3
788328aeec2a PSARC/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::GutsLoader.3
788328aeec2a PSARC/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::Simple.3
788328aeec2a PSARC/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::TPJ13.3
788328aeec2a PSARC/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::Script.3
788328aeec2a PSARC/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/Log::Message.3
788328aeec2a PSARC/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::Config.3
788328aeec2a PSARC/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::Handlers.3
788328aeec2a PSARC/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::Item.3
788328aeec2a PSARC/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::Simple.3
788328aeec2a PSARC/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/MIME::Base64.3
788328aeec2a PSARC/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::QuotedPrint.3
788328aeec2a PSARC/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/Math::BigFloat.3
788328aeec2a PSARC/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::BigInt.3
788328aeec2a PSARC/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::Calc.3
788328aeec2a PSARC/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::CalcEmu.3
788328aeec2a PSARC/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::FastCalc.3
788328aeec2a PSARC/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::BigRat.3
788328aeec2a PSARC/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::Complex.3
788328aeec2a PSARC/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::Trig.3
788328aeec2a PSARC/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/Memoize.3
788328aeec2a PSARC/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::AnyDBM_File.3
788328aeec2a PSARC/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::Expire.3
788328aeec2a PSARC/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::ExpireFile.3
788328aeec2a PSARC/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::ExpireTest.3
788328aeec2a PSARC/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::NDBM_File.3
788328aeec2a PSARC/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::SDBM_File.3
788328aeec2a PSARC/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::Storable.3
788328aeec2a PSARC/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/Module::Build.3
788328aeec2a PSARC/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::API.3
788328aeec2a PSARC/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::Authoring.3
788328aeec2a PSARC/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::Base.3
788328aeec2a PSARC/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::Bundling.3
788328aeec2a PSARC/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::Compat.3
788328aeec2a PSARC/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::ConfigData.3
788328aeec2a PSARC/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::Cookbook.3
788328aeec2a PSARC/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::ModuleInfo.3
788328aeec2a PSARC/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::Notes.3
788328aeec2a PSARC/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::PPMMaker.3
788328aeec2a PSARC/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::Platform::Amiga.3
788328aeec2a PSARC/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::Default.3
788328aeec2a PSARC/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::EBCDIC.3
788328aeec2a PSARC/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::MPEiX.3
788328aeec2a PSARC/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::MacOS.3
788328aeec2a PSARC/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::RiscOS.3
788328aeec2a PSARC/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::Unix.3
788328aeec2a PSARC/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::VMS.3
788328aeec2a PSARC/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::VOS.3
788328aeec2a PSARC/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::Windows.3
788328aeec2a PSARC/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::aix.3
788328aeec2a PSARC/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::cygwin.3
788328aeec2a PSARC/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::darwin.3
788328aeec2a PSARC/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::os2.3
788328aeec2a PSARC/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::Version.3
788328aeec2a PSARC/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::YAML.3
788328aeec2a PSARC/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::CoreList.3
788328aeec2a PSARC/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::Load.3
788328aeec2a PSARC/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::Conditional.3
788328aeec2a PSARC/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::Loaded.3
788328aeec2a PSARC/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::Metadata.3
788328aeec2a PSARC/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::Pluggable.3
788328aeec2a PSARC/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::Object.3
788328aeec2a PSARC/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/NDBM_File.3
788328aeec2a PSARC/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/NEXT.3
788328aeec2a PSARC/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/Net::Cmd.3
788328aeec2a PSARC/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::Config.3
788328aeec2a PSARC/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::Domain.3
788328aeec2a PSARC/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::FTP.3
788328aeec2a PSARC/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::NNTP.3
788328aeec2a PSARC/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::Netrc.3
788328aeec2a PSARC/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::POP3.3
788328aeec2a PSARC/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::Ping.3
788328aeec2a PSARC/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::SMTP.3
788328aeec2a PSARC/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::Time.3
788328aeec2a PSARC/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::hostent.3
788328aeec2a PSARC/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::libnetFAQ.3
788328aeec2a PSARC/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::netent.3
788328aeec2a PSARC/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::protoent.3
788328aeec2a PSARC/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::servent.3
788328aeec2a PSARC/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/O.3
788328aeec2a PSARC/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/ODBM_File.3
788328aeec2a PSARC/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/Object::Accessor.3
788328aeec2a PSARC/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/Opcode.3
788328aeec2a PSARC/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/POSIX.3
788328aeec2a PSARC/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/Package::Constants.3
788328aeec2a PSARC/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/Params::Check.3
788328aeec2a PSARC/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/Parse::CPAN::Meta.3
788328aeec2a PSARC/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/Perl::OSType.3
788328aeec2a PSARC/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/PerlIO.3
788328aeec2a PSARC/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::encoding.3
788328aeec2a PSARC/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::mmap.3
788328aeec2a PSARC/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::scalar.3
788328aeec2a PSARC/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::via.3
788328aeec2a PSARC/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::QuotedPrint.3
788328aeec2a PSARC/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/Pod::Checker.3
788328aeec2a PSARC/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::Escapes.3
788328aeec2a PSARC/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::Find.3
788328aeec2a PSARC/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::Html.3
788328aeec2a PSARC/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::InputObjects.3
788328aeec2a PSARC/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::LaTeX.3
788328aeec2a PSARC/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::Man.3
788328aeec2a PSARC/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::ParseLink.3
788328aeec2a PSARC/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::ParseUtils.3
788328aeec2a PSARC/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::Parser.3
788328aeec2a PSARC/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::Perldoc.3
788328aeec2a PSARC/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::BaseTo.3
788328aeec2a PSARC/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::GetOptsOO.3
788328aeec2a PSARC/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::ToANSI.3
788328aeec2a PSARC/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::ToChecker.3
788328aeec2a PSARC/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::ToMan.3
788328aeec2a PSARC/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::ToNroff.3
788328aeec2a PSARC/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::ToPod.3
788328aeec2a PSARC/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::ToRtf.3
788328aeec2a PSARC/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::ToTerm.3
788328aeec2a PSARC/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::ToText.3
788328aeec2a PSARC/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::ToTk.3
788328aeec2a PSARC/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::ToXml.3
788328aeec2a PSARC/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::PlainText.3
788328aeec2a PSARC/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::Select.3
788328aeec2a PSARC/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::Simple.3
788328aeec2a PSARC/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::Checker.3
788328aeec2a PSARC/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::Debug.3
788328aeec2a PSARC/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::DumpAsText.3
788328aeec2a PSARC/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::DumpAsXML.3
788328aeec2a PSARC/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::HTML.3
788328aeec2a PSARC/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::HTMLBatch.3
788328aeec2a PSARC/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::LinkSection.3
788328aeec2a PSARC/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::Methody.3
788328aeec2a PSARC/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::PullParser.3
788328aeec2a PSARC/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::PullParserEndToken.3
788328aeec2a PSARC/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::PullParserStartToken.3
788328aeec2a PSARC/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::PullParserTextToken.3
788328aeec2a PSARC/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::PullParserToken.3
788328aeec2a PSARC/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::RTF.3
788328aeec2a PSARC/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::Search.3
788328aeec2a PSARC/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::SimpleTree.3
788328aeec2a PSARC/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::Subclassing.3
788328aeec2a PSARC/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::Text.3
788328aeec2a PSARC/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::TextContent.3
788328aeec2a PSARC/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::XHTML.3
788328aeec2a PSARC/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::XMLOutStream.3
788328aeec2a PSARC/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::Text.3
788328aeec2a PSARC/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::Color.3
788328aeec2a PSARC/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::Overstrike.3
788328aeec2a PSARC/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::Termcap.3
788328aeec2a PSARC/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::Usage.3
788328aeec2a PSARC/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/SDBM_File.3
788328aeec2a PSARC/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/Safe.3
788328aeec2a PSARC/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/Scalar::Util.3
788328aeec2a PSARC/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/Search::Dict.3
788328aeec2a PSARC/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/SelectSaver.3
788328aeec2a PSARC/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/SelfLoader.3
788328aeec2a PSARC/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/Socket.3
788328aeec2a PSARC/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/Storable.3
788328aeec2a PSARC/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/Symbol.3
788328aeec2a PSARC/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/Sys::Hostname.3
788328aeec2a PSARC/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::Syslog.3
788328aeec2a PSARC/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/TAP::Base.3
788328aeec2a PSARC/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::Formatter::Base.3
788328aeec2a PSARC/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::Color.3
788328aeec2a PSARC/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::Console.3
788328aeec2a PSARC/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::ParallelSession.3
788328aeec2a PSARC/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::Session.3
788328aeec2a PSARC/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::File.3
788328aeec2a PSARC/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::Session.3
788328aeec2a PSARC/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::Session.3
788328aeec2a PSARC/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::Harness.3
788328aeec2a PSARC/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::Beyond.3
788328aeec2a PSARC/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::Object.3
788328aeec2a PSARC/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::Parser.3
788328aeec2a PSARC/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::Aggregator.3
788328aeec2a PSARC/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::Grammar.3
788328aeec2a PSARC/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::Iterator.3
788328aeec2a PSARC/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::Array.3
788328aeec2a PSARC/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::Process.3
788328aeec2a PSARC/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::Stream.3
788328aeec2a PSARC/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::IteratorFactory.3
788328aeec2a PSARC/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::Multiplexer.3
788328aeec2a PSARC/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::Result.3
788328aeec2a PSARC/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::Bailout.3
788328aeec2a PSARC/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::Comment.3
788328aeec2a PSARC/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::Plan.3
788328aeec2a PSARC/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::Pragma.3
788328aeec2a PSARC/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::Test.3
788328aeec2a PSARC/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::Unknown.3
788328aeec2a PSARC/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::Version.3
788328aeec2a PSARC/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::YAML.3
788328aeec2a PSARC/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::ResultFactory.3
788328aeec2a PSARC/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::Scheduler.3
788328aeec2a PSARC/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::Job.3
788328aeec2a PSARC/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::Spinner.3
788328aeec2a PSARC/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::Source.3
788328aeec2a PSARC/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::SourceHandler.3
788328aeec2a PSARC/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::Executable.3
788328aeec2a PSARC/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::File.3
788328aeec2a PSARC/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::Handle.3
788328aeec2a PSARC/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::Perl.3
788328aeec2a PSARC/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::RawTAP.3
788328aeec2a PSARC/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::Utils.3
788328aeec2a PSARC/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::YAMLish::Reader.3
788328aeec2a PSARC/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::Writer.3
788328aeec2a PSARC/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/Term::ANSIColor.3
788328aeec2a PSARC/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::Cap.3
788328aeec2a PSARC/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::Complete.3
788328aeec2a PSARC/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::ReadLine.3
788328aeec2a PSARC/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::UI.3
788328aeec2a PSARC/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::History.3
788328aeec2a PSARC/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/Test.3
788328aeec2a PSARC/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::Builder.3
788328aeec2a PSARC/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::Module.3
788328aeec2a PSARC/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::Tester.3
788328aeec2a PSARC/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::Color.3
788328aeec2a PSARC/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::Harness.3
788328aeec2a PSARC/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::More.3
788328aeec2a PSARC/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::Simple.3
788328aeec2a PSARC/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::Tutorial.3
788328aeec2a PSARC/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/Text::Abbrev.3
788328aeec2a PSARC/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::Balanced.3
788328aeec2a PSARC/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::ParseWords.3
788328aeec2a PSARC/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::Soundex.3
788328aeec2a PSARC/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::Tabs.3
788328aeec2a PSARC/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::Wrap.3
788328aeec2a PSARC/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/Thread.3
788328aeec2a PSARC/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::Queue.3
788328aeec2a PSARC/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::Semaphore.3
788328aeec2a PSARC/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/Tie::Array.3
788328aeec2a PSARC/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::File.3
788328aeec2a PSARC/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::Handle.3
788328aeec2a PSARC/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::Hash.3
788328aeec2a PSARC/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::NamedCapture.3
788328aeec2a PSARC/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::Memoize.3
788328aeec2a PSARC/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::RefHash.3
788328aeec2a PSARC/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::Scalar.3
788328aeec2a PSARC/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::StdHandle.3
788328aeec2a PSARC/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::SubstrHash.3
788328aeec2a PSARC/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/Time::HiRes.3
788328aeec2a PSARC/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::Local.3
788328aeec2a PSARC/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::Piece.3
788328aeec2a PSARC/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::Seconds.3
788328aeec2a PSARC/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::gmtime.3
788328aeec2a PSARC/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::localtime.3
788328aeec2a PSARC/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::tm.3
788328aeec2a PSARC/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/UNIVERSAL.3
788328aeec2a PSARC/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/Unicode::Collate.3
788328aeec2a PSARC/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::CJK::Big5.3
788328aeec2a PSARC/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::GB2312.3
788328aeec2a PSARC/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::JISX0208.3
788328aeec2a PSARC/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::Korean.3
788328aeec2a PSARC/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::Pinyin.3
788328aeec2a PSARC/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::Stroke.3
788328aeec2a PSARC/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::Locale.3
788328aeec2a PSARC/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::Normalize.3
788328aeec2a PSARC/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::UCD.3
788328aeec2a PSARC/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/User::grent.3
788328aeec2a PSARC/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::pwent.3
788328aeec2a PSARC/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/Version::Requirements.3
788328aeec2a PSARC/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/XSLoader.3
788328aeec2a PSARC/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/arybase.3
788328aeec2a PSARC/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/attributes.3
788328aeec2a PSARC/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/autodie.3
788328aeec2a PSARC/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::exception.3
788328aeec2a PSARC/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::system.3
788328aeec2a PSARC/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::hints.3
788328aeec2a PSARC/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/autouse.3
788328aeec2a PSARC/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/base.3
788328aeec2a PSARC/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/bigint.3
788328aeec2a PSARC/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/bignum.3
788328aeec2a PSARC/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/bigrat.3
788328aeec2a PSARC/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/blib.3
788328aeec2a PSARC/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/bytes.3
788328aeec2a PSARC/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/charnames.3
788328aeec2a PSARC/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/constant.3
788328aeec2a PSARC/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/deprecate.3
788328aeec2a PSARC/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/diagnostics.3
788328aeec2a PSARC/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/encoding.3
788328aeec2a PSARC/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::warnings.3
788328aeec2a PSARC/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/feature.3
788328aeec2a PSARC/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/fields.3
788328aeec2a PSARC/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/filetest.3
788328aeec2a PSARC/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/if.3
788328aeec2a PSARC/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/inc::latest.3
788328aeec2a PSARC/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/integer.3
788328aeec2a PSARC/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/less.3
788328aeec2a PSARC/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/lib.3
788328aeec2a PSARC/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/locale.3
788328aeec2a PSARC/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/mro.3
788328aeec2a PSARC/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/open.3
788328aeec2a PSARC/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/ops.3
788328aeec2a PSARC/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/overload.3
788328aeec2a PSARC/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/overloading.3
788328aeec2a PSARC/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/parent.3
788328aeec2a PSARC/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/re.3
788328aeec2a PSARC/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/sigtrap.3
788328aeec2a PSARC/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/sort.3
788328aeec2a PSARC/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/strict.3
788328aeec2a PSARC/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/subs.3
788328aeec2a PSARC/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/threads.3
788328aeec2a PSARC/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::shared.3
788328aeec2a PSARC/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/utf8.3
788328aeec2a PSARC/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/vars.3
788328aeec2a PSARC/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/version.3
788328aeec2a PSARC/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::Internals.3
788328aeec2a PSARC/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/vmsish.3
788328aeec2a PSARC/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/warnings.3
788328aeec2a PSARC/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::register.3
788328aeec2a PSARC/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
dir  path=usr/perl5/site_perl
788328aeec2a PSARC/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/5.16
788328aeec2a PSARC/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/$(P_ARCH)-solaris-64
788328aeec2a PSARC/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/vendor_perl
788328aeec2a PSARC/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/5.16
788328aeec2a PSARC/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/$(P_ARCH)-solaris-64
788328aeec2a PSARC/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
788328aeec2a PSARC/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
# This link is always mediated.
788328aeec2a PSARC/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
# Customers may customize this link by creating their own IPS
788328aeec2a PSARC/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
# packages with mediated links.
788328aeec2a PSARC/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
# DELETE the dupaction once the mediated link is published
788328aeec2a PSARC/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
# in the main repo.
788328aeec2a PSARC/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
link path=usr/bin/perl target=../perl5/5.16/bin/perl \
788328aeec2a PSARC/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
    mediator=perl mediator-version=5.16 \
788328aeec2a PSARC/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
    pkg.linted.pkglint.dupaction010.2=true