Perl: Add back more files which are required to install CPAN modules
commit4d459679118364f3e032c0b8a45ca2470d1ea2ed
authorSebastian Schuberth <sschuberth@gmail.com>
Mon, 2 Jan 2012 15:30:03 +0000 (2 16:30 +0100)
committerSebastian Schuberth <sschuberth@gmail.com>
Tue, 3 Jan 2012 09:59:01 +0000 (3 10:59 +0100)
treec4b29938d04cd51127e72fff4498a3e21fd0c6b5
parent2a0ce7e7fa6f9aae8ed2d0fabf1359aa3cd6ab17
Perl: Add back more files which are required to install CPAN modules

c3b46a4 still removed too many files. Restore all files required to run

$ perl -MCPAN -e 'install Test::Harness'

which is a dependency of the "prove" command as suggested in git\t\README.

The files were originally removed in order to reduce the installer size.
This commit adds about 5 MiB of uncompressed text files, increasing the
compressed installer by about 420 KiB.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
507 files changed:
lib/perl5/5.8.8/ExtUtils/Command.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Command/MM.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Install.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Liblist.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Liblist/Kid.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_Any.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_Msys.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_Unix.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MY.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MakeMaker.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MakeMaker/Config.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MakeMaker/FAQ.pod [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MakeMaker/Tutorial.pod [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MakeMaker/bytes.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MakeMaker/vmsish.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Manifest.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Packlist.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/Builder.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/Builder/Module.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/Builder/Tester.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/Builder/Tester/Color.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/More.pm [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/config.h [new file with mode: 0644]
lib/perl5/5.8.8/unicore/ArabicShaping.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/BidiMirroring.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/Blocks.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/Canonical.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/CaseFolding.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/CombiningClass.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/CompositionExclusions.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/Decomposition.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/EastAsianWidth.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/Exact.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/HangulSyllableType.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/Index.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/Jamo.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/LineBreak.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/Name.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/NamedSequences.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/NamesList.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/NormalizationCorrections.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/PVA.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/PropList.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/PropValueAliases.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/Properties [new file with mode: 0644]
lib/perl5/5.8.8/unicore/PropertyAliases.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/ReadMe.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/Scripts.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/SpecialCasing.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/StandardizedVariants.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/To/Digit.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/To/Fold.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/To/Lower.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/To/Title.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/To/Upper.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/UnicodeData.txt [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/AL.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/AN.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/B.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/BN.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/CS.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/EN.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/ES.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/ET.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/L.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/LRE.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/LRO.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/NSM.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/ON.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/PDF.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/R.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/RLE.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/RLO.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/S.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/bc/WS.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/A.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/AL.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/AR.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/ATAR.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/ATB.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/ATBL.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/B.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/BL.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/BR.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/DA.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/DB.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/IS.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/KV.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/L.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/NK.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/NR.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/OV.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/R.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ccc/VR.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/can.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/com.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/enc.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/fin.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/font.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/fra.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/init.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/iso.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/med.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/nar.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/nb.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/sml.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/sqr.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/sub.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/sup.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/vert.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/dt/wide.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ea/A.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ea/F.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ea/H.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ea/N.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ea/Na.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/ea/W.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/AHex.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/ASCII.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Alnum.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Alpha.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Alphabet.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Any.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Arab.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Armn.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/AsciiHex.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Assigned.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Beng.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/BidiC.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/BidiCont.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Blank.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Bopo.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Brai.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Bugi.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Buhd.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/C.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Canadian.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Cc.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Cf.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Cher.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Cn.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Cntrl.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Co.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Copt.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Cprt.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Cs.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Cyrl.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Dash.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Dash2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Dep.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Deprecat.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Deva.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Dia.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Diacriti.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Digit.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Dsrt.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Ethi.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Ext.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Extender.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Geor.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Glag.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Goth.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/GrLink.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Graph.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Grapheme.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Grek.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Gujr.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Guru.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Hang.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Hani.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Hano.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Hebr.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Hex.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/HexDigit.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Hira.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Hyphen.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Hyphen2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/IDSB.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/IDST.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/IdContin.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/IdStart.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Ideo.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Ideograp.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/IdsBinar.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/IdsTrina.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InAegean.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InAlphab.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InAncie2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InAncien.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InArabi2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InArabi3.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InArabi4.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InArabic.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InArmeni.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InArrows.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InBasicL.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InBengal.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InBlockE.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InBopom2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InBopomo.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InBoxDra.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InBraill.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InBugine.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InBuhid.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InByzant.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCherok.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCjkCo2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCjkCo3.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCjkCo4.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCjkCom.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCjkRad.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCjkStr.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCjkSym.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCjkUn2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCjkUn3.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCjkUni.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCombi2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCombi3.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCombi4.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCombin.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InContro.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCoptic.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCurren.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCyprio.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCyril2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InCyrill.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InDesere.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InDevana.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InDingba.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InEnclo2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InEnclos.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InEthio2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InEthio3.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InEthiop.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InGenera.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InGeomet.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InGeorg2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InGeorgi.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InGlagol.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InGothic.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InGreekA.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InGreekE.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InGujara.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InGurmuk.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InHalfwi.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InHangu2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InHangu3.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InHangul.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InHanuno.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InHebrew.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InHighPr.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InHighSu.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InHiraga.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InIdeogr.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InIpaExt.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InKanbun.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InKangxi.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InKannad.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InKatak2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InKataka.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InKharos.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InKhmer.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InKhmerS.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InLao.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InLatin1.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InLatin2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InLatin3.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InLatinE.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InLetter.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InLimbu.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InLinea2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InLinear.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InLowSur.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InMalaya.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InMathe2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InMathem.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InMisce2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InMisce3.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InMisce4.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InMisce5.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InMiscel.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InModifi.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InMongol.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InMusica.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InMyanma.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InNewTai.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InNumber.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InOgham.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InOldIta.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InOldPer.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InOptica.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InOriya.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InOsmany.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InPhone2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InPhonet.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InPrivat.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InRunic.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InShavia.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSinhal.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSmallF.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSpacin.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSpecia.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSupers.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSuppl2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSuppl3.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSuppl4.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSuppl5.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSuppl6.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSupple.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSyloti.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InSyriac.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InTagalo.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InTagban.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InTags.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InTaiLe.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InTaiXua.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InTamil.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InTelugu.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InThaana.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InThai.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InTibeta.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InTifina.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InUgarit.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InUnifie.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InVaria2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InVariat.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InVertic.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InYiRadi.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InYiSyll.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/InYijing.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/JoinC.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/JoinCont.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Kana.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Khar.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Khmr.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Knda.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/L.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/LC.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/LOE.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Laoo.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Latn.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Limb.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/LinearB.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Ll.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Lm.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Lo.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/LogicalO.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Lower.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Lowercas.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Lt.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Lu.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/M.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Math.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Mc.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Me.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Mlym.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Mn.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Mong.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Mymr.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/N.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/NChar.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Nd.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/NewTaiLu.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Nl.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/No.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Nonchara.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OAlpha.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/ODI.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OGrExt.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OIDC.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OIDS.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OLower.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OMath.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OUpper.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Ogam.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OldItali.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OldPersi.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Orya.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Osma.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OtherAlp.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OtherDef.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OtherGra.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OtherIdC.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OtherIdS.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OtherLow.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OtherMat.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/OtherUpp.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/P.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/PatSyn.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/PatWS.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/PatternS.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/PatternW.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Pc.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Pd.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Pe.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Pf.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Pi.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Po.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Print.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Ps.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Punct.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/QMark.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Qaai.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Quotatio.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Radical.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Radical2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Runr.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/S.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/SD.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/STerm.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Sc.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Shaw.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Sinh.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Sk.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Sm.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/So.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/SoftDott.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Space.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/SpacePer.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Sterm2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/SylotiNa.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Syrc.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Tagb.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/TaiLe.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Taml.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Telu.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Term.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Terminal.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Tfng.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Tglg.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Thaa.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Thai.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Tibt.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Title.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/UIdeo.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Ugar.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/UnifiedI.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Upper.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Uppercas.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/VS.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Variatio.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/WSpace.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/WhiteSpa.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Word.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/XDigit.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Yiii.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Z.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Zl.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Zp.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Zs.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/Zyyy.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/_CanonDC.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/_CaseIgn.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/gc_sc/_CombAbo.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/hst/L.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/hst/LV.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/hst/LVT.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/hst/T.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/hst/V.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/jt/C.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/jt/D.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/jt/R.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/jt/U.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/AI.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/AL.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/B2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/BA.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/BB.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/BK.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/CB.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/CL.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/CM.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/CR.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/EX.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/GL.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/H2.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/H3.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/HY.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/ID.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/IN.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/IS.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/JL.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/JT.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/JV.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/LF.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/NL.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/NS.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/NU.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/OP.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/PO.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/PR.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/QU.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/SA.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/SG.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/SP.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/SY.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/WJ.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/XX.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/lb/ZW.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/nt/De.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/nt/Di.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/lib/nt/Nu.pl [new file with mode: 0644]
lib/perl5/5.8.8/unicore/mktables [new file with mode: 0644]
lib/perl5/5.8.8/unicore/mktables.lst [new file with mode: 0644]
lib/perl5/5.8.8/unicore/version [new file with mode: 0644]
lib/perl5/5.8.8/utf8_heavy.pl [new file with mode: 0644]