CPAN

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	prerequisites for MIME::Base64 and Digest::MD5 to support proxy
	authentication (David Golden)

	* automatic mirror selection now returns only http mirrors (David
	Golden)

	* add 'atexit' option for cache scanning and cleanup (David Golden)

	* now with 421 distroprefs files (but a good portion of them seems
	outdated)

2010-10-26  Andreas J. Koenig  <andk@cpan.org>

	* release 1.94_62

	* address RT #62064: build_requires_install_policy set to "no" did not
	work correctly (reported by Xavier Bergade)

	* address RT ##55091: don't ask the proxy credentials if proxy_user
	empty (fixed by Robert Bohne)

	* address RT #55093: no_proxy doesn't work with more then one entries
	(fixed by Robert Bohne)

2010-10-03  Andreas J. Koenig  <andk@cpan.org>

	* release 1.94_61

	* address RT #61735: stop talking about sending test reports by email (Schwern)

	* prevent the use of old versions of Parse::CPAN::Meta which caused test failures

	* bandaid for native solaris patch program to actually do patching

2010-09-28  Andreas J. Koenig  <andk@cpan.org>

	* release 1.94_60

	* improvements to find_perl() by David Golden

	* test fixes to address the issues demonstrated by some cpantesters

2010-09-26  Andreas J. Koenig  <andk@cpan.org>

	* release 1.94_59

	* address RT #61607: make the FTP download code more robust  (Reini Urban)

	* omit useless arithmetic in CPAN::Version to possibly help netbsd
	(reported by Nigel Horne and suggested David Golden)

	* address RT #59216: make sure $builddir exists before calling tempdir
	(Lee Goddard)

	* a couple of new distropref files

2010-06-24  Andreas J. Koenig  <andk@cpan.org>

	* release 1.94_58

	* bugfix: Non-English locales got no diagnostics on a failed locking due
	to permissions (reported by Frank Wiegand)

	* chasing test failures with test fixes.

2010-05-24  Andreas J. Koenig  <andk@cpan.org>

	* release 1.94_57

	* bugfix: treat modules correctly that are deprecated in perl 5.12.

	* bugfix: RT #57482 and #57788 revealed that configure_requires
	implicitly assumed build_requires instead of normal requires. (Reported
	by Andrew Whatson and Father Chrysostomos respectively)

	* testfix: solaris should run the tests without expect because (some?)
	solaris have a broken expect

	* testfix: run tests with cache_metadata off to prevent spill over
	effects from previous test runs

2010-02-17  Andreas J. Koenig  <andk@cpan.org>

	* release 1.94_56

	* No code change, only version bumps on files that had changed but did
	not get a version bump. Requested by Steve Hay in his role as perl
	pumpkin.

2010-02-03  Andreas J. Koenig  <andk@cpan.org>

	* release 1.94_55

	* Fixed rt.perl.org#72362 (CPAN ignoring configure_requires).
	  Also fixed (MY)META.yml processing to always prefer
	  Parse::CPAN::Meta, if available.  Reported by Joshua B Jore
	  and patched by David Golden

	* Fixed rt.perl.org#72348 (missing CPAN::HandleConfig::output);
	  Reported by Joshua B Jore and patched by David Golden

	* Quieter user interface: made lots of '$module missing' type
	  warnings only warn once; eliminated 'no YAML' warnings for
	  distroprefs if there are no distroprefs.

	* now with 359 distroprefs files

2010-01-14  Andreas J. Koenig  <andk@cpan.org>

	* release 1.94_54

	* David Golden fixes several recent regressions related to external
	transport tools (ncftp, lynx, curl, etc)

	* fixed quoting for downloading into directories containing
	whitespace (reported by Jarkko Hietaniemi)

	* amended lib/App/Cpan.pm because of a regression reported by Zefram as
	rt.cpan.org #53305 and rt.perl.org #71838

2009-12-18  Andreas J. Koenig  <andk@cpan.org>

Changes  view on Meta::CPAN


	* release 1.88

	* For detailed changes since 1.87 see the entries in the Changes file.
	For finer grained change log see the ChangeLog.svn file. The highlights
	of this release are:

	* convenient configuration: dialogs for individual items or groups of
	items can be accessed with a single command (Courtesy Jim Cromie)

	* experimental support for CPAN::Reporter: try
	    o conf init /test/
	(Courtesy David Golden)

	* make installation of scripts easier: try something like
	    install	SREZIC/pingomatic-1.012
	(Courtesy Slaven Rezic)

	* colored output for better separation of process output, messages from
	CPAN and warnings from CPAN: to turn colorization on/off try
	    o conf init /color/

	* formatting of lists of modules now features a column to indicate
	installed and updateable modules

	* signature checking can now be turned on and off with 'o conf check_sigs'

	* new command 'upgrade' installs newest version of all installed modules

	* Please note a minor incompatibility: the init dialog now has reversed
	semantics: it suggests automatic configuration that can be confirmed
	with 'yes' instead of suggesting manual configuration that can be denied
	with 'no'.

2006-09-18  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>

	* release 1.87_65

	* Hunting missing documentation with Test::Pod::Coverage because my
	first try to use it started with a wrong copy&paste.

	* Forward compatibility: bzip2 via Archive::Tar not dying anymore

2006-09-16  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>

	* release 1.87_64

	* added test for the urllist dialog

	* added License to all pm files and to the Makefile.PL

	* allow ranges in urllist dialog, as inspired by Andrew Strebkov

	* allow "o conf init WORD WORD2..."

	* address #21484: disable inactivity_timeout when d_alarm is not "define"

	* regex in "o conf init MATCH" must now be enclosed in slashes as in all
	other commands that allow regexes

	* again tested with 5.8.0, this time with an UTF8 locale and it did
	indeed not pass the 30test: turning LANG=C now for the 30shell test,
	unconditionally

	* all supported config variables now documented in the POD and added a
	test to monitor changes in the future

2006-09-13  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>

	* release 1.87_63

	* should run on 5.8.0 now

	* address #17973: always honour user defined URLs over default URLs

2006-09-11  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>

	* release 1.87_62

	* make term_ornaments switchable while running (was only checked during
	initialization)

	* verify that color settings are applicable (bad colors were killing the
	shell process completely)

	* improve wording and logic when user is offline and tries to run
	the urllist dialog. (Address debian bug #380551)

2006-09-10  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>

	* release 1.87_61

	* configuation of urllist uses a local urllist instead of the global
	configured one: prevents that ^C accidentally kills the currently
	configured urllist

	* configuration of urllist: if there is already a previous pick, one can
	go through the dialog with RETURN only

	* new options to get colored output: colorize_output, colorize_print,
	colorize_warn

2006-09-03  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>

	* release 1.87_59: "o conf init MATCH" finally works and can be used to
	jump into the configuration dialog and select an arbitrary subset of
	questions.

	* perl -I. -MCPAN ... now works because we replaced C<no lib .> with
	rel2absing the INC (suggested by Slaven Rezic)

2006-08-31  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>

	* release 1.87_58: work is still in progress to get "o conf init MATCH"
	working (finishing the epochal Jim Cromie patches) but all tests pass

	* initial configuration dialogue now has reversed meaning: automatic
	configuration can be confirmed with 'yes' instead of having to deny
	manual configuration with 'no'

	* fix a bug reported by David Golden, that Bundle::CPAN is never



( run in 1.634 second using v1.01-cache-2.11-cpan-ceb78f64989 )