Add back CORE, Test and ExtUtils to make cpan workmso/cpan
commit6bca8c34141afcbe0c06256d9a43d3e3a5556009
authorunknown <marius@.(none)>
Fri, 27 Mar 2009 20:09:40 +0000 (27 21:09 +0100)
committerunknown <marius@.(none)>
Fri, 27 Mar 2009 20:47:20 +0000 (27 21:47 +0100)
tree64d4776a55b38e390d2330858528103dd10624ad
parentd2ebbc8f8513dc142d0598ee05480db7c7d2e1c2
Add back CORE, Test and ExtUtils to make cpan work
116 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/Constant.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Constant/Base.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Constant/Utils.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Constant/XS.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Embed.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/Installed.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/MANIFEST.SKIP [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_AIX.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_BeOS.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_Cygwin.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_DOS.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_MacOS.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_NW5.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_OS2.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_QNX.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_UWIN.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/MM_VMS.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_VOS.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_Win32.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/MM_Win95.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/Miniperl.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Mkbootstrap.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Mksymlists.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/NOTES [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/PATCHING [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/Packlist.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/testlib.pm [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/typemap [new file with mode: 0644]
lib/perl5/5.8.8/ExtUtils/xsubpp [new file with mode: 0644]
lib/perl5/5.8.8/Test.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/Harness.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/Harness/Assert.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/Harness/Iterator.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/Harness/Point.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/Harness/Straps.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/Harness/TAP.pod [new file with mode: 0644]
lib/perl5/5.8.8/Test/More.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/Simple.pm [new file with mode: 0644]
lib/perl5/5.8.8/Test/Tutorial.pod [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/EXTERN.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/INTERN.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/XSUB.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/av.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/cc_runtime.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/config.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/cop.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/cv.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/dosish.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/embed.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/embedvar.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/fakesdio.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/fakethr.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/form.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/gv.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/handy.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/hv.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/intrpvar.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/iperlsys.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/keywords.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/libperl.a [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/libperl.dll.a [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/malloc_ctl.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/mg.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/nostdio.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/op.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/opcode.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/opnames.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/pad.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/patchlevel.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/perl.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/perlapi.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/perlio.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/perliol.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/perlsdio.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/perlsfio.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/perlvars.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/perly.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/pp.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/pp_proto.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/proto.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/reentr.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/regcomp.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/regexp.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/regnodes.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/scope.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/sv.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/thrdvar.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/thread.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/uconfig.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/unixish.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/utf8.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/utfebcdic.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/util.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/CORE/warnings.h [new file with mode: 0644]
lib/perl5/5.8.8/msys/Config_heavy.pl [new file with mode: 0644]