CPAN

 view release on metacpan or  search on metacpan

Todo  view on Meta::CPAN

	FIXED by David in 1.0601
	
2007-12-10  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* ELLIOTJS via RT has brought evidence about CPAN.pm failures on solaris

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

	* Test::Harness 3.04 failing when Encode not installed?

t/unicode.........................
#   Failed test 'Unicode smiley (script): value for description matches'
#   at t/unicode.t line 111.
Wide character in print at t/lib/Test/Builder.pm line 1266.
#          got: 'Everything is fine âº'
#     expected: 'Everything is fine %G☺%@'
# Looks like you failed 1 test of 20.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/20 subtests

	Haven't seen this before.

	http://rt.cpan.org/Ticket/Display.html?id=31314 and fixed.

Todo  view on Meta::CPAN

	downgraded to M:B 1.2808 and it stayed a FAIL. Upgrading to 0.2808_01
	again does no change things either.

	Ahhh, what does it really mean for a test script when ther is a shebang
	line of

	#!perl -t

	?? What was the exact error message again?

t/04unicode......................Can't locate XML/XPathScript.pm in @INC (@INC contains: /home/src/perl/repoperls/installed-perls/perl/pztfddi/perl-5.8.0@32354/lib/5.10.0/i686-linux-64int /home/src/perl/repoperls/installed-perls/perl/pztfddi/perl-5.8...
BEGIN failed--compilation aborted at t/04unicode.t line 7.
# Looks like your test died before it could output anything.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 11/11 subtests

	So it is the right perl being called but not the module in blib being
	tested.

	So I try it once again with 32308, run the test. UNINSTALL it. Run the
	test again. There we have it. Fails just the same.

Todo  view on Meta::CPAN

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"

Todo  view on Meta::CPAN

	I do not know who sets it. Even after 'fforce get' it is set.

	After removing all Module-Build*.yml files in the build directory the
	problem goes away. Apparently we restore the pragma from a previous
	session... UHHH. Bug!

	Fixed in SVK rev. 2112 or so.

	* Todo: XUL::Node is some POE stuff and asks two questions

	* rxvt-unicode current version is @ 8.2, debian's is @ 7.9

	* Todo: post a working patch against Danga-Socket based on Dan Kogai's
	posting
	http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-12/msg00187.html

	DONE

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

	* screencast still in idea stage: Slaven suggests to write an abstract

Todo  view on Meta::CPAN

          confess $err;
        }
        $obj or return;

	Running in the debugger fails also because it fails at compile time.

	Giving up on 19096, trying 19523.

	Same thing but I realise that I can skip Scalar-List-Utils. Now I need
	to install LWP with notest. And XML::Atom fails because 'Undefined
	subroutine &utf8::is_utf8 called at t/18-unicode.t line 17.' Use notest
	again. And XML-Feed's test still fails with

t/01-parse............NOK 44/72                                              
#   Failed test at t/01-parse.t line 59.
#                   'Hello!...'
#     doesn't match '(?-xism:<p>Hello!</p>)'
t/01-parse............NOK 45/72                                              
#   Failed test at t/01-parse.t line 60.
#          got: undef
#     expected: 'Hello!...'

distroprefs/CLAESJAC.JavaScript.yml  view on Meta::CPAN

       OBJECT          => q/$(O_FILES)/, 

match:
  distribution: 'CLAESJAC/JavaScript-\d'
pl:
  env:
    JS_LIB: /usr/lib
  expect:
    - "Is your SpiderMonkey compiled with JS_THREADSAFE"
    - "y\n"
    - "Is your SpiderMonkey compiled with support for unicode"
    - "n\n"
    - "Do you want support for E4X"
    - "n\n"



( run in 0.356 second using v1.01-cache-2.11-cpan-88abd93f124 )