This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Updating ExtUtils::CBuilder to 0.26
authorDavid Golden <dagolden@cpan.org>
Tue, 30 Jun 2009 00:26:26 +0000 (20:26 -0400)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 30 Jun 2009 05:25:58 +0000 (07:25 +0200)
commit9015f106ca44d85a41de1dff0449121b4537b1a8
tree0d710ca82678010583e8dd166539a11c3ee626c7
parent75cdbdc152433e4bc6f06e7f9795d8b06558159d
Updating ExtUtils::CBuilder to 0.26

0.26 - Mon Jun 29 20:11:52 EDT 2009

 - No changes from 0.25_01

0.25_01 - Sat Jun 27 23:13:20 EDT 2009

 - Changed test library to Test::More

 - Added tests for have_compiler

 - Skips tests that need a compiler if have_compiler is false

 - have_compiler will try to compile in the current directory
   if compiling in tmpdir fails for whatever reason

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
15 files changed:
MANIFEST
Porting/Maintainers.pl
lib/ExtUtils/CBuilder.pm
lib/ExtUtils/CBuilder/Base.pm
lib/ExtUtils/CBuilder/Platform/Unix.pm
lib/ExtUtils/CBuilder/Platform/VMS.pm
lib/ExtUtils/CBuilder/Platform/Windows.pm
lib/ExtUtils/CBuilder/Platform/aix.pm
lib/ExtUtils/CBuilder/Platform/cygwin.pm
lib/ExtUtils/CBuilder/Platform/darwin.pm
lib/ExtUtils/CBuilder/Platform/dec_osf.pm
lib/ExtUtils/CBuilder/Platform/os2.pm
lib/ExtUtils/CBuilder/t/00-have-compiler.t [new file with mode: 0644]
lib/ExtUtils/CBuilder/t/01-basic.t
lib/ExtUtils/CBuilder/t/02-link.t