Re: Test::DoubleQuotedEntities

2004-08-24 Thread Kirrily Skud Robert
On Tue, Aug 24, 2004 at 01:51:12PM -0400, David H. Adler wrote:
>  
> > (oh, and as an aside I released a new Acme::Test::Buffy, with slightly
> > improved documentation and spelling too - but no one cares about that)
> 
> Says who?

*I* care.  And you have no idea how stupid I felt submitting an RT on
that module, either.

K.

-- 
Kirrily 'Skud' Robert - [EMAIL PROTECTED] - http://infotrope.net/
There's too much blood in my caffeine system.


Re: Test::DoubleQuotedEntities

2004-08-24 Thread David H. Adler
On Tue, Aug 24, 2004 at 10:38:50AM +0100, Mark Fowler wrote:
> I released another testing module yesterday:
> 
>   http://search.cpan.org/dist/Test-DoubleEncodedEntities/

I note that that's not the name in the subject of your mail.  I hope
this is the right one. :-)
 
> (oh, and as an aside I released a new Acme::Test::Buffy, with slightly
> improved documentation and spelling too - but no one cares about that)

Says who?

dha
-- 
David H. Adler - <[EMAIL PROTECTED]> - http://www.panix.com/~dha/
What kind of marathon crack binge would cause you believe this?
 - Mark Rogaski


Test::DoubleQuotedEntities

2004-08-24 Thread Mark Fowler
I released another testing module yesterday:

  http://search.cpan.org/dist/Test-DoubleEncodedEntities/

It detects strings like 'é' in your HTML, meaning it can detect
the case when you've double encoded your entities.

Anyone who spots any errors - please chuck 'em into RT.  Patches against
http://unixbeard.net/svn/mark/perlmods/ always welcome.

(oh, and as an aside I released a new Acme::Test::Buffy, with slightly
improved documentation and spelling too - but no one cares about that)

-- 
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};