Revision history for Perl extension CPANPLUS::Dist::Build.
0.28 Fri May 8 10:58:42 BST 2009
- Add the CPANPLUS bin/ dir to $ENV{PATH} if we are running
under PERL_CORE. This fixes warnings during 'make test' in
the core. No need for other users to upgrade.
0.26 Thu May 7 16:40:26 BST 2009
- Integrated the t/inc/conf.pl and dummy-CPAN/ structure from
CPANPLUS into the testsuite. This resolves the issue where
CPAN indexes were fetched and built during the tests.
Spotted by Steve Hay, fixed with help from Jos Boumans.
0.24 Mon Apr 27 16:55:37 BST 2009
- Removed CPANPLUS::inc from the code as CPANPLUS-0.86 does not
include this now.
0.22 Tue Apr 14 11:01:12 BST 2009
- Fix the installdirs in Makefile.PL
0.20 Tue Apr 7 17:01:47 BST 2009
- Made MI::Respository only necessary on the author-side
we should be installable on 5.6.* now. No other changes
so no need to update in core.
0.18 Mon Mar 30 10:03:21 BST 2009
- Amendments for the new save_state in dev CPANPLUS.
- Added M::I::Repository functionality to Makefile.PL
0.16 Thu Mar 19 22:24:06 GMT 2009
- Applied patch from Vincent Pit [RT #44426]
'buildflags of the form "--option value" aren't honoured'
0.14 Tue Mar 10 22:56:24 GMT 2009
- Bump versions for a stable release
0.13_02 Mon Mar 9 13:36:15 GMT 2009
- Resolved some issues on MSWin32 due to capturing of STDOUT/STDERR
0.13_01 Sun Mar 8 13:32:01 GMT 2009
- Ported the 'configure_requires' functionality from CP::D::MM
0.12 Mon Mar 2 13:33:47 GMT 2009
- Fixed the version number in ::Constants
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]