CPANPLUS
view release on metacpan or search on metacpan
both (fixes [#15197], thanks to Barbie)
* t/01_CPANPLUS-Configure.t doesn't load CPANPLUS::Config
directly anymore, as there may be an %ENV setting
* Fix t/05_CPANPLUS-Internals-Fetch.t to compensate
when being on non-unixy platforms [#1455]
pointing to the config file instead
* Update bundled modules to their latest version
0.0561 Sat Aug 20 19:57:15 CEST 2005
* This release holds no functional changes over 0.056
* The META.yml did not get included in this distribution,
meaning the PAUSE indexer indexed our include modules as
well.
0.056 Sat Aug 20 13:31:17 CEST 2005
* This release is identical to 0.056_01 but no longer
marked as 'development release'.
0.056_01 Thu Aug 18 16:26:52 CEST 2005
* This is a development release testing the splitting
off of CPANPLUS::Dist::Buid into it's own package.
* CPANPLUS::Dist::Deb got branched into it's own package
* Make 'i URI' work from the default shell, enabling commands
like 'i http://example.com/module.tgz'. parse_module()
understands this as well (for API users) -- #11479
* Add test cases for lack of CPANPLUS::Dist::Deb
* Add new test tarballs that provide the simples possible
distributions
* Add prereq to CPANPLUS::Dist::Deb if the user prefers
to use Build.PL over Makefile.PL
* Add a depencendency on Win32::Process on Win32 (bundled
with AS perl, needed by IPC::Run)
* Quell warnings about empty prerequisite lists (#13111)
* Quell warnings about beta-versions being non-numeric (#14106)
* Platform dependant modules were /always/ getting an NA grade
regardless whether they failed or not (#13224)
* Config keys are now sorted when printed in the default shell
(as requested by Tux)
* Extracted files now only get +w for the owner, not '755',
as this interferes with some modules test suite ([#13358])
* Some modules uses module_name_version.ext rather than the
usual module-name-version.ext. CPANPLUS now parses both
correctly (#13367)
* 's mirrors' in the default shell now lists your mirrors.
To alter them you must still edit the config using 's edit'
* Buffers are now autoflushed while invoking 'perl Makefile.PL';
Modules that asked questions during interactive install
sometimes had their output held back in the buffer. Since not
all modules do $|++ in their Makefile.PL, we do it for them
(#12121)
* The diagnostic reporting functions 'msg' and 'error' from
CPANPLUS::Error got renamed to 'cp_msg' and 'cp_error'
respectively, to avoid conflicts with Log::Message::Simple.
(This only affects API developers).
* All bundled modules are updated to their most recent version.
0.055 Sat Jun 4 15:53:37 CEST 2005
* This release just affects users of the Test::Reporter
and 'cpantest' utilities.
* The 'munge_test_report' callback was getting the
grade passed as of 0.054, but the default callback
was now returning the wrong item. [#13086]
0.054 Fri Jun 3 17:44:40 CEST 2005
* This release paves the way for the CPANPLUS::Dist::*
plugins, providing a framework from which to
automatically create distributions from CPAN packages
* Redo the 'cpan2dist' commandline tool, adding many
new options
* Record all messages from the 'make' command on the
stack regardless.
* Use the word 'test' when testing modules, not 'create'
* Note in test reports that we skipped tests [#11587]
* Fix some small documentation error [#11570]
* Double check if a module is uptodate before asking
the user -- another prereq may have installed it
already [#11840]
* Do a 'grep unique' on missing prerequisites, so we
dont list them more than once, even if the test output
does -- fixes bug [#11637]
* Make sure we use an empty 'dist_type' in the tests in
case the user set on in his config
* Add a _copy function to Utils.pm
* Make sure the 'force' flag is propagated properly to
the 'resolve_prereqs' function
* Add build_prereq flag to indicate prereqs should be
built even when uptodate when run under a packagemanager
* When running CPANPLUS from a path not (absolutely) in
your @INC, we add our own path to 'original_inc' which
we restore on shell outs
* Pass the grade to the 'munge_report' handler
* Many test report improvements as provided by Barbie
in ticket #12302
* Not all prereqs live on CPAN -- skip noting them as a
loaded prereq if we can't find it in the module tree
(as reported in #12723)
* Bundled a version of T::H that does supports the 'no_plan'
feature of Test::More (#13019):
We can't automatically do 'the right thing' as 'make test'
invokes 'test_harness' which loads T::H before we can even
interfere so we add a msg about too low version to the
Makefile.PL instead and fall back to basic tests
* Tell users why their sudo password might be asked during
'make test'
0.053 Fri Feb 11 10:07:08 CET 2005
( run in 1.491 second using v1.01-cache-2.11-cpan-437f7b0c052 )