CPAN

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

2024-11-17  Andreas Koenig  <andk@cpan.org>

	* release 2.38

	* unchanged from 2.38-TRIAL2

2024-10-13  k  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* release 2.38-TRIAL2

	* fix test skipping: bump minimum version of Pod::Perldoc::ToMan for running test t/97-run.t

2024-10-03  k  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* release 2.38-TRIAL

	* add documentation how to load your own CPAN/MyConfig.pm from you
	own path (thanks to Merijn Brand for asking the question)

	* try to fix tests that were failing on cpantesters

	* minor distroprefs maintenance

2024-08-30  Andreas Koenig  <andk@cpan.org>

	* release 2.37

	* unchanged from 2.37-TRIAL

2024-08-18  Andreas Koenig  <andk@cpan.org>

	* release 2.37-TRIAL

	* This release is dedicated to Abe Timmerman

	* don't use an apostrophe in names (Tony Cook)

	* docs: new FAQ about recommends and suggests

	* docs: improve the answer to FAQ "when an install fails..."

	* docs: document ftpstats_size <=0 in context of the hosts command

	* fix: ensure the config is loaded when we reach edit(); bug reported by Abe Timmerman++

	* various maintenance works on the distroprefs collection

2023-05-14  k  <andk@cpan.org>

	* release 2.36

	* unchanged from 2.36-TRIAL

2023-05-10  k  <andk@cpan.org>

	* release 2.36-TRIAL

	* https://github.com/andk/cpanpm/pull/178 -- Makefile.PL - Fix INSTALLDIRS (pgnd)

2023-04-27  k  <andk@cpan.org>

	* release 2.35

	* unchanged from 2.35-TRIAL

2023-04-15  k  <andk@cpan.org>

	* release 2.35-TRIAL

	* Add verify_SSL=>1 to HTTP::Tiny to verify https server identity (Stig Palmquist)

	* perl 5.37.1 had broken JSON::XS and then JSON::MaybeXS filled
	the gap, leaving this change in eventhough bleadperl and JSON::XS
	work together nicely again

	* various distroprefs maintenance

2022-04-17  k  <andk@cpan.org>

	* release 2.34

	* unchanged from 2.34-TRIAL

2022-04-03  k  <andk@cpan.org>

	* release 2.34-TRIAL

	* Consider Module::Build as undeclared prerequisite only if there
	are no configure phase prereqs declared (Dan Book)

	* tiny distroprefs maintenance

2022-03-27  k  <andk@cpan.org>

	* release 2.33

Changes  view on Meta::CPAN

	* bugfix: address #120781; protect circular Bundle definitions
	from deep recursion (Andreas Koenig)

	* various distroprefs files updated

2017-02-16  k  <andk@cpan.org>

	* release 2.17-TRIAL2

	* bump version number for CPAN/Distribution.pm

2017-02-15  k  <andk@cpan.org>

	* release 2.17-TRIAL

	* address #108: inject PERL_USE_UNSAFE_INC=1 on prepare, make, and
	test; survival strategy for perls compiled with
	-Ddefault_inc_excludes_dot (Todd Rinaldo, Graham Knop, Andreas
	Koenig)

	* make tests more robust against parallel runs and missing unzip
	program (Andreas Koenig)

2017-02-14  k  <andk@cpan.org>

	* release 2.16

	* four weeks after the TRIAL2 release cpantesters have produced
	392 pass and 5 fail; by my estimation the fails are two bugs in
	the test suite: (1) insufficient rubustness against make -j and
	(2) insufficient robustness against missing unzip program; both
	will be targeted at a later date

	* otherwise no functional change; only changes in the distroprefs/
	directory (which is not used per default) and minor changes to
	Makefile.PL and t/97*.t

2017-01-16  k  <andk@cpan.org>

	* release 2.16-TRIAL2

	* release 2.16-TRIAL (had a broken manifest/signature file)

	* Adjust test 97-return_values.t to survive the removal of "."
	from @INC (Andreas Koenig)

	* Bugfix: fix wrong method call on $logger (Simon Legner)

	* Bugfix: protect version dependencies with eval to survive
	requirements like "2.08a" (Andreas Koenig)

	* Bugfix #47934: honour version requirement with "==" (Andreas
	Koenig)

	* partially address #82295: improve diagnostics (Andreas Koenig)

	* introduce new config variable cleanup_after_install: helps
	keeping build directory small (Andreas Koenig)

	* adopting changes from bleadperl related to removal of "." from
	@INC (Tony Cook)

	* distroprefs minor updates

2016-07-17  k  <andk@cpan.org>

	* release 2.15-TRIAL

	* bugfix #115734 App::Cpan Installing from cwd broken (Boutros Lab
	  Software, Andreas Koenig)

	* bugfix #115786 App::Cpan Can't locate object method "inst_file" via
	  package "AAA::Demo" (dmitryb, Andreas Koenig)

	* bugfix #115340 recursive dependencies (Father Chrysostomos, Andreas Koenig)

	* bugfix #110833 ftp proxy (Father Chrysostomos, Andreas Koenig)

	* distroprefs a handful of updates

2016-06-25  k  <andk@cpan.org>

	* release 2.14

	* three weeks after the trial release; cpantesters have generated 383
	passes, no fail

	* no changes except for a few in the distroprefs/ directory which do not
	count because it is not used per default

2016-06-04  k  <andk@cpan.org>

	* release 2.14-TRIAL

	* Fix failing tests on Windows (hopefully); tested on my i5-3317U
	notebook with Strawberry 5.24 and HARNESS_OPTIONS=j3: 104 wallclock secs

	* set SIGWINCH to IGNORE only when the key WINCH exists in %ENV (avert
	noise on boxes that do not support it)

	* fix a rare bug when ->expand returned nothing for whatever reason

	* improve diagnostics on fails during testing (but it is still very hard
	to debug these tests)

	* bump all versions that have changed since 2.14

2016-05-16  k  <andk@cpan.org>

	* release 2.13-TRIAL

	* support for parallel running tests (tested with HARNESS_OPTIONS=j8)

	* bump all versions that have changed since 2.10 or 2.12 so we can
	generate a better pull request for bleadperl

2015-12-31  k  <andk@cpan.org>

	* release 2.12-TRIAL

	* merge in a lot of small changes to App::Cpan and cpan (brian d foy)



( run in 3.828 seconds using v1.01-cache-2.11-cpan-6aa56a78535 )