This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add Module::Build 0.27_08
authorYitzchak Scott-Thoennes <sthoenna@efn.org>
Sun, 5 Mar 2006 12:08:30 +0000 (04:08 -0800)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 6 Mar 2006 16:09:50 +0000 (16:09 +0000)
commitbb4e916294fdfa799a0a8b106d12e462bbe2a427
treec082c5896a0cf0f04b611100d5ae81fcb35cc7cb
parentb30bcf62f5b15c203de3cee9cf8d918ec38ad867
add Module::Build 0.27_08
Message-ID: <20060305200830.GA2660@efn.org>

p4raw-id: //depot/perl@27389
59 files changed:
MANIFEST
Porting/Maintainers.pl
installperl
lib/Module/Build.pm [new file with mode: 0644]
lib/Module/Build/Authoring.pod [new file with mode: 0644]
lib/Module/Build/Base.pm [new file with mode: 0644]
lib/Module/Build/Changes [new file with mode: 0644]
lib/Module/Build/Compat.pm [new file with mode: 0644]
lib/Module/Build/ConfigData.pm [new file with mode: 0644]
lib/Module/Build/Cookbook.pm [new file with mode: 0644]
lib/Module/Build/ModuleInfo.pm [new file with mode: 0644]
lib/Module/Build/Notes.pm [new file with mode: 0644]
lib/Module/Build/PPMMaker.pm [new file with mode: 0644]
lib/Module/Build/Platform/Amiga.pm [new file with mode: 0644]
lib/Module/Build/Platform/Default.pm [new file with mode: 0644]
lib/Module/Build/Platform/EBCDIC.pm [new file with mode: 0644]
lib/Module/Build/Platform/MPEiX.pm [new file with mode: 0644]
lib/Module/Build/Platform/MacOS.pm [new file with mode: 0644]
lib/Module/Build/Platform/RiscOS.pm [new file with mode: 0644]
lib/Module/Build/Platform/Unix.pm [new file with mode: 0644]
lib/Module/Build/Platform/VMS.pm [new file with mode: 0644]
lib/Module/Build/Platform/VOS.pm [new file with mode: 0644]
lib/Module/Build/Platform/Windows.pm [new file with mode: 0644]
lib/Module/Build/Platform/aix.pm [new file with mode: 0644]
lib/Module/Build/Platform/cygwin.pm [new file with mode: 0644]
lib/Module/Build/Platform/darwin.pm [new file with mode: 0644]
lib/Module/Build/Platform/os2.pm [new file with mode: 0644]
lib/Module/Build/PodParser.pm [new file with mode: 0644]
lib/Module/Build/scripts/config_data [new file with mode: 0644]
lib/Module/Build/t/basic.t [new file with mode: 0644]
lib/Module/Build/t/bundled/Tie/CPHash.pm [new file with mode: 0644]
lib/Module/Build/t/compat.t [new file with mode: 0644]
lib/Module/Build/t/destinations.t [new file with mode: 0644]
lib/Module/Build/t/ext.t [new file with mode: 0644]
lib/Module/Build/t/extend.t [new file with mode: 0644]
lib/Module/Build/t/files.t [new file with mode: 0644]
lib/Module/Build/t/install.t [new file with mode: 0644]
lib/Module/Build/t/lib/DistGen.pm [new file with mode: 0644]
lib/Module/Build/t/lib/MBTest.pm [new file with mode: 0644]
lib/Module/Build/t/manifypods.t [new file with mode: 0644]
lib/Module/Build/t/metadata.t [new file with mode: 0644]
lib/Module/Build/t/metadata2.t [new file with mode: 0644]
lib/Module/Build/t/moduleinfo.t [new file with mode: 0644]
lib/Module/Build/t/notes.t [new file with mode: 0644]
lib/Module/Build/t/parents.t [new file with mode: 0644]
lib/Module/Build/t/pod_parser.t [new file with mode: 0644]
lib/Module/Build/t/ppm.t [new file with mode: 0644]
lib/Module/Build/t/runthrough.t [new file with mode: 0644]
lib/Module/Build/t/signature.t [new file with mode: 0644]
lib/Module/Build/t/tilde.t [new file with mode: 0644]
lib/Module/Build/t/versions.t [new file with mode: 0644]
lib/Module/Build/t/xs.t [new file with mode: 0644]
pod/perlutil.pod
utils.lst
utils/Makefile
utils/config_data.PL [new file with mode: 0644]
vms/descrip_mms.template
win32/Makefile
win32/makefile.mk