CPAN

 view release on metacpan or  search on metacpan

Todo  view on Meta::CPAN


	Libdnet.xs must say include dumbnet.h and Makefile.PL must say -ldumbnet.

	That runs all tests OK. That should be wrapped into a DEFINE.

	* Nothing TODO: Event 1.08 broken in blead. It's just the test suite,
	not Event itself. It was discussed on P5P.

2007-05-03  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* XML::Validator::Schema fails tests. Binary search points to 29118.
	Repeating the binary search with different starting points

	* disabled modules get no "markup" in the output to split them out of
	the logfile.

	* 2688{4,6} by Matthias. Complicated materiel from a scriptwriter who
	needs cleanup help for build_dir. Maybe we should make build_dir_reuse
	mandatory too.

2007-05-02  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* Last run had a lot of fails but it seems the first failure was due to
	a timeout (DBI), the others were just dependency traps. The batch job
	running colorout-to-dir.pl apparently drew too many ressources. I've
	added a sleep.

2007-05-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* The UTF-8 HOWTO is by Bruno Haible. Markus Kuhn wrote
	http://www.cl.cam.ac.uk/~mgk25/unicode.html which is a FAQ. The latter
	contains 'How should the UTF-8 mode be activated?'

	* Todo: Jesse Vincent #26840

2007-04-30  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* Locale::TextDomain: I realize now that the results are mixed. One NOT
	OK between 4 or 5 OKs. So there's something very fishy going on.

	* Theoretical prereq bug needs testing: "test" must ask for "available"
	modules (which includes the part coming from PERL5LIB), but "install"
	must ask for "installed" modules (but this only for requires, not for
	build_requires).
 
	* Bug: patch(1) does not understand --fuzz everywhere as reported by MAREKR
	in https://rt.cpan.org/Ticket/Display.html?id=26664

	Need a module or better probing.

	* http://use.perl.org/comments.pl?threshold=0&mode=nested&commentsort=0&op=Change&sid=35312

	Barbie asks for getting CPAN.pm support into CPAN::YACSmoke

	* parrot should be advised on a group account on pause.

2007-04-29  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* Interesting ticket: https://rt.cpan.org/Ticket/Display.html?id=26727

	about redrawing the current line after something has moved the cursor.

2007-04-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* Jifty again. Same recipe as last time, still no clue.

	* Here broke Tk and Regexp-Assemble:

20070422T1717 perl        31019
20070423T1448 perl        31029

	Slaven determined 31027. In addition a binary search is running in case
	we need it again.

----Program----
eval {require Regexp::Assemble};
print $@ ? "N/A" : "OK";
print "\n";

----Output of .../phti9p4/perl-5.8.0@31025/bin/perl----
OK

----EOF ($?='0')----
----Output of .../pgwvrPP/perl-5.8.0@31027/bin/perl----
N/A

----EOF ($?='0')----
Need a perl between 31025 and 31027
(but 31026 could not successfully be used to build perl)

	REPORTED to P5P

2007-04-26  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* Jifty hangs again in the middle of its tests. The last lines in the
	output file ()megainstall.20070426T1003.out) are:

#   Failed test 'use Jifty::Test::WWW::Mechanize;'
#   at t/Continuations/t/04-before-blocks.t line 18.
#     Tried to use 'Jifty::Test::WWW::Mechanize'.
#     Error:  Base class package "Test::WWW::Mechanize" is empty.
#     (Perhaps you need to 'use' the module which defines that package first.)
#  at /home/sand/.cpan/build/Jifty-0.70422-sTB0F8/blib/lib/Jifty/Test/WWW/Mechan
ize.pm line 5
# BEGIN failed--compilation aborted at t/Continuations/t/04-before-blocks.t line
 18.
# Compilation failed in require at (eval 928) line 2.
# BEGIN failed--compilation aborted at (eval 928) line 2.
Can't locate object method "new" via package "Jifty::Test::WWW::Mechanize" at t/
Continuations/t/04-before-blocks.t line 22.
# Looks like you planned 9 tests but only ran 2.
# Looks like you failed 1 test of 2 run.



	See further below for a similar example on 2007-04-01. I must now kill
	the hanging jobs and then see how the logfile continues. Maybe it gives
	me a clue?

	OR NO! much better I first try to input something in the interactive
	window. I enter RET twice and "y\n" 7 times. Nothing.



( run in 0.719 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )