This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build]...
authorYitzchak Scott-Thoennes <sthoenna@efn.org>
Wed, 18 May 2005 07:13:40 +0000 (00:13 -0700)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 18 May 2005 15:26:32 +0000 (15:26 +0000)
commit6b09c1601036c61459334bdedef5d7e29e07fcaf
tree9b0585caad1c293717d66a9e7b73761b8ecee46d
parent37ac43f5c5f6dad25a2bfe9c2dd1d819478704a5
Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
Message-ID: <20050518141131.GA2704@efn.org>

p4raw-id: //depot/perl@24500
19 files changed:
MANIFEST
Porting/Maintainers.pl
lib/ExtUtils/CBuilder.pm [new file with mode: 0644]
lib/ExtUtils/CBuilder/Base.pm [new file with mode: 0644]
lib/ExtUtils/CBuilder/Platform/Unix.pm [new file with mode: 0644]
lib/ExtUtils/CBuilder/Platform/VMS.pm [new file with mode: 0644]
lib/ExtUtils/CBuilder/Platform/Windows.pm [new file with mode: 0644]
lib/ExtUtils/CBuilder/Platform/aix.pm [new file with mode: 0644]
lib/ExtUtils/CBuilder/Platform/cygwin.pm [new file with mode: 0644]
lib/ExtUtils/CBuilder/Platform/darwin.pm [new file with mode: 0644]
lib/ExtUtils/CBuilder/Platform/os2.pm [new file with mode: 0644]
lib/ExtUtils/CBuilder/t/01-basic.t [new file with mode: 0644]
lib/ExtUtils/CBuilder/t/02-link.t [new file with mode: 0644]
lib/ExtUtils/ParseXS.pm [new file with mode: 0644]
lib/ExtUtils/ParseXS/t/XSTest.pm [new file with mode: 0644]
lib/ExtUtils/ParseXS/t/XSTest.xs [new file with mode: 0644]
lib/ExtUtils/ParseXS/t/basic.t [new file with mode: 0644]
lib/ExtUtils/t/00compile.t
lib/ExtUtils/xsubpp