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.
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)
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.
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
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
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
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
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
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.
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
* 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]>
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
| > 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
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
14 matches
Mail list logo