Re: Test::DoubleQuotedEntities

2004-08-24 Thread Kirrily Skud Robert
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: Updates to modules-related pod

2004-08-17 Thread Kirrily Skud Robert
e" is useful in some ways and not in others, it seems. The most useless part of it is the "published modules list", and IMO we should get rid of the thing. K. -- Kirrily 'Skud' Robert - [EMAIL PROTECTED] - http://infotrope.net/ "I've decided to rename [Connect's Melbourne border router] 'Madi's Pants' because it keeps dropping." -- Madi (from the Netizen quotes file)

Updates to modules-related pod

2004-08-16 Thread Kirrily Skud Robert
he module from there. Thinking of attacking perlmodlib next, and removing a lot of those long lists. I'm pretty sure we're better off pointing to web resources for most of the gunk that's in there. K. -- Kirrily 'Skud' Robert - [EMAIL PROTECTED] - http://infotrope.

Interactive tests?

2002-02-13 Thread Kirrily 'Skud' Robert
Using Test::More, how can I intersperse stuff for user interaction? For instance: print "Please enter the hostname/ip for the server [localhost]: "; my $host = ; print "Please enter the admin password [default]: "; my $password = ; $agent = esmith::FormMagick::Tester->new(host => $host, password

Re: is() with arbitrary comparisions

2001-12-19 Thread Kirrily 'Skud' Robert
On Wed, Dec 19, 2001 at 03:50:12PM -0500, Michael G Schwern wrote: > On Tue, Dec 11, 2001 at 01:52:12PM -0500, Kirrily Robert wrote: > > Are we doing the time warp again, or are the Huskies just tired of > pulling the packets across the border? > > > > How about: > > > > compare($foo, "<=", $b

Re: testing web foo with Test::More

2001-10-09 Thread Kirrily &#x27;Skud&#x27; Robert
On Tue, Oct 09, 2001 at 09:17:06AM -0400, Shane Landrum wrote: | On Sun, Oct 07, 2001 at 03:30:58PM -0400, Kirrily 'Skud' Robert ([EMAIL PROTECTED]) |wrote: | > OK, I've been putting off figuring this out for ages, but here it is: | | | | Another way to accomplish the

Test::Harness in Test-SDK conflicts with Perl

2001-10-07 Thread Kirrily &#x27;Skud&#x27; Robert
I've built an RPM of Test-SDK using cpan2rpm, and when I try to install it on a Red Hat system it says: [root@e-smith skud]# rpm -Uvh perl-Test-SDK-0.04-1.i386.rpm Preparing...### [100%] file /usr/lib/perl5/5.6.0/Test/Harness.pm from instal

Test::More and WWW::Chat fighting over fail()

2001-10-07 Thread Kirrily &#x27;Skud&#x27; Robert
Both Test::More and WWW::Chat export a routine called fail(). This makes it rather hard to write tests for web stuff using both these modules. Since WWW::Chat's fail() is only used internally, could I possibly request that it be changed to not export, and/or rename it _fail, or whatever. Anythi

testing web foo with Test::More

2001-10-07 Thread Kirrily &#x27;Skud&#x27; Robert
OK, I've been putting off figuring this out for ages, but here it is: #!/usr/bin/perl -w use strict; use Inline 'WebChat'; use Test::More 'no_plan'; ok(google(), "Can get google"); __END__ __WebChat__ sub google { GET http://google.

Fwd: FAIL Module-InstalledVersion-0.02 cygwin-multi 1.3.2(0.3932)

2001-09-13 Thread Kirrily &#x27;Skud&#x27; Robert
Anyone know what might cause this? The same reporter also had the same problem with CPAN-Test-Reporter. K. This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/ Please cc any replies to [EMAIL PRO

Test::Mail request for comments

2001-09-13 Thread Kirrily &#x27;Skud&#x27; Robert
* Sending output somewhere more useful than a logfile * Integrating into a real "test suite" that's friendly to Test::Harness * Handling MIME in a suitable way SEE ALSO the Test::More manpage, the Mail::Header manpage, the Mail::Audit manpage AUTHOR Kirrily "Skud" Robert <[EMAIL PROTECTED]>

Pod::Coverage random silliness

2001-08-28 Thread Kirrily &#x27;Skud&#x27; Robert
This script... #!/usr/bin/perl -w use strict; use Pod::Coverage; use ExtUtils::Installed; my $m = ExtUtils::Installed->new; my @modules = $m->modules(); print "Checking POD coverage...\n"; my %coverage; foreach my $mod (@modules) { my $pc = new Pod::Coverage package => $mod; $coverag

Re: confused by Devel::Cover

2001-08-06 Thread Kirrily &#x27;Skud&#x27; Robert
| > Can anyone please clarify this a bit? | | With respect to exercising modules, this should all work. Did the | module pass its own tests? Actually, there's only one test at the | moment, but it does include a module. What you did should have worked. | You should have got a report about t/f

confused by Devel::Cover

2001-08-05 Thread Kirrily &#x27;Skud&#x27; Robert
This one's for Paul or anyone else who happens to know :) After hearing about Devel::Cover at YAPC::E's CPANTS session, I thought I'd pull it down and take a look at it. Well, I don't understand it. This is probably because I've never used such a thing before. So here are some questions and, I