Re: W3C validator without network access?

2008-04-06 Thread Yitzchak Scott-Thoennes
On Sun, April 6, 2008 9:28 pm, Gabor Szabo wrote: > Is there a W3C validator that works locally on my computer? You mean an X?HTML validator? I haven't used it, but: http://htmlhelp.com/tools/validator/offline/index.html.en

W3C validator without network access?

2008-04-06 Thread Gabor Szabo
Is there a W3C validator that works locally on my computer? All the modules I found so far use the http://validator.w3.org/ service including Test::HTML::W3C but that's not really usable in a frequently running test suit. There is Bundle::W3C::Validator that I think bundles all the modules need

Re: Idea: CPAN Category Reviews

2008-04-06 Thread Jonathan Rockway
* On Sun, Apr 06 2008, Guy Hulbert wrote: > On Sun, 2008-06-04 at 23:47 +0200, Philippe Bruhat (BooK) wrote: >> > It still looks like a big job to me. >> > >> >> Kobesearch's sources are available. > > See Jonathan Rockaway's last reply in this thread. His stuff looks > really good. He pointed

Re: Preparing a new Test::* module

2008-04-06 Thread Elliot Shank
Randy J. Ray wrote: One thing I would like advice on (besides suggestions for future features), is, errr, the name. Right now, I'm leaning towards Test::Markup. That might wind up the YAML guys a bit, though (which is actually a quite-acceptable bonus to me), possibly the JSON camp as well. So I

Preparing a new Test::* module

2008-04-06 Thread Randy J. Ray
All, Inspired by a u.p.o journal post that Ovid made ( http://use.perl.org/~Ovid/journal/36010), I've been working on a module that will unify testing capabilities for various markup/serialization formats. Right now, I plan on: * XML validity against a DTD * XML validity against a XML schema * XM

Re: Idea: CPAN Category Reviews

2008-04-06 Thread Guy Hulbert
On Sun, 2008-06-04 at 19:25 -0400, Guy Hulbert wrote: > Jonathan Rockaway Sorry. Should have been 'Rockway'. -- --gh

Re: Idea: CPAN Category Reviews

2008-04-06 Thread Guy Hulbert
On Sun, 2008-06-04 at 23:47 +0200, Philippe Bruhat (BooK) wrote: > > It still looks like a big job to me. > > > > Kobesearch's sources are available. See Jonathan Rockaway's last reply in this thread. His stuff looks really good. He pointed me to this (offlist): http://git.jrock.us/?p=MetaCP

Re: Idea: CPAN Category Reviews

2008-04-06 Thread Philippe Bruhat (BooK)
On Sat, Apr 05, 2008 at 09:18:21AM -0400, Guy Hulbert wrote: > > Concisely, I think the best solution is to add some restrictions at the > upload interface. To be consistent with TMTOWTDI, these would not > prevent modules from being uploaded but not following them would result > in making the mo

Re: TAP YAML Diagnostics

2008-04-06 Thread Eric Wilhelm
# from Nicholas Clark # on Sunday 06 April 2008 09:33: >> reserved (and it's a parse error to use an unknown lower-case key). >> Are there any strange Unicode issues where we might get confused >> about what is upper and lower case?) > >I believe that there are code points which would be considere

Re: TAP YAML Diagnostics

2008-04-06 Thread Ovid
--- Eric Wilhelm <[EMAIL PROTECTED]> wrote: > # from Ovid > # on Sunday 06 April 2008 08:41: > > >file: t/something.t > > If the filename is the same on every test in the stream, why is this > being attached to the test and not the stream? > > Or, the filename *could* change between tests in a

Re: TAP YAML Diagnostics

2008-04-06 Thread Michael Peters
Eric Wilhelm wrote: > # from Ovid > # on Sunday 06 April 2008 08:41: > >> file: t/something.t > > If the filename is the same on every test in the stream, why is this > being attached to the test and not the stream? It's the default (when attached to a stream), but can be overridden by each ind

Re: TAP YAML Diagnostics

2008-04-06 Thread Eric Wilhelm
# from Ovid # on Sunday 06 April 2008 08:41: >file: t/something.t If the filename is the same on every test in the stream, why is this being attached to the test and not the stream? Or, the filename *could* change between tests in a stream? Does it? Should it? --Eric -- A counterintuitive

Re: TAP YAML Diagnostics

2008-04-06 Thread Nicholas Clark
On Sun, Apr 06, 2008 at 08:41:11AM -0700, Ovid wrote: > Currently you can shove anything in there you want, but you must use > upper-case keys for your personal use and all lower-case keys are > reserved (and it's a parse error to use an unknown lower-case key). > Are there any strange Unicode is

TAP YAML Diagnostics

2008-04-06 Thread Ovid
Hi all, Mostly an FYI: I'm in Oslo right now and we're working out (and implementing) new features in TAP. One of them is the new YAML diagnostics. They look like this (these aren't all we support): not ok 2 We ain't got foobar! --- file: t/something.t line: 14 tags: