From: David Mitchell Date: Fri, 3 Jul 2009 16:13:39 +0000 (+0100) Subject: sync ExtUtils::CBuilder with CPAN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ffb8fb7bdf924f834a6ffbb0c920c0ff0fc52cd;p=p5sagit%2Fp5-mst-13.2.git sync ExtUtils::CBuilder with CPAN --- diff --git a/lib/ExtUtils/CBuilder/Changes b/lib/ExtUtils/CBuilder/Changes index e56a8a6..cb1fc0f 100644 --- a/lib/ExtUtils/CBuilder/Changes +++ b/lib/ExtUtils/CBuilder/Changes @@ -1,5 +1,26 @@ Revision history for Perl extension ExtUtils::CBuilder. +0.2601 - Wed Jul 1 09:37:39 EDT 2009 + + Bugs fixed: + - On VMS, cleans up extra files generated during testing + [John E. Malmberg, Craig Berry] + +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 + 0.25 - Fri Jun 26 16:18:13 EDT 2009 - Slight diagnostic improvements in link.t