Revision history for Perl extension CPANPLUS::Dist::Build.
0.10 Mon Mar 2 07:36:41 GMT 2009
- Added 'installdirs' directive to Makefile.PL to resolve
[rt #43739] (bingos)
- Only a version change no need to update core.
0.08 Sat Feb 28 07:53:52 GMT 2009
- bumped Module::Build prerequisite to 0.32 (dagolden)
- refactored documentation to reflect changes to code (bingos)
- removed all refs to Module::Build object (bingos)
- added LICENSE file (bingos)
- added documentation to ::Constants (bingos)
- added POD and POD coverage tests (bingos)
0.06_05 Wed Feb 25 22:24:50 GMT 2009
- Brought the test fixes into line with blead [rt #42670]
- suppress [ERROR] messages in tests (dagolden)
0.06_04 Wed Feb 18 16:50:08 GMT 2009
- bumped CPANPLUS prerequisite to 0.84 (bingos)
- bumped all required versions, added Test::Harness 3.15 (bingos)
- Fixed warnings in tests and added diag() to ignore the [ERROR] (bingos)
0.06_03 Mon Feb 9 16:31:10 GMT 2009
- process separation for Build.PL, Build, test and install actions,
using IPC::Cmd (bingos)
- 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. (bingos)
- Resolved issues with test reports for FAILs being misgraded as UKNOWN. (bingos)
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]