Revision history for Perl extension CPANPLUS::Dist::Build.

0.06_04 Wed Feb 18 16:50:08 GMT 2009

 - bumped CPANPLUS prerequisite to 0.84
 - bumped all required versions, added Test::Harness 3.15
 - Fixed warnings in tests and added diag() to ignore the [ERROR]

0.06_03	Mon Feb  9 16:31:10 GMT 2009

 - process separation for Build.PL, Build, test and install actions, 
   using IPC::Cmd
 - If M::B is version 0.31_03 or greater use 'Build prereq_data' to
   work out prereqs, otherwise fallback on poking around in _build/
   like CPAN.pm does.
 - Resolved issues with test reports for FAILs being misgraded as UKNOWN.

0.06_02 - 

 - Fixed some issues with test output not appearing in CPAN Tester
   reports. [Chris Williams]

0.06 - Fri May  4 14:11:36 2007

 - Make test suite compatible with the perl core. No functional
   changes in this release; users need not upgrade.

0.05 - Sun Mar 11 16:58:13 2007

 - Set $ENV{PERL5_CPANPLUS_IS_EXECUTING} to the full path of the
   Build.PL file when running Module::Build->new_from_context.
   Requested by Adam Kennedy <cpan@ali.as>.

0.04  Wed Aug 16 22:00:18 CDT 2006

 - Address RT #13926: build_requires not included in prerequisites

 - Address RT #14240 Why does it say "Params::Check" in the README 
   Description?

 - Address RT #13937 Won't install without force because newer 
   version installed (from CPANPLUS 0.055?)

 - Update dependency versions in Makefile.PL
  
 - We were sending cpantesters 'pass' reports whenever --force was in
   effect, which is probably not the right thing to do. [Jos Boumans]